Howard Chu
|
7eb1f62f9d
|
ITS#4935 SASL_MAX_BUFF_SIZE should be 2^24 - 1
|
2007-04-23 14:21:48 +00:00 |
|
Pierangelo Masarati
|
f29a4e140e
|
don't assert(0); apparently, other responses may result from a simple bind (but log them, at least; ITS#4924)
|
2007-04-11 08:57:41 +00:00 |
|
Howard Chu
|
28493e554c
|
ITS#4912 fix typo in prev commit
|
2007-04-05 00:16:17 +00:00 |
|
Hallvard Furuseth
|
545b5555fb
|
ber_decode_oid(), ber_encode_oid(): cast bv_val to unsigned char*
|
2007-04-04 17:51:10 +00:00 |
|
Howard Chu
|
848be16aaf
|
ITS#4879 fixes for url parse/unparse
|
2007-04-03 03:27:24 +00:00 |
|
Howard Chu
|
b596ae0adf
|
ITS#4875 ignore zero-length st_size
|
2007-04-03 01:40:52 +00:00 |
|
Howard Chu
|
c80d5f970a
|
ITS#4899 fix for keys not getting cleared
|
2007-04-01 11:52:51 +00:00 |
|
Howard Chu
|
c49812bf6f
|
ITS#4893 back to pipes...
|
2007-03-26 12:44:11 +00:00 |
|
Howard Chu
|
867fb2fd9f
|
ITS#4893 just send the client socket, not a pipe descriptor.
|
2007-03-25 15:20:50 +00:00 |
|
Howard Chu
|
c6df30118f
|
ITS#4893 fix prev commit
|
2007-03-25 12:18:06 +00:00 |
|
Howard Chu
|
7426ab07fc
|
ITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket.h> if a message must
be sent to transmit client credentials. Buffer the message data.
|
2007-03-25 04:40:22 +00:00 |
|
Howard Chu
|
724784e6cb
|
Use AC_MEMCPY
|
2007-03-25 04:31:34 +00:00 |
|
Howard Chu
|
49d708fae3
|
Preliminary GNUtls support. gnutls.c will merge back into tls.c later.
|
2007-03-23 23:47:07 +00:00 |
|
Howard Chu
|
b213588f95
|
Add options for ber_get_stringbv() to omit NUL-terminator, to allow
non-destructive in-place parsing
|
2007-03-23 15:27:38 +00:00 |
|
Howard Chu
|
f2a02b90ed
|
Fix TLS default for clients
|
2007-03-23 12:47:35 +00:00 |
|
Howard Chu
|
a4f879f9d2
|
ITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/
|
2007-03-23 01:10:58 +00:00 |
|
Howard Chu
|
9fe8f72310
|
Add DER OID encoder/decoder
|
2007-03-20 15:10:16 +00:00 |
|
Howard Chu
|
23ba7dfa12
|
Add ber_skip_data() to help positioning in structured BER data
|
2007-03-20 12:29:06 +00:00 |
|
Pierangelo Masarati
|
1429b49d1e
|
apparently, time_t is unsigned in some systems
|
2007-03-12 21:04:01 +00:00 |
|
Kurt Zeilenga
|
0a1301bc6b
|
Add support for uuid_generate/uuid_unparse
|
2007-03-02 07:36:23 +00:00 |
|
Pierangelo Masarati
|
687ed8861a
|
don't play with URL list if connect(2) is asynchronous
|
2007-02-21 22:26:26 +00:00 |
|
Kurt Zeilenga
|
b3c4004042
|
Remove extrananous space in DN (in comment)
|
2007-02-19 23:39:01 +00:00 |
|
Kurt Zeilenga
|
7beb587a4b
|
Cleanup last commit
|
2007-02-15 01:42:23 +00:00 |
|
Kurt Zeilenga
|
a9aeb858fe
|
Needs <ac/time.h>
|
2007-02-15 01:20:46 +00:00 |
|
Howard Chu
|
8db4bd2cc9
|
Coverity error, uninit'd rc
|
2007-02-13 11:13:14 +00:00 |
|
Howard Chu
|
1f635b8bcf
|
ITS#4707 added new ldap_init_fd() API
|
2007-02-12 04:20:24 +00:00 |
|
Howard Chu
|
ee2001ea4b
|
Note mutex protection requirements
|
2007-02-11 13:45:39 +00:00 |
|
Howard Chu
|
6cbf65642a
|
Move duplicate timestamp detection into lutil_gettime()
|
2007-02-11 13:42:29 +00:00 |
|
Howard Chu
|
ced581bfa3
|
Cleanup extraneous debug
|
2007-02-11 13:01:32 +00:00 |
|
Howard Chu
|
a1aa7c284d
|
Revert to original ldap_get_option( TIMEOUT ) behavior
|
2007-02-06 23:02:47 +00:00 |
|
Howard Chu
|
7ac06970e6
|
Don't let timestamps go backward
|
2007-02-06 04:48:35 +00:00 |
|
Howard Chu
|
75d0b4ee97
|
Require non-NULL input for timeout options
|
2007-02-05 20:38:25 +00:00 |
|
Howard Chu
|
0c542682b1
|
Timeouts should not be malloc'd
|
2007-02-05 20:32:44 +00:00 |
|
Howard Chu
|
b984564dbd
|
Handle timeouts from ldap_result()
|
2007-02-05 12:30:40 +00:00 |
|
Howard Chu
|
b4c2cf250d
|
Fairly sure this is what the TIMEOUT option should always have been for
|
2007-02-05 10:10:24 +00:00 |
|
Howard Chu
|
e0ed944be3
|
Added ber_bvarray_dup_x()
|
2007-02-05 04:31:38 +00:00 |
|
Howard Chu
|
4b1bb81452
|
Add lutil_gettime() returning structured time with microseconds. Use
microseconds in CSNs. Omit microseconds from modifyTImestamp...
|
2007-02-02 23:10:30 +00:00 |
|
Pierangelo Masarati
|
5afd693a6d
|
remove unused code
|
2007-02-02 12:38:32 +00:00 |
|
Howard Chu
|
de46a75158
|
Keep HAVE_POLL functionality inside its #ifdefs
|
2007-02-02 12:29:21 +00:00 |
|
Howard Chu
|
f97f109483
|
Fix prev commit again
|
2007-01-28 02:12:29 +00:00 |
|
Howard Chu
|
99a8deb160
|
ITS#4821 partially revert prev patch
|
2007-01-27 18:40:02 +00:00 |
|
Howard Chu
|
977bd839cc
|
Calling setkey() with NULL data and kfree should erase the key.
|
2007-01-25 11:53:09 +00:00 |
|
Howard Chu
|
2298595ea3
|
Free thread keys in reverse order of allocation
|
2007-01-25 11:13:15 +00:00 |
|
Howard Chu
|
52a7af8230
|
ITS#4815 get_option for TLS Cipher Suite was not implemented
|
2007-01-24 23:38:26 +00:00 |
|
Howard Chu
|
26a47e7bd0
|
Framework for loadable mapper implementations
|
2007-01-12 23:20:17 +00:00 |
|
Hallvard Furuseth
|
cb27c61010
|
avoid nonconst* = const* assignment in ldif_open_url().
|
2007-01-11 12:06:31 +00:00 |
|
Hallvard Furuseth
|
d16754c81b
|
Delete unused variables.
|
2007-01-11 12:04:22 +00:00 |
|
Howard Chu
|
f1784a54e6
|
ITS#4648, alternate fix
|
2007-01-10 08:52:07 +00:00 |
|
Pierangelo Masarati
|
7ee7699bb9
|
more on ITS#4799
|
2007-01-10 01:18:52 +00:00 |
|
Howard Chu
|
bec25494fe
|
ITS#4799 remove kerberos / kbind references
|
2007-01-10 00:20:42 +00:00 |
|