2007-04-04 |
Hallvard Furuseth | Fix char* = const char* (text = sr->sr_text) |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Ralf Haferkamp | Moved the check for existing monitor database to the... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Howard Chu | ITS#4879 fixes for url parse/unparse |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Howard Chu | ITS#4875 ignore zero-length st_size |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Howard Chu | Note overlay config ordering |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Howard Chu | ITS#4904 fix delta-sync modlist free |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Quanah Gibson... | Use correct memory free function (ITS#4901) |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Quanah Gibson... | Fix typo |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Howard Chu | ITS#4899 fix for keys not getting cleared |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Howard Chu | Cleanup conditional arg in prev commit |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Ralf Haferkamp | use slap_add_opattrs as discussed on -devel. |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Ralf Haferkamp | Add operational Attributes when creating frontend and... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Ralf Haferkamp | Create frontend and config database entries automatical... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Hallvard Furuseth | Do not end a potentially last line of a Makefile statem... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Howard Chu | ITS#4893 back to pipes... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | ITS#4893 just send the client socket, not a pipe descri... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | ITS#4893 fix prev commit |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | More struct cleanup |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | ITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | Use AC_MEMCPY |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | Revert prev commits, didn't belong here |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | Fix typo in prev commit |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Howard Chu | Add LDAP_PF_LOCAL_SENDMSG flag |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Howard Chu | Preliminary GNUtls support. gnutls.c will merge back... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Howard Chu | Add options for ber_get_stringbv() to omit NUL-terminat... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Howard Chu | Fix TLS default for clients |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Howard Chu | ITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/ |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Pierangelo... | add support for pagedResults to back-sql (ITS#4888) |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Pierangelo... | fix test in case of bailout (ITS#4891) |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Howard Chu | Enhanced unique configuration |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Howard Chu | Remove obsolete purge (obsoleted in cache.c rev 1.106) |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | don't add databases twice; but try as hard as possible... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | allow adding of back-bdb with monitoring on (ITS#4789) |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | cleanup |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | cleanup after sending entry |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | fix ITS#4883 |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | do not refer to deprecated API |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | s/LDAP_RES_EXTENDED_PARTIAL/LDAP_RES_INTERMEDIATE/... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | improve previous commit (check result of structural_cla... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Pierangelo... | exploit inheritance in add (ITS#4884): passes all tests... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Pierangelo... | more structure name cleanup |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Howard Chu | Add DER OID decoder/encoder |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Howard Chu | Add DER OID encoder/decoder |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Howard Chu | Add ber_skip_data() to help positioning in structured... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Pierangelo... | cleanup struct declarations |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Pierangelo... | add uptime monitoring (in seconds) |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Pierangelo... | cleanup |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Pierangelo... | restore op before checking result (and, if necessary... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Pierangelo... | handle r_dn == r_ndn |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Pierangelo... | ld could be used after ldap_unbind_ext() |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Pierangelo... | make sure unsigned time_t doesn't hurt (follow-on to... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Pierangelo... | remove lint (ITS#4878) |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Pierangelo... | fix ITS#4874 |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Pierangelo... | fix cleanup |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Pierangelo... | note ITS#4872 (forced commit) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Pierangelo... | add support for binary attributes (ITS#4868) |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Howard Chu | Don't generate schema entries for include files that... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Pierangelo... | apparently, time_t is unsigned in some systems |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Pierangelo... | remove lint (ITS#4865) |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Kurt Zeilenga | Forced commit to test CVS repository after move to... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Pierangelo... | fix previous commit (ITS#4861) |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Howard Chu | Fix typo |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Howard Chu | More logging tweaks |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Howard Chu | Add "hidden" doc |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Howard Chu | Document the "hidden" keyword. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Howard Chu | Uncomment logfile doc - it's been implemented this... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Howard Chu | Fixes (mostly from Buchan Milne) to make all generated... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Pierangelo... | check consistency of referrals and result code (ITS... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Pierangelo... | fix subtree shortcut (ITS#4856) |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Pierangelo... | fix str2anlist handling of undefined objects (ITS#4854) |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Kurt Zeilenga | Rebuild |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Kurt Zeilenga | Search libs for uuid_generate |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Kurt Zeilenga | Rebuild |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Kurt Zeilenga | Add support for uuid_generate/uuid_unparse |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Pierangelo... | a (clearer) remainder... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Pierangelo... | a remainder... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Pierangelo... | Solaris doesn't like NULL pointers in printf, which... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Kurt Zeilenga | Update I-Ds |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Pierangelo... | Solaris doesn't like NULL pointers in printf, which... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Pierangelo... | don't remember where, but without quotes it fails |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Pierangelo... | detect braindead entries (e.g. from back-perl, ITS... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Howard Chu | ITS#4851 retry if opening a supposedly clean shared... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Pierangelo... | on Solaris, /bin/sh is not bash; grep doesn't like... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Pierangelo... | re-fix previus commit the other way 'round (rids are... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Pierangelo... | fix type/format mismatch |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Howard Chu | ITS#4848 better config context tracking |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Howard Chu | Note ldap_controls, ldap_extended_operation |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Howard Chu | Fix typo |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Howard Chu | ITS#4844 add missing overlays |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Pierangelo... | fix typo |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Pierangelo... | don't play with URL list if connect(2) is asynchronous |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Pierangelo... | improve async connect handling in case of errors |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Pierangelo... | fix in-directory retcode lookup |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Pierangelo... | this should never occur, but in case keep it readable |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Kurt Zeilenga | Remove extrananous space in DN (in comment) |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Pierangelo... | only fetch user if and as soon as required by filter |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Pierangelo... | extensibleObject allows all |
commit | commitdiff | tree | snapshot |
next |