summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* talloc_stack: abort in developer me if no stackframe on talloc_tos()Rusty Russell2012-07-182-4/+9
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* lib/util/modules.c: fix stackframe leak.Rusty Russell2012-07-181-1/+2
* talloc_stack: report lazy freeing (panic if DEVELOPER).Rusty Russell2012-07-181-0/+11
* talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell2012-07-182-8/+11
* talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell2012-07-181-8/+9
* talloc: don't allow a talloc_pool inside a talloc_pool.Rusty Russell2012-07-182-1/+9
* talloc: use a struct for pool headers.Rusty Russell2012-07-182-106/+90
* pytdb: Check if the database is closed before we touch itAndrew Bartlett2012-07-162-10/+85
* pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett2012-07-161-0/+16
* lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett2012-07-131-3/+3
* lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett2012-07-093-1/+261
* pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2012-07-062-0/+20
* pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2012-07-062-2/+2
* s4-selftest: Test samba-tool domain dcpromoAndrew Bartlett2012-07-061-1/+1
* talloc: remove unused variablesBjörn Jacke2012-07-051-5/+0
* lib/addns: remove defines we don't need or have for sure via libreplaceBjörn Jacke2012-07-051-84/+0
* lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 typesBjörn Jacke2012-07-056-112/+112
* replace: make the INT64_MAX define more portableBjörn Jacke2012-07-041-1/+1
* ntdb: make --disable-ntdb work properly.Rusty Russell2012-07-042-6/+9
* ldb: bump version due to header and internal implementation changesAndrew Bartlett2012-07-033-1/+261
* Ensure we select the correct syscall numbers on a 32-bit Linux system.Jeremy Allison2012-07-021-0/+46
* ccan: make it a grouping library.Rusty Russell2012-06-301-0/+10
* Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison2012-06-301-1/+32
* lib/ccan: readd execinfo dependency to failtestStefan Metzmacher2012-06-291-1/+4
* lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...Stefan Metzmacher2012-06-291-1/+14
* ccan: we're subsystems, not a library.Rusty Russell2012-06-294-24/+39
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-293-12/+46
* Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2012-06-287-32/+264
* Add missing setresgid() wrapper.Jeremy Allison2012-06-281-0/+1
* lib/param: let "SMB2" select PROTOCOL_SMB2_10Stefan Metzmacher2012-06-291-1/+1
* replace: define INT64_MAX when not definedBjörn Jacke2012-06-281-0/+4
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-272-3/+3
* lib/ldb: Print trace messages for modify correctlyAndrew Bartlett2012-06-271-1/+1
* tdb: finish weaning off err.h.Rusty Russell2012-06-267-23/+28
* lib/param: add "SMB3" as alias for PROTOCOL_SMB3_00Stefan Metzmacher2012-06-251-0/+1
* ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou2012-06-223-5/+42
* ldb: add the VERIFY_NAME controlMatthieu Patou2012-06-222-0/+68
* dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32()Stefan Metzmacher2012-06-221-1/+5
* dbwrap: intialize state.status in dbwrap_fetch_int32()Stefan Metzmacher2012-06-221-0/+2
* dbwrap: Convert fetch_int32 to dbwrap_parse_recordVolker Lendecke2012-06-221-13/+24
* dbwrap: Add dbwrap_fetch_int32Volker Lendecke2012-06-222-3/+11
* dbwrap: Add dbwrap_change_int32_atomicVolker Lendecke2012-06-222-9/+21
* tdb: don't use err.h in tests.Rusty Russell2012-06-2221-22/+1
* tdb: make TDB_NOSYNC merely disable sync.Rusty Russell2012-06-223-15/+20
* dbwrap: dbwrap_hash_size().Rusty Russell2012-06-227-0/+12
* dbwrap: dbwrap_name().Rusty Russell2012-06-227-1/+11
* dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell2012-06-224-0/+26
* dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell2012-06-224-0/+52
* dbwrap: add dbwrap_check() function.Rusty Russell2012-06-224-0/+31