Ben Collins
0924180fa8
Used new ldap_(un)lockf() functions
1999-03-13 20:34:27 +00:00
Ben Collins
75d6e3f738
Added lockf.o to list of OBJS and lockf.c to list of SRCS
1999-03-13 20:32:40 +00:00
Ben Collins
4e733cf024
Macros for file locking/unlocking added (ldap_lockf/ldap_unlockf)
1999-03-13 20:31:55 +00:00
Ben Collins
9d2ea940e0
Check that FIONBIO is defined, also add defined(__BEOS__) to list for send/recv defines
1999-03-13 20:29:35 +00:00
Ben Collins
b5f8f61a88
Newest from GNU's CVS, provides detection of BeOS as well as other systems
1999-03-13 20:27:57 +00:00
Ben Collins
b35e123bcb
Use LN_H in order to link (or copy) ldapadd from ldapmodify
1999-03-13 19:34:09 +00:00
Ben Collins
15e0a0f827
Declare LN_H=@LN_H@
1999-03-13 19:32:58 +00:00
Ben Collins
f18213015c
Check for how to hard link (ln or cp) and define as LS_H, also includes check for be_app() in -lbe
1999-03-13 19:31:50 +00:00
Ben Collins
615923f0d1
Functions for using fcntl to lock/unlock files in case lockf is not available
1999-03-13 19:25:15 +00:00
Ben Collins
27572b4257
Fixed small error in last commit for sys_errlist in openldap.m4
1999-03-13 18:41:07 +00:00
Ben Collins
ebce51b2db
actually define HAVE_SYS_ERRLIST if we have it, if not then declare it locally in ac/errno.h
1999-03-13 18:19:11 +00:00
Ben Collins
159083640a
We need a SUBDIR makefile in contrib/ so that compiling in a build dir will work
1999-03-13 18:16:11 +00:00
Ben Collins
bc3d17add8
Moved 'doc' to SUBDIRS
1999-03-13 02:42:43 +00:00
Ben Collins
362f051a57
Added check for <arpa/inet.h>
1999-03-13 02:17:34 +00:00
Ben Collins
c0b11aa8b5
Added check for getpass() as well as adding it to the -llutil Makefile.in (BeOS will need this)
1999-03-13 02:08:42 +00:00
Ben Collins
8f0aae9b72
#ifdef for <arpa/inet.h>
1999-03-13 01:12:54 +00:00
Ben Collins
6023a2fe42
#ifdef for <sys/file.h>
1999-03-13 01:07:15 +00:00
Ben Collins
dfc4d48209
Don't FORCE manpages in all-common
1999-03-12 22:32:15 +00:00
Hallvard Furuseth
45c2877c92
Update README to reflect recent changes.
1999-03-11 19:52:05 +00:00
Hallvard Furuseth
72ef1d08df
Change U-M LDAP to OpenLDAP in manpage
1999-03-11 19:45:38 +00:00
Hallvard Furuseth
7645a4ec5f
Fix Makefile.in: Install in bindir instead of libexecdir. Install manpage.
1999-03-11 19:43:26 +00:00
Kurt Zeilenga
e2d90b3acb
Update configure to:
...
-- fixed gethostbyaddr_r/gethostbyname_r compile warnings
-- relocated Pthread -mt test to be before -kthread test
1999-03-10 23:31:06 +00:00
Juan Gomez
4be6bf9e9b
Added tests for modrdn and the proper operation of the deleteoldrdn field.
1999-03-10 22:31:26 +00:00
Juan Gomez
0df308410f
Expected output for modrdn tests.
1999-03-10 22:27:58 +00:00
Juan Gomez
f8a0a67e5f
Fixed a bug related to the deallocation of memory for new_dn and new_ndn,
...
They must not be deallocated since they are used by the cache entry.
1999-03-10 22:17:54 +00:00
Juan Gomez
63f5f5b4a3
Defined LDAPMODRDN in preparation to add tests for LDAP v2 modrdn.
1999-03-10 21:08:21 +00:00
Hallvard Furuseth
5dd9d6502b
Silence some warnings of unused variables and comparing signed with unsigned
1999-03-09 23:30:52 +00:00
Hallvard Furuseth
727fae81ed
"const"ify some static arrays and related function parameters
1999-03-09 23:19:07 +00:00
Hallvard Furuseth
80b641486b
Declare functions before use. Change some functions to return void.
1999-03-09 23:06:14 +00:00
Hallvard Furuseth
ca91e9f189
Protoize CMDTABLE.func()
1999-03-09 22:55:24 +00:00
Hallvard Furuseth
555e23dd43
Add readline support. Change prompt to "saucer dn=CURRENT-DN> ".
1999-03-09 22:50:06 +00:00
Hallvard Furuseth
973c830d32
Fix previous changes: //comment -> /*comment*/
1999-03-09 22:24:50 +00:00
Kurt Zeilenga
04769d5b82
-lldap requires $(KRB_LIBS)
1999-03-09 20:21:55 +00:00
Hallvard Furuseth
b6d85256e7
"const"ify some static arrays, and related parameters/variables
1999-03-09 08:40:36 +00:00
Juan Gomez
c2a0632e63
Added support for deleteoldrdn.
1999-03-09 08:07:57 +00:00
Hallvard Furuseth
6de5ba2834
Fix typo -lxttp => -lxtpp in HAVE_XTPP comment
1999-03-09 08:05:27 +00:00
Hallvard Furuseth
083455be6b
Bugfix: Move handling of boolean options in front of invalue==NULL error check
1999-03-09 07:49:56 +00:00
Hallvard Furuseth
26f257f40d
Replace (int)LDAP_BOOL_GET(...) with LDAP_BOOL_GET(...)==LDAP_OPT_ON
1999-03-09 07:42:17 +00:00
Hallvard Furuseth
f7b4f5e9d7
Pass LDAP_OPT_<ON/OFF> instead of (void*)flag to ldap_set_option
1999-03-09 07:19:18 +00:00
Hallvard Furuseth
a8711b282e
Remove warning: Enclose initializer in {}.
1999-03-09 07:17:48 +00:00
Hallvard Furuseth
5ef648a109
Silence warnings: Remove unused variables. Enclose some initializers in in {}.
1999-03-09 07:15:35 +00:00
Hallvard Furuseth
ead12e1cda
include lutil.h to get lutil_passwd()
1999-03-09 06:59:33 +00:00
Hallvard Furuseth
d3aa0e7129
Bugfix: Missing parens in `status = ldap_pvt_thread_create(...) != 0'
1999-03-09 06:27:36 +00:00
Hallvard Furuseth
95f6547963
Use free instead of ber_bvecfree to free privately malloced data, by JR Heisey
1999-03-09 05:56:13 +00:00
Hallvard Furuseth
ce9d86a278
Check for directory separator `\' in program name, by JR Heisey
1999-03-09 05:53:21 +00:00
Hallvard Furuseth
3cfa89c3d1
Improve usage message and check, by JR Heisey
1999-03-09 05:50:54 +00:00
Hallvard Furuseth
a24b0c1c70
Integrate saucer in OpenLDAP build environment:
...
Add saucer/Makefile.in, add saucer to configure and top-level Makefile,
include "portable.h" and <ac/*.h>,
replace ldap_debug/lber_debug with ldap_set_option/lber_set_option.
1999-03-09 01:59:49 +00:00
Kurt Zeilenga
e5ab61cb3a
LINE_WIDTH -> LDIF_LINE_WIDTH
1999-03-09 00:59:37 +00:00
Kurt Zeilenga
53fc115b6f
Add LDIF_ to LINE_WIDTH
1999-03-09 00:50:41 +00:00
Juan Gomez
b9f9b8805a
Fixed type by changing rdn_type to new_rdn_type.
1999-03-09 00:42:57 +00:00