summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2009-06-02Fix unresolved symbol in python messaging module.Jelmer Vernooij2-4/+2
2009-06-02Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij3-1/+3
2009-06-02Fix more unresolved symbols.Jelmer Vernooij4-48/+49
2009-06-02python: Move helper functions for using param into a separate file ratherJelmer Vernooij1-1/+1
2009-06-02Split up Python code a little bit so we don't hav eto link python modulesJelmer Vernooij1-0/+39
2009-06-01use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell1-46/+72
2009-06-01added support for unique indexing in ldbAndrew Tridgell2-7/+32
2009-06-01when comp_num is zero, the case folded DN is always ""Andrew Tridgell1-8/+2
2009-05-28Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell5-7/+5
2009-05-28a useful debugging toolAndrew Tridgell1-0/+7
2009-05-28fixed one-level indexingAndrew Tridgell1-6/+2
2009-05-27s4:tevent: Increase trace debug level to 50.Andrew Kroeger1-1/+1
2009-05-26s4:ldb:modules: Correct typos.Andrew Kroeger4-6/+4
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij2-76/+282
2009-04-23Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij1-0/+6
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-20/+18
2009-04-14s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett1-2/+6
2009-04-07don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell1-0/+7
2009-04-07fixed internal handling of attribute deletionAndrew Tridgell1-13/+23
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell8-35/+103
2009-03-31change ldb version number (as ldb_module structure has changed)Andrew Tridgell1-1/+1
2009-03-31added support for a prepare_commit() op in ldb modulesAndrew Tridgell5-4/+35
2009-03-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell3-90/+118
2009-03-21pyldb: Let conversion to LDIF up to the user of the API rather than doingJelmer Vernooij1-12/+1
2009-03-21Remove unnecessary duplication of string in memory.Jelmer Vernooij1-5/+16
2009-03-20Adapt Zahari's test to the generic LDB Python tests.Jelmer Vernooij1-0/+13
2009-03-20Setting nTSecurityDescriptor via LDAP failszahari1-2/+4
2009-03-20Add more comments.Jelmer Vernooij1-6/+25
2009-03-20s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett1-3/+3
2009-03-20s4:ldb Fix the paged_searches moduleAndrew Bartlett1-58/+51
2009-03-20Merge branch 'master' of git://git.samba.org/samba into minschemaJelmer Vernooij14-672/+132
2009-03-20pyldb: Improve exception message when a list is expected.Jelmer Vernooij1-8/+9
2009-03-19flush after showing the prompt in smbclientAndrew Tridgell1-0/+1
2009-03-17fix build on sles8 and other old popt installationsBjörn Jacke1-0/+4
2009-03-17added support for parentGUIDAndrew Tridgell1-0/+30
2009-03-15Merge branch 'tdr' of /home/jelmer/samba4Jelmer Vernooij5-660/+0
2009-03-14Move tdr to top-level.Jelmer Vernooij5-660/+0
2009-03-12s4:events: allow nested events until we fixed all code to avoid themStefan Metzmacher1-0/+2
2009-03-12s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher1-1/+3
2009-03-12s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher1-0/+35
2009-03-10Fix extended operation return path.Simo Sorce1-8/+12
2009-03-09Fix potential segfaults using freed memory.Simo Sorce4-10/+54
2009-03-05Remove parse_control from header, long after the function was removedAndrew Bartlett1-1/+0
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij4-21/+17
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij4-9/+9
2009-02-26s4:ldb_map: include ldb_includes.h first to get replace.h as first headerStefan Metzmacher3-0/+3
2009-02-25Use stdbool.h instead of manually defining boolSimo Sorce1-10/+1
2009-02-25s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher1-1/+1
2009-02-24Make S4 build on OpenSolaris.Jeremy Allison2-1/+3
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce21-35/+34