summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2011-03-20pyldb: minor fixup, fix a memory leakMatthieu Patou1-2/+3
2011-03-20ldb:fix control parsing for dirsyncMatthieu Patou1-2/+3
2011-03-19lib/registry/tests: Fix prototypes.Jelmer Vernooij4-4/+4
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij6-0/+12
2011-03-16s4:ldb: don't install .pc files when building a private libraryStefan Metzmacher1-2/+6
2011-03-15ldb: only install headers if we are not building as a private libAndrew Tridgell1-1/+4
2011-03-15s4-policy: don't make s4 policy.h publicAndrew Tridgell1-1/+0
2011-03-15ldb: use include <> form for public headersAndrew Tridgell2-3/+3
2011-03-15ldb: don't install ldb_wrap.h twiceAndrew Tridgell1-1/+0
2011-03-10s4:lib/tls/wscript - exclude known broken GNUTLS releasesMatthias Dieter Wallnöfer1-2/+2
2011-03-10ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULLMatthias Dieter Wallnöfer1-8/+12
2011-03-10ldb:ldb_controls.c - always allocate enough spaceMatthias Dieter Wallnöfer1-13/+27
2011-03-09s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()Stefan Metzmacher1-1/+1
2011-03-04ldb:ldb_msg.c - use LDB result constants for checking return valuesMatthias Dieter Wallnöfer1-2/+5
2011-03-04ldb:rdn_name LDB module - more RDN constraint checks (from AD)Matthias Dieter Wallnöfer1-1/+40
2011-03-04s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer4-12/+8
2011-03-04s4:dsdb - we don't need to check if a DN != NULL if we call "ldb_dn_validate"Matthias Dieter Wallnöfer1-2/+1
2011-03-04ldb:ldb_request - handle here the DN checksMatthias Dieter Wallnöfer1-1/+22
2011-03-04ldb:ldb tools - remove a superflous "return" (usage internally calls "exit")Matthias Dieter Wallnöfer1-1/+0
2011-03-04ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on wrong DN parametersMatthias Dieter Wallnöfer5-5/+9
2011-03-04ldb:ldb tools - ldbtest - convert other result values to LDB codes as wellMatthias Dieter Wallnöfer1-15/+15
2011-02-28tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij1-1/+1
2011-02-28Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij4-4/+4
2011-02-28Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij1-1/+1
2011-02-24build: moved util_reg.c into a common subsystemAndrew Tridgell1-2/+2
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-22s4-waf: rename smbpasswd library to smbpasswdparserAndrew Tridgell1-1/+1
2011-02-21pyldb: Add tests for the ldb_result objectMatthieu Patou1-0/+87
2011-02-21pyldb: create LdbResult, return value from ldb.search is now a LdbResultMatthieu Patou2-5/+332
2011-02-21ldb: controls marshalling/unmarshalling improvementMatthieu Patou4-623/+930
2011-02-20ldb-samba: Add missing dependency on pyldb-util.Jelmer Vernooij1-1/+1
2011-02-18s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell2-2/+2
2011-02-14Increase minor version since a public header has changedSimo Sorce2-1/+249
2011-02-14s4-readline: remove leftover from readline merge.Günther Deschner1-126/+0
2011-02-14s4-ldb: fixed a uninitialised el->flags in ldb_tdbAndrew Tridgell1-2/+1
2011-02-14s4-ldb: added LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECKAndrew Tridgell2-0/+11
2011-02-14s4-ldb: use a helper function for single valued checkingAndrew Tridgell1-25/+35
2011-02-14ldb-web: update mailing list infoAndrew Tridgell1-5/+5
2011-02-13pyldb: fix a bug in the unit test which prevented ldb.python to run all the t...Matthieu Patou1-0/+3
2011-02-13ldb: use the sizeof of the control variable as offset instead of hardcoded va...Matthieu Patou1-22/+21
2011-02-13ldb: remove "magic" string in ldb_controls, replace them with constants defin...Matthieu Patou2-22/+53
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell4-7/+7
2011-02-10ldb: added ldb 1.0.0 ABI signaturesAndrew Tridgell1-0/+248
2011-02-10ldb: change version number to 1.0.0Andrew Tridgell1-1/+1
2011-02-10ldb: fixed two warnings in the ldb_ldap backendAndrew Tridgell1-2/+2
2011-02-10ldb: added a include/ldb_version.hAndrew Tridgell2-2/+10
2011-02-09ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errorsMatthias Dieter Wallnöfer8-19/+20
2011-02-09ldb:tools - always check if ldb connection has been estabilishedMatthias Dieter Wallnöfer7-1/+19
2011-02-09ldb:ldbsearch tool - use LDB result constants where possibleMatthias Dieter Wallnöfer1-7/+7
2011-02-09ldb:ldbsearch tool - simplify error code returnMatthias Dieter Wallnöfer1-3/+1