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
|
2011-12-09 arthur
* [r1562] config.guess, config.sub: revert changes to config.guess
config.sub that were accidentaly part of r1561
* [r1561] ., config.guess, config.sub, nslcd/myldap.c: fix a typo
in disconnect logic (r1560 from 0.8 branch)
2011-12-08 arthur
* [r1559] nslcd/nslcd.c: ensure that uid, gid and pid vars are
properly initialised (part of r1558 from trunk)
2011-11-18 arthur
* [r1555] debian/libnss-ldapd.config: fix an issues where changes
to /etc/nsswitch.conf outside of debconf were not picked up
2011-10-02 arthur
* [r1549] ChangeLog, NEWS, configure.ac, debian/changelog,
man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get
files ready for 0.7.15 release
* [r1548] ., debian/nslcd.config: treat the "hard" value for
tls_reqcert as if it was "demand" (r1546 from trunk)
2011-09-18 arthur
* [r1544] ChangeLog, NEWS, configure.ac, debian/changelog,
debian/copyright, man/nslcd.8.xml, man/nslcd.conf.5.xml,
man/pam_ldap.8.xml: get files ready for 0.7.14 release
2011-08-24 arthur
* [r1516] ., nslcd/cfg.c: fix a problem with uninitialised memory
while parsing the tls_ciphers option (r1471 from development)
2011-07-02 arthur
* [r1477] ., nslcd/group.c, nslcd/passwd.c, nslcd/shadow.c: grow
static buffers so that they should be large enough (part of r1476
from trunk)
2011-06-05 arthur
* [r1472] ., common/expr.c, tests/test_expr.c: handle expressions
where the expander function returns NULL (handle it as an empty
string) (r1471 from development)
* [r1469] nslcd/myldap.c: fix r1465 to split attribute/value at
right place
2011-05-21 arthur
* [r1465] ., nslcd/myldap.c: fix problem with partial attribute
name matches in DN (e.g. uid vs. uidNumber) (thanks to Timothy
White for the fix) (r1464 from trunk)
2011-04-22 arthur
* [r1432] ., nslcd/myldap.c: report correct reported error from
ldap_abandon() (merge r1431 from development)
|