summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* dbwrap: dbwrap_local_open()Rusty Russell2012-06-224-0/+92
* dbwrap: remove get_flags().Rusty Russell2012-06-225-24/+0
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-223-1/+98
* util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomicRusty Russell2012-06-222-0/+89
* util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map.Rusty Russell2012-06-222-0/+49
* util: util_ntdb.c gains bystring functions.Rusty Russell2012-06-222-1/+85
* util: ntdb_new() supports NTDB_CLEAR_IF_FIRST.Rusty Russell2012-06-222-1/+99
* util: util_ntdb.cRusty Russell2012-06-223-0/+168
* ntdb: take advantage of direct access across expand.Rusty Russell2012-06-221-33/+15
* ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell2012-06-222-0/+90
* ntdb: make database read-only during ntdb_parse() callback.Rusty Russell2012-06-226-24/+195
* ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.Rusty Russell2012-06-221-14/+45
* ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell2012-06-225-33/+86
* ntdb: don't munmap the database on every close.Rusty Russell2012-06-222-13/+16
* ntdb: hand correct error code when alloc_read allocation fails.Rusty Russell2012-06-221-1/+1
* autobuild: always set TDB_NO_FSYNC.Rusty Russell2012-06-221-0/+4
* ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell2012-06-2251-151/+187
* Add --disable-ntdb option for building.Jelmer Vernooij2012-06-211-0/+1
* ntdb: fix occasional abort in testing.Rusty Russell2012-06-201-1/+7
* ntdb: add autoconf support.Rusty Russell2012-06-191-0/+41