2003-01-30 |
Hallvard Furuseth | Change lutil_detach() to not close the descriptors...
|
commit | commitdiff | tree |
2003-01-24 |
Hallvard Furuseth | Fix typo in comment.
|
commit | commitdiff | tree |
2003-01-22 |
Hallvard Furuseth | Return 0 or 1 from is_entry_*(), to kill 'signed vs...
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | Silence gcc warnings (signed vs. unsigned, implicit...
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | Fix printf format errors.
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | Cast ctype.h arguments to unsigned char.
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | Remove an implicit int, to silence gcc warnings.
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | Remove pointless `unsigned < 0' test.
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | Insert missing initializers, to silence gcc warnings.
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | 'static' must come before 'const'.
|
commit | commitdiff | tree |
2003-01-19 |
Hallvard Furuseth | Fix LBER_ERROR vs. -1 confusion.
|
commit | commitdiff | tree |
2003-01-03 |
Hallvard Furuseth | Fix octetStringOrderingMatch(). It thought "b"<"aa...
|
commit | commitdiff | tree |
2003-01-03 |
Hallvard Furuseth | Delete bitStringNormalize().
|
commit | commitdiff | tree |
2003-01-02 |
Hallvard Furuseth | Fix attribute value parsing in objectIdentifierFirstComponen...
|
commit | commitdiff | tree |
2002-12-18 |
Hallvard Furuseth | Plug memory leaks from ldap_get_option().
|
commit | commitdiff | tree |
2002-12-16 |
Hallvard Furuseth | Remove a useless function pointer cast.
|
commit | commitdiff | tree |
2002-12-16 |
Hallvard Furuseth | Remove a bad function pointer cast.
|
commit | commitdiff | tree |
2002-12-16 |
Hallvard Furuseth | Fix typo.
|
commit | commitdiff | tree |
2002-12-16 |
Hallvard Furuseth | Fix typos.
|
commit | commitdiff | tree |
2002-12-16 |
Hallvard Furuseth | Make links to ber_bvfree and others, and add them to...
|
commit | commitdiff | tree |
2002-12-16 |
Hallvard Furuseth | Fix ldap_extended_s(3) -> ldap_extended_operation(3)
|
commit | commitdiff | tree |
2002-12-14 |
Hallvard Furuseth | Remove casts of AVL function pointers.
|
commit | commitdiff | tree |
2002-12-14 |
Hallvard Furuseth | Call node_find_cmp() with (void *)&ulong instead of...
|
commit | commitdiff | tree |
2002-12-13 |
Hallvard Furuseth | Rename "lang(uage)" to "tag(s)". (Cleanup after attribute...
|
commit | commitdiff | tree |
2002-12-12 |
Hallvard Furuseth | Factor out common client code to file common.c
|
commit | commitdiff | tree |
2002-12-12 |
Hallvard Furuseth | Implement user-defined tagging attribute options and...
|
commit | commitdiff | tree |
2002-12-11 |
Hallvard Furuseth | Fix const errors.
|
commit | commitdiff | tree |
2002-12-11 |
Hallvard Furuseth | Plug memory leak from ldap_<first/next>_attribute().
|
commit | commitdiff | tree |
2002-12-09 |
Hallvard Furuseth | ITS#2215: Let Statslog() work if only one of LDAP_DEBUG...
|
commit | commitdiff | tree |
2002-12-09 |
Hallvard Furuseth | Update '-c' error handling, so error in any operation...
|
commit | commitdiff | tree |
2002-12-02 |
Hallvard Furuseth | Never let ldif_parse_line() return a NULL value with...
|
commit | commitdiff | tree |
2002-12-02 |
Hallvard Furuseth | Output from ldif_fetch_url() is expected to be \0-terminated.
|
commit | commitdiff | tree |
2002-12-02 |
Hallvard Furuseth | ldif_fetch_url() would return NULL value or pointless...
|
commit | commitdiff | tree |
2002-12-02 |
Hallvard Furuseth | Esthetic change: Move break; out of if() to before...
|
commit | commitdiff | tree |
2002-12-02 |
Hallvard Furuseth | Plug memory leak in ldif_parse_line() if ber_strdup...
|
commit | commitdiff | tree |
2002-11-30 |
Hallvard Furuseth | A search requesting 'cn;lang-en-' did not find 'cn...
|
commit | commitdiff | tree |
2002-11-30 |
Hallvard Furuseth | ldapsearch -E subentries=... lacked a break; for case...
|
commit | commitdiff | tree |
1999-09-11 |
Hallvard Furuseth | Add missing ')' when HAVE_TCPD
|
commit | commitdiff | tree |
1999-09-06 |
Hallvard Furuseth | Remove lint
|
commit | commitdiff | tree |
1999-09-06 |
Hallvard Furuseth | Cleanup: Complete renaming lber_*() to ber_*(). Fix...
|
commit | commitdiff | tree |
1999-09-05 |
Hallvard Furuseth | Kill //-style comments
|
commit | commitdiff | tree |
1999-09-04 |
Hallvard Furuseth | Handle unknown syntaxes as binary
|
commit | commitdiff | tree |
1999-09-04 |
Hallvard Furuseth | Accept unknown object classes
|
commit | commitdiff | tree |
1999-09-04 |
Hallvard Furuseth | Some constification & lint removal
|
commit | commitdiff | tree |
1999-09-04 |
Hallvard Furuseth | Change -d option to not detach even with -d 0 or compiled...
|
commit | commitdiff | tree |
1999-09-03 |
Hallvard Furuseth | Move `#include "ldap_defaults.h"' into slap.h, which...
|
commit | commitdiff | tree |
1999-09-03 |
Hallvard Furuseth | Introduce and use LDAP_GCCATTR() = __attributes__(...
|
commit | commitdiff | tree |
1999-09-03 |
Hallvard Furuseth | Remove incorrect use of <matched> entry
|
commit | commitdiff | tree |
1999-09-03 |
Hallvard Furuseth | <url> was used uninitialized
|
commit | commitdiff | tree |
1999-09-03 |
Hallvard Furuseth | Copy back-ldbm patches 1.37 (idl_insert_key returncodes...
|
commit | commitdiff | tree |
1999-09-03 |
Hallvard Furuseth | Fix SAFEMEMCPY bug from revision 1.32 in idl_insert()
|
commit | commitdiff | tree |
1999-09-03 |
Hallvard Furuseth | Plug memory leaks when modrdn failure. Fix Typo in...
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Fix: obey be->be_readonly. Also add & obey global_readonly.
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Fix Debug printf format
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Cleanup:
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Fix str2lower() -> ldap_pvt_str2lower()
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Fix ber_pvt_sb_udp_set_dst() argument
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Fix typo in lutil_debug_file()
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Add ldap_rename() and ldap_rename_s() prototypes
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Remove unused vars/function
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Axe <varargs.h> support: Don't use LDAP_P() on varargs...
|
commit | commitdiff | tree |
1999-09-02 |
Hallvard Furuseth | Axe <varargs.h> support. Assume STDC C translator...
|
commit | commitdiff | tree |
1999-09-01 |
Hallvard Furuseth | Fix uninitialized variable
|
commit | commitdiff | tree |
1999-09-01 |
Hallvard Furuseth | Fix uninitialized variables
|
commit | commitdiff | tree |
1999-09-01 |
Hallvard Furuseth | include ac/string.h
|
commit | commitdiff | tree |
1999-09-01 |
Hallvard Furuseth | Initialize rc
|
commit | commitdiff | tree |
1999-08-31 |
Hallvard Furuseth | Export ldap_pvt_<find_wildcard,filter_value_unescape...
|
commit | commitdiff | tree |
1999-08-31 |
Hallvard Furuseth | Typo in debug message
|
commit | commitdiff | tree |
1999-08-29 |
Hallvard Furuseth | Fix fprintf format args
|
commit | commitdiff | tree |
1999-08-28 |
Hallvard Furuseth | Catch \ at end of filter
|
commit | commitdiff | tree |
1999-08-28 |
Hallvard Furuseth | Remove 'cast away const'
|
commit | commitdiff | tree |
1999-08-28 |
Hallvard Furuseth | Fix typo in filter_value_unescape()
|
commit | commitdiff | tree |
1999-08-27 |
Hallvard Furuseth | Plug memory leaks (free output from ldif_parse_line)
|
commit | commitdiff | tree |
1999-08-22 |
Hallvard Furuseth | Plug minor memory leak
|
commit | commitdiff | tree |
1999-08-22 |
Hallvard Furuseth | Remove lint
|
commit | commitdiff | tree |
1999-08-22 |
Hallvard Furuseth | Initialize lineno
|
commit | commitdiff | tree |
1999-08-22 |
Hallvard Furuseth | Always compile acl_dn_pat when it is set, otherwise...
|
commit | commitdiff | tree |
1999-08-19 |
Hallvard Furuseth | plug memory leak
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Add <ac/string.h>
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Fix printf formats: print msgtype as %lu, remove spurious...
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Add missing progname argument to fprintf
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Add const, to fix "cast away from const" warnings
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Add missing newline at end of file
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Fix bugreport/mailinglist addresses
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Fix feedback address
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Remove umich.edu reference
|
commit | commitdiff | tree |
1999-08-17 |
Hallvard Furuseth | Print "<DEFAULT>" instead of "0" when ldapport=0 in...
|
commit | commitdiff | tree |
1999-08-16 |
Hallvard Furuseth | back-ldbm: Kill ldbm_ignore_nextid_file, replace with...
|
commit | commitdiff | tree |
1999-08-16 |
Hallvard Furuseth | s/text/text ? text : ""/ in Statslog
|
commit | commitdiff | tree |
1999-08-16 |
Hallvard Furuseth | Add ldap_*2name() in <include,libldap>/schema, use...
|
commit | commitdiff | tree |
1999-08-16 |
Hallvard Furuseth | Add missing newline and EOF
|
commit | commitdiff | tree |
1999-08-16 |
Hallvard Furuseth | ITS#251: Remove 1st "u" (old UDP option) from getopt()
|
commit | commitdiff | tree |
1999-08-08 |
Hallvard Furuseth | ldap_op.c: Get LDAP->ld_lberoptions from libldap/ldap...
|
commit | commitdiff | tree |
1999-08-08 |
Hallvard Furuseth | Separate put_nextid() out from next_id_write() in back...
|
commit | commitdiff | tree |
1999-08-07 |
Hallvard Furuseth | Minor cleanup:
|
commit | commitdiff | tree |
1999-08-07 |
Hallvard Furuseth | Plug memory leaks (parallell to back-ldbm/idl.c version...
|
commit | commitdiff | tree |
1999-08-07 |
Hallvard Furuseth | Fix typo in error message: idl_fetch -> bdb2i_idl_fetch
|
commit | commitdiff | tree |
1999-08-06 |
Hallvard Furuseth | Factor out ldif entry parsing so all ldif2* tools will...
|
commit | commitdiff | tree |
1999-08-06 |
Hallvard Furuseth | Typo: s/elineno, elineno/elineno, lineno/ in error...
|
commit | commitdiff | tree |
1999-08-04 |
Hallvard Furuseth | s/return 0/return EXIT_SUCCESS/ in main(), #include...
|
commit | commitdiff | tree |
next |