Howard Chu
|
d6bbe2dba5
|
Blind fix - remove suffixalias.c
|
2003-03-10 19:13:38 +00:00 |
|
Kurt Zeilenga
|
63041611c5
|
Add comment about LDAPv2
|
2003-03-10 15:41:55 +00:00 |
|
Kurt Zeilenga
|
472a79f211
|
LDAPv2 is Historic
|
2003-03-10 15:34:14 +00:00 |
|
Pierangelo Masarati
|
998ab2f441
|
fix log message (ITS#2359)
|
2003-03-10 07:36:42 +00:00 |
|
Kurt Zeilenga
|
0f0122abdd
|
need to use ch_malloc/realloc
|
2003-03-09 20:15:30 +00:00 |
|
Kurt Zeilenga
|
e4b507dfe9
|
Use ch_malloc instead of malloc for unchecked allocations
|
2003-03-09 20:11:12 +00:00 |
|
Howard Chu
|
7088d5c4bd
|
Add copyright notice
|
2003-03-09 01:03:41 +00:00 |
|
Howard Chu
|
c20d1840ba
|
Blind fix, delete obsolete files cache.c, authpasswd.c
|
2003-03-07 21:10:02 +00:00 |
|
Kurt Zeilenga
|
6fb4582d5c
|
suffixalias is no longer supported
|
2003-03-07 18:57:30 +00:00 |
|
Howard Chu
|
f881657c08
|
Don't call strlen ourselves, SASL getopt returns the lengths
|
2003-03-07 12:40:37 +00:00 |
|
Kurt Zeilenga
|
cc96deee75
|
Redefine queryid
|
2003-03-06 20:20:13 +00:00 |
|
Jong Hyuk Choi
|
6f81235386
|
Commit of the Proxy Cache contribution (ITS#2062)
from IBM India Research (Apurva Kumar)
Code review by Pierangelo, Kurt, and Jong.
|
2003-03-06 19:44:41 +00:00 |
|
Howard Chu
|
0b96b6b6ad
|
Chasing a referral needs both the request and response mutexes.
Unlock and relock... (yuck)
|
2003-03-06 14:53:01 +00:00 |
|
Howard Chu
|
ec63a1f87f
|
Pass correct msgid to ldap_result
|
2003-03-06 14:50:39 +00:00 |
|
Howard Chu
|
aa84264fc2
|
Technically, since the authid is expected to be a normalized DN, uidNumber
and gidNumber should be all lower case: uidnumber,gidnumber. Is it too late
to fix this, would it break compatibility for anything major?
|
2003-03-06 12:08:39 +00:00 |
|
Kurt Zeilenga
|
e906747d51
|
call LDAPv2 what it is (historical)
|
2003-03-06 01:00:05 +00:00 |
|
Kurt Zeilenga
|
1b4180faa8
|
rebuild
|
2003-03-06 00:38:42 +00:00 |
|
Howard Chu
|
31a4149f02
|
ITS#2348: fix previous commit
|
2003-03-06 00:16:32 +00:00 |
|
Howard Chu
|
f2800036fa
|
ITS#2348: cont_alloc/cont_free cleanup in idl_insert_key
|
2003-03-05 23:10:32 +00:00 |
|
Jong Hyuk Choi
|
5db7e20cf1
|
misc : not activating idl cache in tool mode run
|
2003-03-05 03:34:59 +00:00 |
|
Howard Chu
|
3955eaede2
|
Fix LDAP_DEBUG/LDAP_SYSLOG test
|
2003-03-05 02:22:58 +00:00 |
|
Howard Chu
|
b21e69db0e
|
Use ldap_pvt_get_hname instead of ldap_pvt_gethostbyaddr_a
|
2003-03-05 01:53:32 +00:00 |
|
Howard Chu
|
8fc4f55d3a
|
Silence warnings in prev commit
|
2003-03-05 01:53:03 +00:00 |
|
Howard Chu
|
873e498829
|
Silence warning in prev commit
|
2003-03-05 01:37:56 +00:00 |
|
Howard Chu
|
7e7db2578d
|
Added ldap_pvt_get_hname. Use instead of ldap_pvt_gethostbyaddr_a when
all you want is the hostname. Supports IPv6 addresses.
|
2003-03-05 01:35:39 +00:00 |
|
Howard Chu
|
e87f588f00
|
Added ldap_pvt_get_hname. Use instead of ldap_pvt_gethostbyaddr_a when
all you want is the hostname.
|
2003-03-05 01:34:31 +00:00 |
|
Howard Chu
|
ac04ec0ca4
|
Add NI_MAXHOST if not defined; normally in <netdb.h> on IPv6 systems
|
2003-03-05 01:33:36 +00:00 |
|
Howard Chu
|
9f5d4458c2
|
For IPv6 check for getnameinfo as well as getaddrinfo
|
2003-03-05 01:32:41 +00:00 |
|
Howard Chu
|
cff5621814
|
Minor cleanup for sendmsg
|
2003-03-04 22:14:57 +00:00 |
|
Kurt Zeilenga
|
0aef00c16f
|
Fix initializer
|
2003-03-04 21:52:23 +00:00 |
|
Kurt Zeilenga
|
e20f94c9f9
|
fix initializer
|
2003-03-04 21:49:21 +00:00 |
|
Kurt Zeilenga
|
ef4e745c58
|
Fix initializer
|
2003-03-04 21:45:59 +00:00 |
|
Howard Chu
|
a0b1fb1f9c
|
Multiple-suffix fail msg should be logged at ERR/ANY, not ARGS.
|
2003-03-04 21:17:31 +00:00 |
|
Pierangelo Masarati
|
4a658ee581
|
more improvements ...
|
2003-03-04 09:46:48 +00:00 |
|
Pierangelo Masarati
|
95b115394d
|
improve last commit
|
2003-03-04 09:43:12 +00:00 |
|
Pierangelo Masarati
|
e24f55b29a
|
silence warning
|
2003-03-04 09:16:57 +00:00 |
|
Howard Chu
|
50ecec94eb
|
Fix ITS#2344, prev commit changed too much.
|
2003-03-03 23:44:22 +00:00 |
|
Pierangelo Masarati
|
118bf1e9f9
|
apply a different fix for ITS#2342
|
2003-03-03 23:06:58 +00:00 |
|
Pierangelo Masarati
|
a62d86cbe0
|
improve checks
|
2003-03-03 22:56:21 +00:00 |
|
Pierangelo Masarati
|
51849d6ecb
|
fix ITS#2343
|
2003-03-03 22:25:28 +00:00 |
|
Pierangelo Masarati
|
498f8a7454
|
init var
|
2003-03-03 21:33:29 +00:00 |
|
Pierangelo Masarati
|
cd41bb1a06
|
set return code
|
2003-03-03 21:32:58 +00:00 |
|
Pierangelo Masarati
|
40622232f7
|
silence warning
|
2003-03-03 21:32:08 +00:00 |
|
Pierangelo Masarati
|
74960cc52f
|
initialize var
|
2003-03-03 21:31:47 +00:00 |
|
Pierangelo Masarati
|
fb3ca13aef
|
declare ldap_[parse_]passwd
|
2003-03-03 21:31:00 +00:00 |
|
Pierangelo Masarati
|
a66c98705e
|
fix typo
|
2003-03-03 21:22:23 +00:00 |
|
Kurt Zeilenga
|
87f0479abb
|
Script I use to update copyrights once a year
|
2003-03-03 18:11:40 +00:00 |
|
Howard Chu
|
3cc07977fa
|
Replace recursive get_stringbvr with iterative get_stringbvl to avoid
stack overrun when parsing large groups
|
2003-03-03 15:54:49 +00:00 |
|
Howard Chu
|
3cbcf01cfd
|
Added NT service support
|
2003-03-03 11:47:16 +00:00 |
|
Howard Chu
|
3b01c9a99e
|
Cleanup slapd-specific NT service support
|
2003-03-03 11:46:05 +00:00 |
|