Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 2f6276a3c1909f6f7c31d5d7366eaae60df53340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
2012-12-14 16:36  arthur

	* [r1860] ., common/nslcd-prot.c: set FD_CLOEXEC in NSS and PAM
	  modules to ensure that nslcd file descriptor is not leaked to
	  child processes (r1821 from 0.8)

2012-10-12 15:29  arthur

	* [r1782] ., common/tio.c: check if the file descriptor can be
	  stored in the select() file descriptor set (r1781 from 0.8)

2012-09-08 19:15  arthur

	* [r1760] ChangeLog, ChangeLog-2009, ChangeLog-2010,
	  ChangeLog-2011, Makefile.am: archive older ChangeLog entries in
	  year files

2012-09-08 16:23  arthur

	* [r1758] ChangeLog, NEWS, configure.ac, man/nslcd.8.xml,
	  man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get files ready for
	  0.7.17 release

2012-09-08 16:08  arthur

	* [r1757] ., nslcd/nslcd.c: properly handle failures to truncate
	  the pid file (r1568 from 0.8)

2012-09-08 16:00  arthur

	* [r1756] ., Makefile.am: install the default configuration file
	  with reduced permissions (further protection for CVE-2009-1073)
	  (r1704 from 0.8)

2012-09-08 15:53  arthur

	* [r1755] ., AUTHORS, Makefile.am: use $(mkinstalldirs) instead of
	  $(INSTALL_DATA) -D because -D is not supported on all operating
	  systems (patch by SATOH Fumiyasu) (r1420 from 0.8)

2012-09-08 15:47  arthur

	* [r1754] config.sub: include updated files

2012-08-31 09:09  arthur

	* [r1737] ., depcomp: mark file as executable (r1736 from 0.8)

2012-07-23 21:16  arthur

	* [r1730] ., nslcd/netgroup.c: fix possible NULL pointer
	  dereference (r1591 from 0.8)

2012-07-23 21:13  arthur

	* [r1729] ., nslcd/pam.c: do not leak memory if myldap_escape()
	  fails (r1590 from 0.8)

2012-07-23 21:11  arthur

	* [r1728] ., nslcd/pam.c: fix possible NULL pointer dereference
	  (r1589 from 0.8)

2012-07-23 20:16  arthur

	* [r1727] ., nslcd/network.c, nslcd/passwd.c: grow gecos buffer
	  size and consistency improvements to other buffers (r1540 from
	  0.8 branch)

2012-07-21 21:33  arthur

	* [r1726] ., nslcd/common.h: add missing includes to ensure all
	  types are defined in header (r1724 and r1725 from development)

2012-05-11 10:51  arthur

	* [r1689] ., common/tio.c: ensure that we don't try to read more
	  than SSIZE_MAX bytes (r1636 from 0.8 branch)

2012-04-27 18:50  arthur

	* [r1672] ., compat/nss_compat.h, compat/pam_get_authtok.c,
	  configure.ac: some compatibility improvements by Ted C. Cheng of
	  Symas Corporation (r1225 from 0.8 branch)

2012-04-09 18:10  arthur

	* [r1651] ChangeLog, Makefile.am, NEWS, configure.ac,
	  man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml,
	  nslcd/nslcd.c: get files ready for 0.7.16 release

2012-04-09 13:49  arthur

	* [r1650] INSTALL, compile, config.guess, config.sub, depcomp,
	  install-sh, missing: update files from recent automake

2012-04-09 12:50  arthur

	* [r1648] nslcd/pam.c: increase buffer for pam_authz_search as
	  suggested by Chris J Arges (r1643 from 0.8 branch)

2012-03-10 20:31  arthur

	* [r1630] ., nslcd/cfg.c: properly log failures to lookup DNS SRV
	  records (r1569 from 0.8 branch)

2012-03-10 20:24  arthur

	* [r1629] ., nslcd/pam.c: fix log message for invalid
	  pam_authz_search as reported by Matt Rae (based on r1628 from 0.8
	  branch)

2012-01-20 17:19  arthur

	* [r1610] Makefile.am, debian: split the Debian packaging from the
	  main source tree

2012-01-20 10:34  arthur

	* [r1600] ., AUTHORS, configure.ac, nslcd/cfg.c, nslcd/common.c,
	  nslcd/common.h, nslcd/group.c, nslcd/passwd.c, nslcd/protocol.c,
	  nslcd/rpc.c, nslcd/service.c, nslcd/shadow.c: implements proper
	  range checking numeric values returned from LDAP (thanks Jakub
	  Hrozek) (r1523, r1524 and r1528 from 0.8 branch)