Age | Commit message (Expand) | Author | Files | Lines |
2012-06-22 | ldb: lay foundation for proper utc/generalized time handling | Matthieu Patou | 3 | -5/+42 |
2012-06-22 | s4-drsuapi: Fix a const warning | Matthieu Patou | 1 | -1/+1 |
2012-06-22 | s4-drsuapi: rework the crackname implementation of functionnal names | Matthieu Patou | 1 | -24/+122 |
2012-06-22 | s4-dsdb-linkedattributes: register the VERIFY_NAME control, handle it when we... | Matthieu Patou | 1 | -10/+97 |
2012-06-22 | s4-ldap: handle VERIFY_NAME control encoding/decoding | Matthieu Patou | 1 | -0/+96 |
2012-06-22 | ldb: add the VERIFY_NAME control | Matthieu Patou | 2 | -0/+68 |
2012-06-22 | s4-dsdb: support otherWellKnownObjects | Matthieu Patou | 1 | -24/+31 |
2012-06-22 | s4-dsdb: Try to avoid much of the time a db search for msDS-IntID | Matthieu Patou | 3 | -14/+97 |
2012-06-22 | dsdb-schema: do not reload more often than schema_reload_interval | Matthieu Patou | 5 | -4/+65 |
2012-06-22 | s4-dsdb: fix a warning about unused variable | Matthieu Patou | 1 | -3/+0 |
2012-06-22 | s3: Correct documentation of case sensitive | Olaf Flebbe | 1 | -1/+1 |
2012-06-22 | s3-vfs_gpfs: Fix bug #9003, posix acl on gpfs | Volker Lendecke | 1 | -2/+2 |
2012-06-22 | s3: Give machine password changes 10 minutes of time | Volker Lendecke | 1 | -0/+13 |
2012-06-22 | s3:torture:smb2: pass smb2-session-reconnect test (add generosity in error case) | Michael Adam | 1 | -7/+21 |
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 | s3: Remove reduce_windows_lock_ref_count, used only once | Volker Lendecke | 1 | -8/+2 |
2012-06-22 | s3: Make reduce_windows_lock_ref_count static | Volker Lendecke | 2 | -2/+2 |
2012-06-22 | s3: Use dbwrap_util for windows_lock_ref_count | Volker Lendecke | 1 | -94/+21 |
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 | script/autobuild: fix path to random-sleep.sh | Stefan Metzmacher | 1 | -8/+8 |
2012-06-22 | selftest/knownfail: mark ^samba4.raw.session.expire1 as knownfail | Stefan Metzmacher | 1 | -0/+1 |
2012-06-22 | s4:torture/raw: add raw.session.expire1 | Stefan Metzmacher | 1 | -0/+200 |
2012-06-22 | s3:smbd: fix warning in smbd_tevent_trace_callback() without profile support | Stefan Metzmacher | 1 | -0/+5 |
2012-06-22 | s3:serverid: don't ignore the result of dbwrap_parse_record() | Stefan Metzmacher | 1 | -1/+6 |
2012-06-22 | s4:torture/smb2: run smb2.session.reauth5 in a subdirectory | Stefan Metzmacher | 1 | -14/+77 |
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 | 6 | -3/+96 |
2012-06-22 | dbwrap: remove get_flags(). | Rusty Russell | 7 | -49/+2 |
2012-06-22 | util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c | Rusty Russell | 6 | -90/+122 |
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 |
2012-06-22 | ntdb: hand correct error code when alloc_read allocation fails. | Rusty Russell | 1 | -1/+1 |