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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
2013-12-08 21:28 arthur
* [r2062] tests/nslcd-test.conf, tests/test_myldap.c,
tests/test_nsscmds.sh: update tests to current test environment
2013-12-08 21:20 arthur
* [r2061] config.guess, config.sub: update files from recent
automake
2013-12-08 17:40 arthur
* [r2060] ., README, common/dict.c, compat/attrs.h,
compat/nss_compat.h: fix for common spelling mistake (8571bc1
from 0.9, r2055 from 0.8)
2013-12-08 17:18 arthur
* [r2059] ., nslcd/nslcd.c: extra sanity check to ensure not too
many file descriptors are open (r1935 from 0.8, a9aea20 from 0.9)
2013-09-01 12:17 arthur
* [r2030] AUTHORS, common/tio.c: fix buffer overflow on interrupted
read (thanks John Sullivan) (07a8170 from 0.9)
2013-05-02 21:30 arthur
* [r1951] common/tio.c: use the more portable EBADF instead of
EBADFD (thanks Steven Chamberlain)
2012-12-14 20:02 arthur
* [r1861] ChangeLog, NEWS, configure.ac, man/nslcd.8.xml,
man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get files ready for
0.7.18 release
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)
|