summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Fix extended operation return path.Simo Sorce2009-03-101-8/+12
* | Fix potential segfaults using freed memory.Simo Sorce2009-03-094-10/+54
* | Remove parse_control from header, long after the function was removedAndrew Bartlett2009-03-051-1/+0
|/
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-014-21/+17
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-014-9/+9
* s4:ldb_map: include ldb_includes.h first to get replace.h as first headerStefan Metzmacher2009-02-263-0/+3
* Use stdbool.h instead of manually defining boolSimo Sorce2009-02-251-10/+1
* s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher2009-02-251-1/+1
* Make S4 build on OpenSolaris.Jeremy Allison2009-02-242-1/+3
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-2321-35/+34
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-232-59/+75
* Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2009-02-182-1/+38
* fixed some of the TLS problemsAndrew Tridgell2009-02-183-10/+22
* s4:lib/socket: add socket_address_copy()Stefan Metzmacher2009-02-132-0/+35
* s4:ldb_ildap: remove compiler warningsStefan Metzmacher2009-02-131-4/+9
* Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke2009-02-121-1/+3
* Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke2009-02-121-1/+1
* s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher2009-02-061-2/+3
* s4:pyregistry: fix compiler warningsStefan Metzmacher2009-02-051-13/+16
* s4:pyldb: fix compiler warningsStefan Metzmacher2009-02-051-52/+85
* s4:lib/registry: fix c++ warningsStefan Metzmacher2009-02-052-8/+8
* s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher2009-02-034-56/+56
* s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
* s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-1/+1
* s4:lib/registry: s/new/nkeyStefan Metzmacher2009-02-021-3/+3
* s4:ldb_map: s/new/ntreeStefan Metzmacher2009-02-021-1/+1