Howard Chu
e99eab787f
Use new macros from configure.in to accomodate NT/Mingw32 environment.
...
See README 1.27 log
1999-10-28 07:31:59 +00:00
Howard Chu
dd89498e85
Fix misc syntax warnings and/or bugs.
...
See README 1.27 log
1999-10-28 07:18:48 +00:00
Kurt Zeilenga
f4a0699311
Add macros to compute base64 encode/decode lengths.
1999-10-25 01:44:47 +00:00
Kurt Zeilenga
c0a6159844
Initial Kth Kerberos support. Changes based upon suggestions
...
from Booker Bense <bbense@networking.stanford.edu>.
1999-10-01 05:11:39 +00:00
Kurt Zeilenga
a284b641b7
Move crypt(3) prototypes from <ac/unistd.h> to <ac/crypt.h> (new) to
...
avoid clashes with Kth Kerberos.
1999-10-01 04:48:30 +00:00
Kurt Zeilenga
a0bd8e1764
Don't need <lber.h>
1999-09-25 23:12:55 +00:00
Julio Sánchez Fernández
0bd0a8d4db
Fix creation of ldapadd link to ldapmodify
1999-09-23 11:13:29 +00:00
Ben Collins
53da7b6cda
* build/top.mk: removed references to TMPROOT and added DESTDIR support
...
* all others: Added DESTDIR support
1999-09-22 21:51:30 +00:00
Kurt Zeilenga
9d6c0aa00a
Allow replace with no values
...
dn: cn=foo
changetype: modify
replace: bar
-
1999-09-10 01:55:46 +00:00
Kurt Zeilenga
403f4479bc
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
...
Replace old Id as needed (back-tcl).
Leave updating of contribWare to contributors (for now).
1999-09-08 19:06:24 +00:00
Kurt Zeilenga
ed0e5393b4
Disable REFERRALS. Should add -C/-CC/-R options (chase w/ prompting,
...
chase w/o prompting, disable referrals).
1999-09-05 19:20:01 +00:00
Hallvard Furuseth
33cc7d4cf1
Introduce and use LDAP_GCCATTR() = __attributes__() in gcc
1999-09-03 21:06:33 +00:00
Hallvard Furuseth
c09a2c63e7
Cleanup:
...
Fix printf formats, remove unused variables, add missing prototypes in slapd,
add static/const, add some return types or change to void return type.
1999-09-02 08:05:17 +00:00
Kurt Zeilenga
41e57c041f
Add OpenLDAP RCS id
1999-09-02 00:52:43 +00:00
Hallvard Furuseth
553b40e6f8
Initialize rc
1999-09-01 05:14:42 +00:00
Kurt Zeilenga
5c63fd55b5
Implement ldap_dn_normalize and friends. Should be used by clients
...
to validate input dn's BEFORE sending dn's to server.
Also fixed getfilter to use REG_EXTENDED|REG_NOSUB. (and fixed one
case where REG_BASIC was still used).
s/strdup/LDAP_STRDUP/
Added ldap_pvt_str2lower/upper
1999-08-25 06:44:08 +00:00
Kurt Zeilenga
c1b5068fe4
Apply Hallvard's memory leak plugs...
1999-08-20 00:55:22 +00:00
Kurt Zeilenga
17c37bb7c3
Fix server==NULL bugs
1999-08-18 02:36:23 +00:00
Howard Chu
2d99e86fc1
Remove extraneous newlines from non-LDIF output
1999-08-17 20:27:46 +00:00
Hallvard Furuseth
f8df8a98e1
Fix bugreport/mailinglist addresses
1999-08-17 10:00:58 +00:00
Hallvard Furuseth
aa9bf92b32
Fix feedback address
1999-08-17 09:52:27 +00:00
Hallvard Furuseth
09f3b2c9df
Remove umich.edu reference
1999-08-17 09:47:04 +00:00
Hallvard Furuseth
e559531407
Print "<DEFAULT>" instead of "0" when ldapport=0 in ldapsearch -v
1999-08-17 01:49:19 +00:00
Kurt Zeilenga
3f52596360
printf "ALL" to stderr.
1999-08-16 19:09:40 +00:00
Kurt Zeilenga
412e734763
Install as 755 not 775.
1999-08-16 17:22:55 +00:00
Kurt Zeilenga
29274384a3
Remove temporary comment
1999-08-13 23:06:05 +00:00
Kurt Zeilenga
a3269d3625
Allow null dn.
1999-08-13 22:53:11 +00:00
Kurt Zeilenga
3c7f51b77f
Fix tv.sec typo in last commit. srand(tv.tv_sec * (tv.tv_usec+1))
1999-08-09 19:06:29 +00:00
Kurt Zeilenga
dd53a83946
Wrap prints of DN and other strings in double quotes so user can easily
...
determine if string contains leading/trailing whitespace.
1999-08-09 18:33:17 +00:00
Kurt Zeilenga
e0691dfbc0
create SASL_LIBS to hold -lsasl
...
create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS
use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS
1999-08-05 02:25:19 +00:00
Kurt Zeilenga
3abd065219
Add KEEPALIVE support.
1999-08-04 23:56:37 +00:00
Kurt Zeilenga
58bcdbdc46
Add setup.dsp to workspace
1999-08-04 23:56:01 +00:00
Kurt Zeilenga
f846eee613
Add copyright notices.
1999-08-04 23:55:45 +00:00
Kurt Zeilenga
df8f7cbb9b
s/exit(1)/exit(EXIT_FAILURE)/
...
s/exit(0)/exit(EXIT_SUCCESS)/
add <ac/stdlib.h> where needed and other minor header adjustments
1999-08-03 18:14:24 +00:00
Hallvard Furuseth
b7e5d904b9
Replace @umich bugreport/support addresses with @openldap
1999-08-03 10:07:58 +00:00
Hallvard Furuseth
a9f6fc35f7
Grow buffer[] declaration to make space for " $ " separators
1999-08-03 03:58:49 +00:00
Kurt Zeilenga
a847e20589
multiline separator: s/"$"/" $ "/
1999-08-02 17:10:29 +00:00
Hallvard Furuseth
2da4fca5c3
Fix format %x -> %lx in des_string_to_key
1999-08-02 05:25:17 +00:00
Hallvard Furuseth
294d9f99b2
Print ldap_err2string(error number) instead of just error number
1999-08-02 01:13:39 +00:00
Kurt Zeilenga
48d5465ab7
Add support for "foo:< http://localhost/path .
...
Requires FreeBSD's -lfetch...
Implementations to other URL APIs encouraged.
Probably should be moved to -llutil.
1999-07-31 03:23:26 +00:00
Kurt Zeilenga
9160692ab1
Remove "const" error... and add prototype for yet unimplemented
...
ldif_fetch_url().
1999-07-31 02:17:26 +00:00
Kurt Zeilenga
07b734035d
Kludge ldapmodify to accept "version: 1" in LDIF input.
1999-07-31 00:35:30 +00:00
Kurt Zeilenga
b73b0c6158
Enhance LDIF handling
...
ldapsearch:
use draft guidelines for determining when to use
-t only writes binary attributes to files
-tt writes all attributes to files
output now lists URL instead of path to such files
-T dir can be used to specify directory to create temp files in
-V urlprefix can be used to change the URL prefix
LDIF is now commented (can be disabled using -LL)
LDIF now contains version attribute (can be disabled with -LLL)
LDIF:
put interface changed to allow caller to specify how to encode
put interface uses draft guidelines for determine when to base64 encode
wrapping kludged to match old off by one bug
Tests:
removed trailing space from some attributes (to avoid base64 encoding)
enabled -LLL in defines.sh (should sed output to remove
wrapping/comments/redundant separators)
Misc:
updated codes outputting LDIF to use new put interface
TODO:
handling of version attribute on input
handling of URLs on input (ie: fetch URL)
1999-07-30 23:00:02 +00:00
Kurt Zeilenga
17a975b6fb
Very crude LDIF changes:
...
add MODRDN newSuperior support
add '#' support to ldapmodify (but not slurpd and ldbm tools)
1999-07-29 21:25:39 +00:00
Kurt Zeilenga
ff2a6e1014
Remove YEAR_PEDANTIC macro and update comment.
1999-07-27 00:34:29 +00:00
Julio Sánchez Fernández
5ff97c0c0d
Oops, revert prior change.
1999-07-23 20:52:17 +00:00
Julio Sánchez Fernández
188030d5b7
Remove debugging leftover
1999-07-23 20:39:47 +00:00
Julio Sánchez Fernández
5009194a29
Fix mailer line (missing argument to -m, maybe make configurable)
1999-07-23 20:39:06 +00:00
Kurt Zeilenga
a103bf9b38
Import date parser from libldap
1999-07-21 17:36:13 +00:00
Kurt Zeilenga
4fdd533a5a
Update LDAP_URL_ERR_ handling.
1999-07-19 19:48:23 +00:00