summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* pyldb: Fix another memory leak and reference counting error.Jelmer Vernooij2009-06-171-12/+24
* pyldb: Fix memory leak of LdbMessage's created from Python.Jelmer Vernooij2009-06-171-3/+7
* pyldb: Fix two memory leaks of attribute lists.Jelmer Vernooij2009-06-171-3/+20
* pyldb: Fix segfault, freeing memory too early in search.Jelmer Vernooij2009-06-171-4/+14
* pyldb: Support getting the parent of special DNs without segfaulting.Jelmer Vernooij2009-06-172-1/+20
* fixed server side sort controlAndrew Tridgell2009-06-101-4/+7
* fixed server side sorting of case-insensitive stringsAndrew Tridgell2009-06-101-3/+0
* rl_event_hook detectionTimur I. Bakeyev2009-06-081-1/+4
* Fix some nonempty blank linesVolker Lendecke2009-06-061-23/+23
* fixed ldb rename now that we have unique indexesAndrew Tridgell2009-06-041-30/+11
* Fix unresolved symbol in python messaging module.Jelmer Vernooij2009-06-022-4/+2
* Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij2009-06-023-1/+3
* Fix more unresolved symbols.Jelmer Vernooij2009-06-024-48/+49
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-1/+1
* Split up Python code a little bit so we don't hav eto link python modulesJelmer Vernooij2009-06-021-0/+39
* use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell2009-06-011-46/+72
* added support for unique indexing in ldbAndrew Tridgell2009-06-012-7/+32
* when comp_num is zero, the case folded DN is always ""Andrew Tridgell2009-06-011-8/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-05-285-7/+5
|\
| * s4:tevent: Increase trace debug level to 50.Andrew Kroeger2009-05-271-1/+1
| * s4:ldb:modules: Correct typos.Andrew Kroeger2009-05-264-6/+4
* | a useful debugging toolAndrew Tridgell2009-05-281-0/+7
* | fixed one-level indexingAndrew Tridgell2009-05-281-6/+2
|/