summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-162-76/+282
* Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij2009-04-231-0/+6
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-20/+18
* s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett2009-04-141-2/+6
* don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell2009-04-071-0/+7
* fixed internal handling of attribute deletionAndrew Tridgell2009-04-071-13/+23
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-028-35/+103
* change ldb version number (as ldb_module structure has changed)Andrew Tridgell2009-03-311-1/+1
* added support for a prepare_commit() op in ldb modulesAndrew Tridgell2009-03-315-4/+35
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-03-233-90/+118
|\
| * pyldb: Let conversion to LDIF up to the user of the API rather than doingJelmer Vernooij2009-03-211-12/+1
| * Remove unnecessary duplication of string in memory.Jelmer Vernooij2009-03-211-5/+16
| * Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij2009-03-201-0/+13
| * Setting nTSecurityDescriptor via LDAP failszahari2009-03-201-2/+4
| * Add more comments.Jelmer Vernooij2009-03-201-6/+25
| * s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett2009-03-201-3/+3
| * s4:ldb Fix the paged_searches moduleAndrew Bartlett2009-03-201-58/+51
| * Merge branch 'master' of git://git.samba.org/samba into minschemaJelmer Vernooij2009-03-2014-672/+132
| |\
| * | pyldb: Improve exception message when a list is expected.Jelmer Vernooij2009-03-201-8/+9
* | | flush after showing the prompt in smbclientAndrew Tridgell2009-03-191-0/+1
| |/ |/|
* | fix build on sles8 and other old popt installationsBjörn Jacke2009-03-171-0/+4
* | added support for parentGUIDAndrew Tridgell2009-03-171-0/+30
* | Merge branch 'tdr' of /home/jelmer/samba4Jelmer Vernooij2009-03-155-660/+0
|\ \
| * | Move tdr to top-level.Jelmer Vernooij2009-03-145-660/+0
* | | s4:events: allow nested events until we fixed all code to avoid themStefan Metzmacher2009-03-121-0/+2
* | | s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
* | | s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
|/ /