summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2011-02-281-1/+1
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-284-4/+4
* Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij2011-02-281-1/+1
* build: moved util_reg.c into a common subsystemAndrew Tridgell2011-02-241-2/+2
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* s4-waf: rename smbpasswd library to smbpasswdparserAndrew Tridgell2011-02-221-1/+1
* pyldb: Add tests for the ldb_result objectMatthieu Patou2011-02-211-0/+87
* pyldb: create LdbResult, return value from ldb.search is now a LdbResultMatthieu Patou2011-02-212-5/+332
* ldb: controls marshalling/unmarshalling improvementMatthieu Patou2011-02-214-623/+930
* ldb-samba: Add missing dependency on pyldb-util.Jelmer Vernooij2011-02-201-1/+1
* s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell2011-02-182-2/+2
* Increase minor version since a public header has changedSimo Sorce2011-02-142-1/+249
* s4-readline: remove leftover from readline merge.Günther Deschner2011-02-141-126/+0
* s4-ldb: fixed a uninitialised el->flags in ldb_tdbAndrew Tridgell2011-02-141-2/+1
* s4-ldb: added LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECKAndrew Tridgell2011-02-142-0/+11
* s4-ldb: use a helper function for single valued checkingAndrew Tridgell2011-02-141-25/+35
* ldb-web: update mailing list infoAndrew Tridgell2011-02-141-5/+5
* pyldb: fix a bug in the unit test which prevented ldb.python to run all the t...Matthieu Patou2011-02-131-0/+3
* ldb: use the sizeof of the control variable as offset instead of hardcoded va...Matthieu Patou2011-02-131-22/+21
* ldb: remove "magic" string in ldb_controls, replace them with constants defin...Matthieu Patou2011-02-132-22/+53
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-104-7/+7
* ldb: added ldb 1.0.0 ABI signaturesAndrew Tridgell2011-02-101-0/+248
* ldb: change version number to 1.0.0Andrew Tridgell2011-02-101-1/+1
* ldb: fixed two warnings in the ldb_ldap backendAndrew Tridgell2011-02-101-2/+2
* ldb: added a include/ldb_version.hAndrew Tridgell2011-02-102-2/+10
* ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errorsMatthias Dieter Wallnöfer2011-02-098-19/+20
* ldb:tools - always check if ldb connection has been estabilishedMatthias Dieter Wallnöfer2011-02-097-1/+19
* ldb:ldbsearch tool - use LDB result constants where possibleMatthias Dieter Wallnöfer2011-02-091-7/+7
* ldb:ldbsearch tool - simplify error code returnMatthias Dieter Wallnöfer2011-02-091-3/+1
* ldb:ldbsearch tool - use "%u" for printing unsigned integersMatthias Dieter Wallnöfer2011-02-091-1/+1
* ldb:ldbedit tool - don't forget about the "do_edit" result codeMatthias Dieter Wallnöfer2011-02-091-11/+4
* ldb:ldbedit tool - fix bug #7914Matthias Dieter Wallnöfer2011-02-091-4/+7
* ldb:ldbedit tool - use unsigned counters for consistency with other LDB toolsMatthias Dieter Wallnöfer2011-02-091-2/+2
* ldb:ldbedit tool - use "%u" for printing out unsigned integersMatthias Dieter Wallnöfer2011-02-091-2/+2
* ldb:ldbedit tool - use LDB result constants where neededMatthias Dieter Wallnöfer2011-02-091-5/+5
* ldb:ldbrename tool - use LDB result constant where neededMatthias Dieter Wallnöfer2011-02-091-1/+1
* ldb:ldbmodify tool - use unsigned counters for consistency with other LDB toolsMatthias Dieter Wallnöfer2011-02-091-5/+5
* ldb:ldbdel tool - use LDB result constants for consistencyMatthias Dieter Wallnöfer2011-02-091-7/+7
* ldb:ldbadd tool - use LDB return codes where possibleMatthias Dieter Wallnöfer2011-02-091-4/+6
* ldb:ldbadd tool - use "%u" for printing out unsigned integersMatthias Dieter Wallnöfer2011-02-091-1/+1
* ldb:ldbadd tool - use LDB result constants for consistencyMatthias Dieter Wallnöfer2011-02-091-4/+4
* dlinklist: Change license to LGPLv3+ (checked with tridge).Jelmer Vernooij2011-02-091-11/+15
* lib/compression: add shared wscript_build.Günther Deschner2011-02-081-6/+0
* build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2011-02-072-12/+0
* s4:tls_tstream: also use a dynamic buffer for the pull sideStefan Metzmacher2011-01-181-3/+12
* s4:tls_tstream: fix partial reads, so that the gnutls layer doesn't read the ...Stefan Metzmacher2011-01-181-1/+6
* s4-pyldb Fix tp_basicsize for PyLdbDnAndrew Bartlett2011-01-181-1/+1
* s4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARYKamen Mazdrashki2011-01-181-1/+4
* s4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in ldb_should_b64_encodeKamen Mazdrashki2011-01-181-4/+0
* ldb: new ABI sigs fileAndrew Tridgell2011-01-171-0/+248