summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-23Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2-59/+75
2009-02-18Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2-1/+38
2009-02-18fixed some of the TLS problemsAndrew Tridgell3-10/+22
2009-02-13s4:lib/socket: add socket_address_copy()Stefan Metzmacher2-0/+35
2009-02-13s4:ldb_ildap: remove compiler warningsStefan Metzmacher1-4/+9
2009-02-12Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke1-1/+3
2009-02-12Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke1-1/+1
2009-02-06s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher1-2/+3
2009-02-05s4:pyregistry: fix compiler warningsStefan Metzmacher1-13/+16
2009-02-05s4:pyldb: fix compiler warningsStefan Metzmacher1-52/+85
2009-02-05s4:lib/registry: fix c++ warningsStefan Metzmacher2-8/+8
2009-02-03s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher4-56/+56
2009-02-02s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher1-2/+0
2009-02-02s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher1-1/+1
2009-02-02s4:lib/registry: s/new/nkeyStefan Metzmacher1-3/+3
2009-02-02s4:ldb_map: s/new/ntreeStefan Metzmacher1-1/+1