2005-09-26 |
Howard Chu | Replace avl_insert/delete with iterative version |
tree | commitdiff |
2005-09-26 |
Howard Chu | Fix tavl_delete |
tree | commitdiff |
2005-09-26 |
Hallvard Furuseth | Remove unused variable |
tree | commitdiff |
2005-09-23 |
Howard Chu | Revert prev commit |
tree | commitdiff |
2005-09-23 |
Howard Chu | Fix end conditions for tavl_end and tavl_next |
tree | commitdiff |
2005-09-22 |
Howard Chu | tavl_delete: copy balance factor |
tree | commitdiff |
2005-09-21 |
Howard Chu | tavl_delete - swap whole structures, not the data pointers. |
tree | commitdiff |
2005-09-21 |
Howard Chu | Fix tavl_delete threading |
tree | commitdiff |
2005-09-21 |
Howard Chu | Add testtavl, add tavl_end and tavl_next. tavl_delete... |
tree | commitdiff |
2005-09-21 |
Howard Chu | Add threaded AVL functions |
tree | commitdiff |
2005-09-10 |
Pierangelo Masarati | cleanup |
tree | commitdiff |
2005-09-10 |
Pierangelo Masarati | silence warnings |
tree | commitdiff |
2005-09-04 |
Kurt Zeilenga | Fix multicast bit |
tree | commitdiff |
2005-08-25 |
Kurt Zeilenga | Update build tools based upon OPENLDAP_AC work |
tree | commitdiff |
2005-08-24 |
Howard Chu | Improve check for schemes vs cleartext passwords |
tree | commitdiff |
2005-08-13 |
Kurt Zeilenga | replace struct msghdr macros |
tree | commitdiff |
2005-08-12 |
Kurt Zeilenga | Replace PW_GECOS/PASSWD macros |
tree | commitdiff |
2005-07-25 |
Hallvard Furuseth | lmPasswd_to_key() arg1 was passed char*. Change it... |
tree | commitdiff |
2005-07-18 |
Hallvard Furuseth | assert expects int. (int)<nonnull ptr/long> can be... |
tree | commitdiff |
2005-07-18 |
Hallvard Furuseth | size_t peercredlen -> socklen_t peercredlen in #if... |
tree | commitdiff |
2005-07-11 |
Howard Chu | ITS#3847 silence warnings |
tree | commitdiff |
2005-07-09 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2005-07-08 |
Howard Chu | Fix get_scheme to check length of scheme name |
tree | commitdiff |
2005-07-06 |
Hallvard Furuseth | Constify ldif_open() args |
tree | commitdiff |
2005-05-12 |
Howard Chu | Fix Win32 build using separate object directory |
tree | commitdiff |
2005-05-12 |
Howard Chu | Fix prev commit |
tree | commitdiff |
2005-05-12 |
Howard Chu | Updated ldif_read_record to support LDIF include: directive |
tree | commitdiff |
2005-04-26 |
Kurt Zeilenga | type is no longer a char* |
tree | commitdiff |
2005-04-10 |
Pierangelo Masarati | OID checks don't need to be case-insensitive |
tree | commitdiff |
2005-04-09 |
Pierangelo Masarati | base64 encode passwords in back-config |
tree | commitdiff |
2005-03-18 |
Howard Chu | Reorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for... |
tree | commitdiff |
2005-03-16 |
Kurt Zeilenga | AIX getpeerid support |
tree | commitdiff |
2005-03-15 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2005-03-05 |
Kurt Zeilenga | ITS#3583: memcmp replacement compilation error fix |
tree | commitdiff |
2005-02-03 |
Luke Howard | ITS#3439 (NetBSD support for getpeereid()) |
tree | commitdiff |
2005-01-24 |
Kurt Zeilenga | Remove extra rcsid |
tree | commitdiff |
2005-01-24 |
Howard Chu | Added ldif_countlines() |
tree | commitdiff |
2005-01-24 |
Howard Chu | Restore avl_find code independent of avl_find2 |
tree | commitdiff |
2005-01-20 |
Howard Chu | ITS#3495 make sure lutil_passwd_init gets called |
tree | commitdiff |
2005-01-19 |
Howard Chu | More tweaks to ldif_parse_line2 for str2entry |
tree | commitdiff |
2005-01-19 |
Howard Chu | Added ldif_parse_line2 to parse in-place |
tree | commitdiff |
2005-01-01 |
Kurt Zeilenga | Happy New Year! |
tree | commitdiff |
2004-11-19 |
Howard Chu | Add avl_find2 returning the Avlnode, allowing its data... |
tree | commitdiff |
2004-09-28 |
Howard Chu | Add some more comments to time conversion |
tree | commitdiff |
2004-09-28 |
Howard Chu | Rename slap_tm to lutil_tm... |
tree | commitdiff |
2004-09-28 |
Howard Chu | Move time parsers from ppolicy.c to liblutil; preserve... |
tree | commitdiff |
2004-09-26 |
Kurt Zeilenga | rebuild |
tree | commitdiff |
2004-09-04 |
Kurt Zeilenga | Move MSVC port to the Attic |
tree | commitdiff |
2004-07-17 |
Howard Chu | Hide WINAPI entry points from slapd/symdummy |
tree | commitdiff |
2004-06-02 |
Kurt Zeilenga | Apply same fix (as last commit) to SMD5 as well |
tree | commitdiff |
2004-06-02 |
Kurt Zeilenga | ITS#3169: fix safety checks to allow for varying salt... |
tree | commitdiff |
2004-03-19 |
Howard Chu | ITS#2457 Added LUTIL_SLASHPATH macro and func for conve... |
tree | commitdiff |
2004-03-12 |
Pierangelo Masarati | define error codes for lutil_passwd* funcs |
tree | commitdiff |
2004-03-05 |
Howard Chu | ITS#2992 Windows fixes from Alexey Melnikov |
tree | commitdiff |
2004-03-03 |
Howard Chu | ITS#2993 fix prev commit |
tree | commitdiff |
2004-03-02 |
Howard Chu | Pass result berval to lutil_passwd_hash instead of... |
tree | commitdiff |
2004-02-26 |
Howard Chu | Deleted Kerberos and Netscape support |
tree | commitdiff |
2004-01-25 |
Howard Chu | ITS#2899 NS-MTA-MD5 password len is exactly 64 bytes. |
tree | commitdiff |
2004-01-09 |
Kurt Zeilenga | Fix text == NULL bugs in last commit |
tree | commitdiff |
2004-01-09 |
Kurt Zeilenga | ITS#2906: report invalid userPassword schemes, clarify... |
tree | commitdiff |
2004-01-01 |
Kurt Zeilenga | Happy new year |
tree | commitdiff |
2003-12-11 |
Howard Chu | ITS#2869 fix decode length checks again |
tree | commitdiff |
2003-12-06 |
Luke Howard | Use gmtime_r() if HAVE_GMTIME_R is defined (need to... |
tree | commitdiff |
2003-11-29 |
Hallvard Furuseth | Avoid /* inside comments. |
tree | commitdiff |
2003-11-26 |
Kurt Zeilenga | From liblavl |
tree | commitdiff |
2003-11-26 |
Kurt Zeilenga | move AVL routines into -llutil |
tree | commitdiff |
2003-11-26 |
Kurt Zeilenga | Notice/Acknowledge updates |
tree | commitdiff |
2003-11-25 |
Kurt Zeilenga | Move LDIF routines liblutil |
tree | commitdiff |
2003-11-25 |
Kurt Zeilenga | Notice updates |
tree | commitdiff |
2003-11-22 |
Pierangelo Masarati | fix tricky signed/unsigned comparison (ITS#2835) |
tree | commitdiff |
2003-11-18 |
Kurt Zeilenga | Update csn format. Format now more inconsistent from... |
tree | commitdiff |
2003-10-17 |
Kurt Zeilenga | Fix SLAPD_NS_MTA_MD5 compile bug (ITS#2773) |
tree | commitdiff |
2003-08-09 |
Kurt Zeilenga | ITS#2566: apply patch provided by Norbert to fix lmhash... |
tree | commitdiff |
2003-08-09 |
Kurt Zeilenga | ITS#2662: NS_MTA-MD5 hash check fix |
tree | commitdiff |
2003-07-30 |
Kurt Zeilenga | comment cleanup |
tree | commitdiff |
2003-06-28 |
Hallvard Furuseth | Handle !HAVE_LONG_LONG |
tree | commitdiff |
2003-06-01 |
Kurt Zeilenga | ITS#2562: add missing arg to hash_lanman |
tree | commitdiff |
2003-05-29 |
Howard Chu | Fix lutil_localtime for EBCDIC |
tree | commitdiff |
2003-05-25 |
Kurt Zeilenga | Add/Update various copyright notices |
tree | commitdiff |
2003-05-15 |
Pierangelo Masarati | cleanup previous commit; update header |
tree | commitdiff |
2003-05-15 |
Pierangelo Masarati | add local generalized time generator |
tree | commitdiff |
2003-05-05 |
Kurt Zeilenga | Blind fix for NGROUPS Tru64 5.1 bug (ITS#2485) |
tree | commitdiff |
2003-05-02 |
Hallvard Furuseth | Fix assignment of <char/int>* to unsigned <char/int... |
tree | commitdiff |
2003-04-30 |
Howard Chu | Added errmsg arg to lutil_passwd_{check,hash} functions |
tree | commitdiff |
2003-04-29 |
Hallvard Furuseth | #include "ldap_pvt.h", to get ldap_charray_free() and... |
tree | commitdiff |
2003-04-06 |
Kurt Zeilenga | mark more translatable strings |
tree | commitdiff |
2003-04-06 |
Howard Chu | ITS#2423 - make the lib that allocates SASL prompt... |
tree | commitdiff |
2003-03-12 |
Howard Chu | Fix up lutil_passwd stuff to avoid struct berval definition |
tree | commitdiff |
2003-03-11 |
Howard Chu | Added lutil_passwd_init, _destroy, _add for dynamically... |
tree | commitdiff |
2003-03-07 |
Howard Chu | Blind fix, delete obsolete files cache.c, authpasswd.c |
tree | commitdiff |
2003-03-04 |
Kurt Zeilenga | fix initializer |
tree | commitdiff |
2003-03-03 |
Howard Chu | Cleanup slapd-specific NT service support |
tree | commitdiff |
2003-03-03 |
Howard Chu | Fix previous commit, eventlog path was wrong |
tree | commitdiff |
2003-03-03 |
Howard Chu | Default is_NT_Service to no |
tree | commitdiff |
2003-03-02 |
Kurt Zeilenga | Add acc_rights detection (needs testing) |
tree | commitdiff |
2003-03-02 |
Kurt Zeilenga | Add check of <sys/uio.h> and include as needed for... |
tree | commitdiff |
2003-03-02 |
Howard Chu | Interoperability fix for sendmsg/recvmsg with access... |
tree | commitdiff |
2003-03-01 |
Kurt Zeilenga | Don't send extra messages, will cause interoperability... |
tree | commitdiff |
2003-02-21 |
Kurt Zeilenga | Round 2 |
tree | commitdiff |
2003-02-21 |
Kurt Zeilenga | Add a safety value |
tree | commitdiff |
next |