r8174: Check DOS error codes in torture chkpath test.
[ira/wip.git] / source4 / lib /
2007-10-10 Tim Potterr8171: According to Samba 3 and Ethereal, the winreg_Op...
2007-10-10 Stefan Metzmacherr8146: fix compiler warning
2007-10-10 Andrew Tridgellr8127: fixed code in function error
2007-10-10 Andrew Tridgellr8126: - moved to 16 byte alignment for talloc. This...
2007-10-10 Simo Sorcer8084: do not leak memory on errors
2007-10-10 Simo Sorcer8083: check attribute type is valid (only ascii alphan...
2007-10-10 Simo Sorcer8082: large rewite of ldb_dn.c
2007-10-10 Andrew Tridgellr8071: reduce the size of the default ldb tests. We...
2007-10-10 Andrew Tridgellr8067: added a method for disabling the password prompt...
2007-10-10 Stefan Metzmacherr8044: give a better error code
2007-10-10 Andrew Tridgellr8043: increase shell compatibility of ldb tests
2007-10-10 Stefan Metzmacherr8042: give better error message
2007-10-10 Andrew Tridgellr8041: remove a mis-spelled debug message :-)
2007-10-10 Andrew Tridgellr8039: allow ldb test suite to be run outside of the...
2007-10-10 Andrew Tridgellr8038: - fixed indexing on binary values that need...
2007-10-10 Andrew Tridgellr8037: a fairly major update to the internals of ldb...
2007-10-10 Andrew Tridgellr8035: added indexing tests. current ldb fails the...
2007-10-10 Andrew Tridgellr8033: - add easier valgrind testing
2007-10-10 Andrew Tridgellr8032: added loop detection into talloc. Robert Collins...
2007-10-10 Andrew Tridgellr8011: arrgh, commit the right version this time
2007-10-10 Andrew Tridgellr8010: added testing of wildcard attributes
2007-10-10 Andrew Tridgellr8009: expanded the ldb test suite. It worried me that...
2007-10-10 Andrew Tridgellr8005: escape '"' characters in ldap expressions. Makes...
2007-10-10 Andrew Tridgellr8002: favor addresses on our local interfaces in NBT...
2007-10-10 Andrew Bartlettr7988: Store the KVNO for the machine account, and...
2007-10-10 Andrew Bartlettr7967: We don't have the ms_krb5 stuff any more.
2007-10-10 Jelmer Vernooijr7958: More debian packaging updates; packages build...
2007-10-10 Jelmer Vernooijr7943: Add 'make manpages', fix 'make installman' and...
2007-10-10 Simo Sorcer7937: main file was missing
2007-10-10 Simo Sorcer7936: new ldb_dn_explode and ldb_dn_casefold functions...
2007-10-10 Andrew Tridgellr7926: poptGetNextOpt() returns int, not char
2007-10-10 Andrew Tridgellr7913: prevent recursion in the socket wrapper code
2007-10-10 Andrew Tridgellr7912: make private_path() recognise a non-relative...
2007-10-10 Andrew Tridgellr7910: fixed typo in _SAMBA_BUILD_ macro
2007-10-10 Andrew Tridgellr7909: don't consider not finding a list of network...
2007-10-10 Derrell Lipmanr7897: work in progress
2007-10-10 Andrew Tridgellr7873: hopefully fixed build of ldb_explode_dn() on AIX
2007-10-10 Andrew Tridgellr7868: canonicalise the message before using ldb_add...
2007-10-10 Jelmer Vernooijr7866: Remove some unused autoconf macro calls.
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Simo Sorcer7851: We are case preserving let the DN be returned...
2007-10-10 Jelmer Vernooijr7850: Support mkdir() with just one parameter. Patch...
2007-10-10 Derrell Lipmanr7844: eliminate superfluous attribute tables
2007-10-10 Andrew Tridgellr7834: added comment about the "((" search test
2007-10-10 Andrew Tridgellr7833: changed ldbsearch and ldbedit to have command...
2007-10-10 Andrew Tridgellr7832: missed one
2007-10-10 Andrew Tridgellr7831: use cn=TEST as base of test DNs so we don't...
2007-10-10 Derrell Lipmanr7828: Although there is still plenty to do, ldb_sqlite...
2007-10-10 Andrew Bartlettr7827: Add in-memory keytab to Samba4, using the new...
2007-10-10 Andrew Tridgellr7808: fixed the build of ldb after the binary file...
2007-10-10 Simo Sorcer7806: add test for binary files as attribute values
2007-10-10 Simo Sorcer7805: add support to read binary files into attributes...
2007-10-10 Andrew Tridgellr7804: added the samba specific ldif handlers into...
2007-10-10 Andrew Tridgellr7803: added support in ldb for callers to setup ldif...
2007-10-10 Andrew Tridgellr7784: give an error in ldb_tdb for invalid modify...
2007-10-10 Andrew Tridgellr7781: finding the parent of a talloc ptr is trickier...
2007-10-10 Andrew Tridgellr7780: fixed a bug in talloc_find_parent_byname()
2007-10-10 Andrew Tridgellr7779: use the parent event context in ldb_wrap_connect...
2007-10-10 Andrew Tridgellr7778: added talloc_find_parent_bytype() and talloc_fin...
2007-10-10 Andrew Tridgellr7776: add a method for getting arbitrary opaque data...
2007-10-10 Andrew Tridgellr7773: fixed the tls code for the non-GNUTLS case
2007-10-10 Andrew Tridgellr7769: added client support in the tls library api
2007-10-10 Andrew Tridgellr7767: fixed ldb dependencies
2007-10-10 Andrew Tridgellr7759: allow ldb_errstring() to be used when not connected
2007-10-10 Andrew Tridgellr7754: fixed the local port of accepted sockets in...
2007-10-10 Andrew Tridgellr7751: only enable tls on the ldaps port in ldap server...
2007-10-10 Andrew Tridgellr7750: handle STATUS_MORE_ENTRIES on send in tls
2007-10-10 Andrew Tridgellr7749: some bug fixes from testing with socket:testnonblock
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7745: better handling of recv errors in tls library
2007-10-10 Andrew Tridgellr7743: be consistent in how stdin is supported for...
2007-10-10 Andrew Tridgellr7742: abstracted out the tls code from the web server...
2007-10-10 Andrew Tridgellr7741: fixed the verbose option in ldbedit
2007-10-10 Andrew Tridgellr7740: get rid of our duplicate base64 routines
2007-10-10 Andrew Tridgellr7739: fixed an off by one bug in the base64 decoder...
2007-10-10 Andrew Tridgellr7728: handle 64 bit integers in INTEGER match
2007-10-10 Andrew Tridgellr7726: - removed some unused variables
2007-10-10 Andrew Tridgellr7719: make the ildap ldb backend use the defaultNaming...
2007-10-10 Andrew Tridgellr7714: enable samba credentials handling in ldb tools...
2007-10-10 Andrew Tridgellr7712: ldb/common/util.c is gone
2007-10-10 Andrew Tridgellr7711: update callers of ldb_connect() for new syntax
2007-10-10 Andrew Tridgellr7710: new command line handling code for ldb
2007-10-10 Andrew Tridgellr7709: - convert ldb to use popt, so that it can intera...
2007-10-10 Andrew Bartlettr7690: Move the NT hash generation into the credentials...
2007-10-10 Andrew Tridgellr7669: removed ldap from our configure tests
2007-10-10 Andrew Tridgellr7668: - setup HAVE_ILDAP to enable the ildap backend...
2007-10-10 Andrew Tridgellr7667: added a ldb ildap backend, using our internal...
2007-10-10 Andrew Tridgellr7666: fixed a memory leak in the ldap ldb backend
2007-10-10 Andrew Tridgellr7660: improved error handling in socket_connect_ev...
2007-10-10 Jeremy Allisonr7641: Fix based on work from "Shlomi Yaakobovich...
2007-10-10 Simo Sorcer7635: change the license of this file to lgpl like...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Tim Potterr7627: Fix warning in unused (?) function.
2007-10-10 Andrew Tridgellr7626: a new ldap client library. Main features are:
2007-10-10 Simo Sorcer7615: fix the build and simplify gendb_search_dn
2007-10-10 Simo Sorcer7608: bug fix after yesterday's change
2007-10-10 Derrell Lipmanr7602: fix some compiler warnings
2007-10-10 Derrell Lipmanr7601: ldb_sqlite3 work in progress
2007-10-10 Andrew Tridgellr7597: removed the bogus get_myfullname() and get_mydom...
2007-10-10 Andrew Tridgellr7596: next step in ldap cleanup. I'm aiming to get...
next