Stig Venaas
|
9705dcfcd6
|
Error in exclusion set macros
|
2001-12-22 17:17:52 +00:00 |
|
Kurt Zeilenga
|
0845c0bf6f
|
zap tmplout
|
2001-12-21 04:38:36 +00:00 |
|
Kurt Zeilenga
|
80649933bd
|
Zap tmplout
|
2001-12-21 03:28:48 +00:00 |
|
Kurt Zeilenga
|
6ca3ed1b1e
|
Fix cache debugging (ITS#1501) based upon patch provided by
Will Day <willday@rom.oit.gatech.edu>.
|
2001-12-20 20:11:03 +00:00 |
|
Kurt Zeilenga
|
ae6b840350
|
Remove ttest
|
2001-12-20 07:29:33 +00:00 |
|
Kurt Zeilenga
|
c9afb5e8a3
|
misc cleanup
|
2001-12-20 01:43:03 +00:00 |
|
Kurt Zeilenga
|
c90b4fc878
|
Back out last change
|
2001-12-19 21:55:52 +00:00 |
|
Kurt Zeilenga
|
1f8cba688d
|
dsparse still needed by filter templates (which are used by ud(1)).
|
2001-12-19 21:53:30 +00:00 |
|
Kurt Zeilenga
|
b3b17ca4e7
|
Remove srchpref and disptmpl stuff.
|
2001-12-19 21:46:34 +00:00 |
|
Kurt Zeilenga
|
9ce6d07b61
|
More cleanup
|
2001-12-19 21:37:41 +00:00 |
|
Kurt Zeilenga
|
de857a1152
|
Misc cleanup
|
2001-12-19 21:23:49 +00:00 |
|
Kurt Zeilenga
|
266d8f5fc0
|
misc cleanup
|
2001-12-19 21:23:11 +00:00 |
|
Kurt Zeilenga
|
d0991d97fb
|
const'ify and remove lint
|
2001-12-19 21:22:04 +00:00 |
|
Howard Chu
|
dfba82c441
|
minor cleanup from jon@symas.com
|
2001-12-18 05:17:06 +00:00 |
|
Howard Chu
|
773b3aff16
|
more cleanup from jon@symas.com
|
2001-12-18 04:52:55 +00:00 |
|
Howard Chu
|
3d4c9a7284
|
Fix typo in previous commit
|
2001-12-18 02:55:38 +00:00 |
|
Howard Chu
|
d829c02f0b
|
Add checks for mkstemp and mktemp. Tweak utils.c:mkstemp to honor the
HAVE_MKTEMP macro in addition to HAVE_MKSTEMP
|
2001-12-18 02:54:49 +00:00 |
|
Howard Chu
|
3bdbaf5487
|
Emulate mkstemp() using mktemp() if mkstemp() is not found by configure
|
2001-12-18 02:48:20 +00:00 |
|
Kurt Zeilenga
|
ca975216b8
|
Regenerate configure and fix AC header inclusion
|
2001-12-18 02:25:21 +00:00 |
|
Kurt Zeilenga
|
c1a257a83f
|
stdlib.h should be included as <ac/stdlib.h>
|
2001-12-18 01:24:31 +00:00 |
|
Howard Chu
|
b917625a85
|
Revert previous commit.
|
2001-12-18 00:20:58 +00:00 |
|
Howard Chu
|
6456e5f559
|
from jon@symas.com - misc cleanup
|
2001-12-18 00:16:15 +00:00 |
|
Kurt Zeilenga
|
943800a534
|
We "understand" localhost to be same as the local hostname as
returned by gethostname().
|
2001-12-17 23:56:16 +00:00 |
|
Howard Chu
|
e5eb270e6c
|
from jon@symas.com - misc Windows cleanup
|
2001-12-17 22:42:55 +00:00 |
|
Howard Chu
|
320d6742b7
|
Added atexit handler to free global_opts->ldo_defludp.
|
2001-12-15 13:43:49 +00:00 |
|
Howard Chu
|
2b0819c4a9
|
Don't copy and leak user; it's an env var so just use it directly.
|
2001-12-15 12:07:40 +00:00 |
|
Howard Chu
|
3655c57594
|
Close some stdio fopen leaks.
|
2001-12-15 09:19:07 +00:00 |
|
Kurt Zeilenga
|
4e79e82972
|
Treat (!) and (!(x=a)(y=b)) as filter errors...
|
2001-12-12 06:23:02 +00:00 |
|
Howard Chu
|
e65f4c235f
|
Some more version cleanup
|
2001-12-10 16:26:32 +00:00 |
|
Pierangelo Masarati
|
f4b21cc7b5
|
reworked internal stuff
|
2001-12-10 09:43:31 +00:00 |
|
Kurt Zeilenga
|
abd9be4def
|
Remove lint and misc MSVC updates
|
2001-12-09 02:34:45 +00:00 |
|
Howard Chu
|
0552b1c53f
|
NT updates from jon@symas.com.
|
2001-12-07 04:03:25 +00:00 |
|
Howard Chu
|
ff701c286b
|
Minor fix to allow build with BDB 4
|
2001-12-07 03:56:16 +00:00 |
|
Howard Chu
|
c96f8f168e
|
Minor fixes from jon@symas.com
|
2001-12-07 03:19:29 +00:00 |
|
Howard Chu
|
257fd527c5
|
Avoid unnecessary strcmp's
|
2001-12-07 02:26:33 +00:00 |
|
Howard Chu
|
e6d6faf3c9
|
From jon@symas.com - patches for consistent use of directory separators
in pathnames.
|
2001-12-07 01:46:26 +00:00 |
|
Pierangelo Masarati
|
67ed3982fb
|
now dnValidate loops thru each value; added private member to LDAPAVA to hold the attribute description
|
2001-12-06 11:50:17 +00:00 |
|
Pierangelo Masarati
|
9260b22dec
|
liberally accept many LDAPv2/LDAPv3 stuff in DN (quoted parts, ';' as rdn separator and so); enforce exact case match of normalized dn in dnMatch (let's see what happens ...); fix a ldapava_free_rdn bug
|
2001-12-06 10:01:25 +00:00 |
|
Kurt Zeilenga
|
583336caa6
|
Minor portablility change
|
2001-12-05 16:55:28 +00:00 |
|
Pierangelo Masarati
|
fb60696ac4
|
my system does not have the removed headers; however it compiles by adding sys/time.h, is it fine?
|
2001-12-05 08:51:49 +00:00 |
|
Pierangelo Masarati
|
6568f10b7d
|
my compiler complains about this; does my fix comply with the intended behavior?
|
2001-12-05 08:49:52 +00:00 |
|
Pierangelo Masarati
|
2a2f5ad8fa
|
minor cleanup
|
2001-12-05 08:48:53 +00:00 |
|
Kurt Zeilenga
|
86f79b85d8
|
Add experimental UUID/CSN support (needed for LCUP).
|
2001-12-05 07:25:25 +00:00 |
|
Kurt Zeilenga
|
268ee5ff4a
|
Add CSN routine.
|
2001-12-05 06:30:58 +00:00 |
|
Kurt Zeilenga
|
3da9378c3a
|
Set multicast bit
|
2001-12-05 06:09:22 +00:00 |
|
Kurt Zeilenga
|
8c0de8326f
|
Some minor cleanup...
|
2001-12-05 06:00:57 +00:00 |
|
Kurt Zeilenga
|
524c139d7c
|
Add UUID code from John E. Schimmel
|
2001-12-05 05:39:34 +00:00 |
|
Pierangelo Masarati
|
9004262d95
|
reimplement dn_validate/normalize/(match) using the ldap_str2dn/dn2str stuff; need to #define USE_LDAP_DN_PARSING
|
2001-12-04 20:22:26 +00:00 |
|
Kurt Zeilenga
|
850702ba99
|
Remove lint
|
2001-12-04 06:14:16 +00:00 |
|
Kurt Zeilenga
|
4041ef05bf
|
Slight memfree cleanup
|
2001-12-04 06:10:10 +00:00 |
|