summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb Remove obsolete comment about ldb_tdb's sequence numAndrew Bartlett2009-08-171-2/+0
* fixed the updateNow schema test to use a canonical OIDAndrew Tridgell2009-08-171-1/+2
* s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer2009-08-141-0/+2
* s4: Better way to call "dom_sid_to_rid" from ldap.pyMatthias Dieter Wallnöfer2009-08-141-4/+2
* ldb: Don't break the standalone LDB build (operational module removed)Matthias Dieter Wallnöfer2009-08-111-2/+2
* s4:test for "primaryGroupToken"Matthias Dieter Wallnöfer2009-08-111-10/+58
* s4:operational module - move and enhancementsMatthias Dieter Wallnöfer2009-08-112-326/+0
* raise the debug level for a common messageAndrew Tridgell2009-08-121-1/+1
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-1/+1
* make sure we never look past the end of either string in ldb_comparison_fold()Andrew Tridgell2009-08-071-26/+44
* s4:ldb Make error message in rnd_name more usefulAndrew Bartlett2009-08-071-3/+9
* s4:ldb Cosmetic corrections in "rdn_name" moduleMatthias Dieter Wallnöfer2009-08-051-4/+4
* pyldb: Fix reference counting on ldb_message_elements, add extra typeJelmer Vernooij2009-08-051-1/+9
* s4:ldb initialise e->values[i].length before use in python bindingsAndrew Bartlett2009-08-051-1/+1
* Add constAndrew Bartlett2009-08-041-1/+1
* s4:ldif_handlers Allow a binary nTsecurityDescriptor when parsing LDIFAndrew Bartlett2009-08-041-1/+17
* pyldb: Properly keep copies of Python string contents, rather thanJelmer Vernooij2009-08-041-9/+21
* pyldb: Raise proper exception when attempting to assign a string to a dnJelmer Vernooij2009-08-032-5/+24
* s4:tls: avoid using talloc_reference() in tls_init_client()Stefan Metzmacher2009-07-311-6/+2
* s4:tls: avoid using talloc_reference() in tls_init_server()Stefan Metzmacher2009-07-311-8/+1
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-301-7/+7
* s4:tls Enable GnuTLS back to version 1.4 (an into the future)Andrew Bartlett2009-07-281-1/+1
* s4:ldb: add support for the new Recycle Bin Feature LDAP controlsStefan Metzmacher2009-07-232-0/+68
* source4/lib/registry/patchfile.c(reg_diff_load): fixed possible resource leak.Slava Semushin2009-07-191-0/+1
* Remove unnecessary include, update README.Jelmer Vernooij2009-07-192-4/+0
* Remove outdated status file about samba3 -> samba4 upgrade project.Jelmer Vernooij2009-07-191-68/+0
* Actually fill in ldb modules directory.Jelmer Vernooij2009-07-181-1/+1
* Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij2009-07-185-53/+12
* ldb: Display SHLD_FLAGS when building.Jelmer Vernooij2009-07-181-0/+1
* remove all '\n' from ldb_debugSumit Bose2009-07-1419-57/+58
* Test for schemaUpdateNow commandAnatoliy Atanasov2009-07-081-54/+126
* s4:ldb Rework use of talloc and ldif objects in python wrapperAndrew Bartlett2009-07-061-3/+18
* s4:ldb Fix talloc hirarchy in LDIF parsing codeAndrew Bartlett2009-07-061-3/+3
* s4:ldb Allow rootdse module to build without ldb_private.hAndrew Bartlett2009-06-302-1/+2
* s4: dsdb Avoid using the internal ldb_private.h headerAndrew Bartlett2009-06-301-1/+2
* ldb: Properly handle NULL when copying attr lists.Andrew Kroeger2009-06-291-4/+4
* s4:ldb Add test for integer normalisation behaviourAndrew Bartlett2009-06-191-0/+17
* Fixed some uninitialised variablesMatthias Dieter Wallnöfer2009-06-192-3/+3
* Correct handling of 32-bit integer attributes in SAMBA 4Matthias Dieter Wallnöfer2009-06-192-28/+60
* Bump the ldb version and the version Samba4 requires.Andrew Bartlett2009-06-181-1/+1
* Require the new tdb 1.1.5 (for performance reasons)Andrew Bartlett2009-06-181-1/+1
* Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin2009-06-181-0/+1
* Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin2009-06-181-1/+1
* LDB: Link against both tevent and tallocEric Sandall2009-06-181-1/+1
* s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-181-0/+1
* Fix build with system LDB.Jelmer Vernooij2009-06-181-1/+1
* pyldb: Fix three more (minor) memory leaks.Jelmer Vernooij2009-06-172-14/+42
* pyldb: Fix memory leak in Dn.get_parent().Jelmer Vernooij2009-06-171-2/+16
* pyldb: Fix memory leak in Dn.concat.Jelmer Vernooij2009-06-171-3/+12
* pyldb/tests: Use different dn's everywhere, to easily spot which test isJelmer Vernooij2009-06-171-49/+49