summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib/param Avoid dyn_ defines that are not provided by the autoconf buildAndrew Bartlett2011-10-111-3/+5
* lib/param Use strcasecmp_m rather than strcasecmp as this is banned in the s3...Andrew Bartlett2011-10-111-2/+2
* lib/param Use talloc_strdup rather than strdup as strdup is banned in the s3 ...Andrew Bartlett2011-10-111-3/+3
* lib/param Avoid the name string_set as this is already used in the s3 param codeAndrew Bartlett2011-10-111-14/+14
* lib/param Avoid the use of the name service_ok() which is used in the s3 para...Andrew Bartlett2011-10-111-4/+4
* lib/param: Remove unused #include of lib/socket/socket.hAndrew Bartlett2011-10-111-1/+0
* libcli/smb Move CSC_POLICY_* definition to smb_constants.hAndrew Bartlett2011-10-111-6/+0
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-116-0/+4652
* ldb: change version to 1.1.3 after pyldb changesStefan Metzmacher2011-10-103-1/+259
* Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher2011-10-072-19/+0
* ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher2011-10-071-1/+1
* uid_wrapper: Add uwrap_setresuid().Andreas Schneider2011-10-072-0/+17
* uid_wrapper: Add uwrap_setregid().Andreas Schneider2011-10-072-0/+17
* uid_wrapper: Add uwrap_setreuid().Andreas Schneider2011-10-072-0/+17
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-7/+6
* s3: Use the uid_wrapperVolker Lendecke2011-10-061-0/+3
* uid_wrapper: We have talloc_array_length, no need for an explicit lengthVolker Lendecke2011-10-061-9/+9
* lib/util: consolidate module loadingAndrew Bartlett2011-10-062-32/+36
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-062-4/+4
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-062-3/+2
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-062-14/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-063-0/+314
* ldb: support raw OIDs in control string parsingAndrew Tridgell2011-10-062-0/+19
* ldb: fixed memory leak in control string parsingAndrew Tridgell2011-10-061-0/+24
* lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher2011-10-041-0/+7
* s4-ldb: enable display of partialAttributeSet with --show-binaryAndrew Tridgell2011-10-042-1/+23
* testtools: Import new upstream snapshot.Jelmer Vernooij2011-10-0310-33/+597
* socket_wrapper: correctly handle dup()/dup2() ref countingStefan Metzmacher2011-09-291-85/+81
* socket_wrapper: pass down the fd explictly from the swrap_*() to the real_*()...Stefan Metzmacher2011-09-291-10/+11
* addns: Remove unused empty header fileKai Blin2011-09-251-30/+0
* net: Don't register link local addresses with DNSKai Blin2011-09-242-0/+24
* addns: Allow creating AAAA records during updatesKai Blin2011-09-242-4/+60
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+1
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-237-7/+7
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-232-0/+127
* tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2Rusty Russell2011-09-211-2/+2
* tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variableRusty Russell2011-09-211-0/+4
* tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.Rusty Russell2011-09-212-3/+10
* tdb_compat: handle TDB_VOLATILE flag.Rusty Russell2011-09-212-2/+12
* tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.Rusty Russell2011-09-212-2/+12
* tdb2: allow readonly changes even while holding locks.Rusty Russell2011-09-201-10/+0
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-209-172/+105
* lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett2011-09-204-364/+0
* ldb:"ldb_extended" -make the call more similar to "ldb_search"Matthias Dieter Wallnöfer2011-09-191-2/+6
* swrap: Fix a c++ warningVolker Lendecke2011-09-181-1/+2
* pyldb: Drop unnecessary dependency on pytalloc-util.Jelmer Vernooij2011-09-182-2/+1
* talloc: change version to 2.0.7Stefan Metzmacher2011-09-153-1/+69
* tdb2: remove bogus leftover .orig file.Rusty Russell2011-09-141-618/+0
* tdb_compat: change offset of CLEAR_IF_FIRST lock.Rusty Russell2011-09-141-2/+2
* tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2Rusty Russell2011-09-142-3/+49