Age | Commit message (Expand) | Author | Files | Lines |
2012-07-06 | s4-selftest: Test samba-tool domain dcpromo | Andrew Bartlett | 1 | -1/+1 |
2012-07-05 | talloc: remove unused variables | Björn Jacke | 1 | -5/+0 |
2012-07-05 | lib/addns: remove defines we don't need or have for sure via libreplace | Björn Jacke | 1 | -84/+0 |
2012-07-05 | lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 types | Björn Jacke | 6 | -112/+112 |
2012-07-04 | replace: make the INT64_MAX define more portable | Björn Jacke | 1 | -1/+1 |
2012-07-04 | ntdb: make --disable-ntdb work properly. | Rusty Russell | 2 | -6/+9 |
2012-07-03 | ldb: bump version due to header and internal implementation changes | Andrew Bartlett | 3 | -1/+261 |
2012-07-02 | Ensure we select the correct syscall numbers on a 32-bit Linux system. | Jeremy Allison | 1 | -0/+46 |
2012-06-30 | ccan: make it a grouping library. | Rusty Russell | 1 | -0/+10 |
2012-06-30 | Try and fix the autoconf build on Solaris/Nexenta/etc. | Jeremy Allison | 1 | -1/+32 |
2012-06-29 | lib/ccan: readd execinfo dependency to failtest | Stefan Metzmacher | 1 | -1/+4 |
2012-06-29 | lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail... | Stefan Metzmacher | 1 | -1/+14 |
2012-06-29 | ccan: we're subsystems, not a library. | Rusty Russell | 4 | -24/+39 |
2012-06-29 | Move back to using per-thread credentials on Linux. Fixes the glibc native AI... | Jeremy Allison | 3 | -12/+46 |
2012-06-28 | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 7 | -32/+264 |
2012-06-28 | Add missing setresgid() wrapper. | Jeremy Allison | 1 | -0/+1 |
2012-06-29 | lib/param: let "SMB2" select PROTOCOL_SMB2_10 | Stefan Metzmacher | 1 | -1/+1 |
2012-06-28 | replace: define INT64_MAX when not defined | Björn Jacke | 1 | -0/+4 |
2012-06-27 | s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers | Andrew Bartlett | 2 | -3/+3 |
2012-06-27 | lib/ldb: Print trace messages for modify correctly | Andrew Bartlett | 1 | -1/+1 |
2012-06-26 | tdb: finish weaning off err.h. | Rusty Russell | 7 | -23/+28 |
2012-06-25 | lib/param: add "SMB3" as alias for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+1 |
2012-06-22 | ldb: lay foundation for proper utc/generalized time handling | Matthieu Patou | 3 | -5/+42 |
2012-06-22 | ldb: add the VERIFY_NAME control | Matthieu Patou | 2 | -0/+68 |
2012-06-22 | dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32() | Stefan Metzmacher | 1 | -1/+5 |
2012-06-22 | dbwrap: intialize state.status in dbwrap_fetch_int32() | Stefan Metzmacher | 1 | -0/+2 |
2012-06-22 | dbwrap: Convert fetch_int32 to dbwrap_parse_record | Volker Lendecke | 1 | -13/+24 |
2012-06-22 | dbwrap: Add dbwrap_fetch_int32 | Volker Lendecke | 2 | -3/+11 |
2012-06-22 | dbwrap: Add dbwrap_change_int32_atomic | Volker Lendecke | 2 | -9/+21 |
2012-06-22 | tdb: don't use err.h in tests. | Rusty Russell | 21 | -22/+1 |
2012-06-22 | tdb: make TDB_NOSYNC merely disable sync. | Rusty Russell | 3 | -15/+20 |
2012-06-22 | dbwrap: dbwrap_hash_size(). | Rusty Russell | 7 | -0/+12 |
2012-06-22 | dbwrap: dbwrap_name(). | Rusty Russell | 7 | -1/+11 |
2012-06-22 | dbwrap: dbwrap_transaction_start_nonblock(). | Rusty Russell | 4 | -0/+26 |
2012-06-22 | dbwrap: dbwrap_fetch_locked_timeout(). | Rusty Russell | 4 | -0/+52 |
2012-06-22 | dbwrap: add dbwrap_check() function. | Rusty Russell | 4 | -0/+31 |
2012-06-22 | dbwrap: dbwrap_local_open() | Rusty Russell | 4 | -0/+92 |
2012-06-22 | dbwrap: remove get_flags(). | Rusty Russell | 5 | -24/+0 |
2012-06-22 | util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c | Rusty Russell | 3 | -1/+98 |
2012-06-22 | util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomic | Rusty Russell | 2 | -0/+89 |
2012-06-22 | util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map. | Rusty Russell | 2 | -0/+49 |
2012-06-22 | util: util_ntdb.c gains bystring functions. | Rusty Russell | 2 | -1/+85 |
2012-06-22 | util: ntdb_new() supports NTDB_CLEAR_IF_FIRST. | Rusty Russell | 2 | -1/+99 |
2012-06-22 | util: util_ntdb.c | Rusty Russell | 3 | -0/+168 |
2012-06-22 | ntdb: take advantage of direct access across expand. | Rusty Russell | 1 | -33/+15 |
2012-06-22 | ntdb: test arbitrary operations during ntdb_parse_record(). | Rusty Russell | 2 | -0/+90 |
2012-06-22 | ntdb: make database read-only during ntdb_parse() callback. | Rusty Russell | 6 | -24/+195 |
2012-06-22 | ntdb: allow direct access for NTDB_INTERNAL dbs during expansion. | Rusty Russell | 1 | -14/+45 |
2012-06-22 | ntdb: enhancement to allow direct access to the ntdb map during expansion. | Rusty Russell | 5 | -33/+86 |
2012-06-22 | ntdb: don't munmap the database on every close. | Rusty Russell | 2 | -13/+16 |