summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-07-16pytdb: Check if the database is closed before we touch itAndrew Bartlett2-10/+85
2012-07-16pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett1-0/+16
2012-07-13lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett1-3/+3
2012-07-09lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett3-1/+261
2012-07-06pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2-0/+20
2012-07-06pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2-2/+2
2012-07-06s4-selftest: Test samba-tool domain dcpromoAndrew Bartlett1-1/+1
2012-07-05talloc: remove unused variablesBjörn Jacke1-5/+0
2012-07-05lib/addns: remove defines we don't need or have for sure via libreplaceBjörn Jacke1-84/+0
2012-07-05lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 typesBjörn Jacke6-112/+112
2012-07-04replace: make the INT64_MAX define more portableBjörn Jacke1-1/+1
2012-07-04ntdb: make --disable-ntdb work properly.Rusty Russell2-6/+9
2012-07-03ldb: bump version due to header and internal implementation changesAndrew Bartlett3-1/+261
2012-07-02Ensure we select the correct syscall numbers on a 32-bit Linux system.Jeremy Allison1-0/+46
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