summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou2012-06-223-5/+42
* s4-drsuapi: Fix a const warningMatthieu Patou2012-06-221-1/+1
* s4-drsuapi: rework the crackname implementation of functionnal namesMatthieu Patou2012-06-221-24/+122
* s4-dsdb-linkedattributes: register the VERIFY_NAME control, handle it when we...Matthieu Patou2012-06-221-10/+97
* s4-ldap: handle VERIFY_NAME control encoding/decodingMatthieu Patou2012-06-221-0/+96
* ldb: add the VERIFY_NAME controlMatthieu Patou2012-06-222-0/+68
* s4-dsdb: support otherWellKnownObjectsMatthieu Patou2012-06-221-24/+31
* s4-dsdb: Try to avoid much of the time a db search for msDS-IntIDMatthieu Patou2012-06-223-14/+97
* dsdb-schema: do not reload more often than schema_reload_intervalMatthieu Patou2012-06-225-4/+65
* s4-dsdb: fix a warning about unused variableMatthieu Patou2012-06-221-3/+0
* s3: Correct documentation of case sensitiveOlaf Flebbe2012-06-221-1/+1
* s3-vfs_gpfs: Fix bug #9003, posix acl on gpfsVolker Lendecke2012-06-221-2/+2
* s3: Give machine password changes 10 minutes of timeVolker Lendecke2012-06-221-0/+13
* s3:torture:smb2: pass smb2-session-reconnect test (add generosity in error case)Michael Adam2012-06-221-7/+21
* 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
* s3: Remove reduce_windows_lock_ref_count, used only onceVolker Lendecke2012-06-221-8/+2
* s3: Make reduce_windows_lock_ref_count staticVolker Lendecke2012-06-222-2/+2
* s3: Use dbwrap_util for windows_lock_ref_countVolker Lendecke2012-06-221-94/+21
* dbwrap: Add dbwrap_fetch_int32Volker Lendecke2012-06-222-3/+11
* dbwrap: Add dbwrap_change_int32_atomicVolker Lendecke2012-06-222-9/+21
* script/autobuild: fix path to random-sleep.shStefan Metzmacher2012-06-221-8/+8
* selftest/knownfail: mark ^samba4.raw.session.expire1 as knownfailStefan Metzmacher2012-06-221-0/+1
* s4:torture/raw: add raw.session.expire1Stefan Metzmacher2012-06-221-0/+200
* s3:smbd: fix warning in smbd_tevent_trace_callback() without profile supportStefan Metzmacher2012-06-221-0/+5
* s3:serverid: don't ignore the result of dbwrap_parse_record()Stefan Metzmacher2012-06-221-1/+6
* s4:torture/smb2: run smb2.session.reauth5 in a subdirectoryStefan Metzmacher2012-06-221-14/+77
* 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-226-3/+96
* dbwrap: remove get_flags().Rusty Russell2012-06-227-49/+2
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-226-90/+122
* 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