summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-06-30ccan: make it a grouping library.Rusty Russell1-0/+10
2012-06-30Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison1-1/+32
2012-06-29lib/ccan: readd execinfo dependency to failtestStefan Metzmacher1-1/+4
2012-06-29lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...Stefan Metzmacher1-1/+14
2012-06-29ccan: we're subsystems, not a library.Rusty Russell4-24/+39
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison3-12/+46
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison7-32/+264
2012-06-28Add missing setresgid() wrapper.Jeremy Allison1-0/+1
2012-06-29lib/param: let "SMB2" select PROTOCOL_SMB2_10Stefan Metzmacher1-1/+1
2012-06-28replace: define INT64_MAX when not definedBjörn Jacke1-0/+4
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2-3/+3
2012-06-27lib/ldb: Print trace messages for modify correctlyAndrew Bartlett1-1/+1
2012-06-26tdb: finish weaning off err.h.Rusty Russell7-23/+28
2012-06-25lib/param: add "SMB3" as alias for PROTOCOL_SMB3_00Stefan Metzmacher1-0/+1
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou3-5/+42
2012-06-22ldb: add the VERIFY_NAME controlMatthieu Patou2-0/+68
2012-06-22dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32()Stefan Metzmacher1-1/+5
2012-06-22dbwrap: intialize state.status in dbwrap_fetch_int32()Stefan Metzmacher1-0/+2
2012-06-22dbwrap: Convert fetch_int32 to dbwrap_parse_recordVolker Lendecke1-13/+24
2012-06-22dbwrap: Add dbwrap_fetch_int32Volker Lendecke2-3/+11
2012-06-22dbwrap: Add dbwrap_change_int32_atomicVolker Lendecke2-9/+21
2012-06-22tdb: don't use err.h in tests.Rusty Russell21-22/+1
2012-06-22tdb: make TDB_NOSYNC merely disable sync.Rusty Russell3-15/+20
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell7-0/+12
2012-06-22dbwrap: dbwrap_name().Rusty Russell7-1/+11
2012-06-22dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell4-0/+26
2012-06-22dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell4-0/+52
2012-06-22dbwrap: add dbwrap_check() function.Rusty Russell4-0/+31
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell4-0/+92
2012-06-22dbwrap: remove get_flags().Rusty Russell5-24/+0
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell3-1/+98
2012-06-22util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomicRusty Russell2-0/+89
2012-06-22util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map.Rusty Russell2-0/+49
2012-06-22util: util_ntdb.c gains bystring functions.Rusty Russell2-1/+85
2012-06-22util: ntdb_new() supports NTDB_CLEAR_IF_FIRST.Rusty Russell2-1/+99
2012-06-22util: util_ntdb.cRusty Russell3-0/+168
2012-06-22ntdb: take advantage of direct access across expand.Rusty Russell1-33/+15
2012-06-22ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell2-0/+90
2012-06-22ntdb: make database read-only during ntdb_parse() callback.Rusty Russell6-24/+195
2012-06-22ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.Rusty Russell1-14/+45
2012-06-22ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell5-33/+86
2012-06-22ntdb: don't munmap the database on every close.Rusty Russell2-13/+16
2012-06-22ntdb: hand correct error code when alloc_read allocation fails.Rusty Russell1-1/+1
2012-06-22autobuild: always set TDB_NO_FSYNC.Rusty Russell1-0/+4
2012-06-22ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell51-151/+187
2012-06-21Add --disable-ntdb option for building.Jelmer Vernooij1-0/+1
2012-06-20ntdb: fix occasional abort in testing.Rusty Russell1-1/+7
2012-06-19ntdb: add autoconf support.Rusty Russell1-0/+41
2012-06-19lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell3-4/+6
2012-06-19ldb: use tdb directly, not tdb_compat.Rusty Russell8-21/+24