Age | Commit message (Expand) | Author | Files | Lines |
2012-04-18 | s4:torture:smb2: add a session.reauth2 test. | Michael Adam | 1 | -0/+93 |
2012-04-18 | s4:torture:smb2: rename the file in the session-reauth1 test more systematically | Michael Adam | 1 | -1/+1 |
2012-04-18 | s4:torture:smb2: rename the session_reauth test to session_reauth1 | Michael Adam | 1 | -2/+2 |
2012-04-18 | s4-torture: notify all is empty now | Volker Lendecke | 1 | -19/+0 |
2012-04-18 | s4-torture: Separate out the notify alignment subtest | Volker Lendecke | 1 | -4/+9 |
2012-04-18 | s4-torture: Separate out the notify basedir subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify overflow subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify tree subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify double subtest | Volker Lendecke | 1 | -2/+7 |
2012-04-18 | s4-torture: Separate out the notify tcp_dis subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify ulogoff subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify exit subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify tdis subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify file subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify mask_change subtest | Volker Lendecke | 1 | -2/+9 |
2012-04-18 | s4-torture: Separate out the notify recursive subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify mask subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify dir subtest | Volker Lendecke | 1 | -3/+9 |
2012-04-18 | s4-torture: Separate out the notify tcon subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Make notify a suite | Volker Lendecke | 2 | -4/+13 |
2012-04-18 | libsmb: Actually use an introduced variable | Volker Lendecke | 1 | -2/+2 |
2012-04-18 | Talloc doc: Fix a cut&paste error | Volker Lendecke | 1 | -4/+1 |
2012-04-18 | Talloc doc: talloc_pool() when not enough memory in the pool | Pavel Březina | 1 | -0/+4 |
2012-04-18 | Talloc doc: TALLOC_FREE_FILL | Pavel Březina | 1 | -0/+5 |
2012-04-18 | Talloc doc: talloc_set_log_stderr() | Pavel Březina | 1 | -0/+7 |
2012-04-18 | Talloc doc: talloc_set_log_fn() | Pavel Březina | 1 | -0/+9 |
2012-04-18 | Talloc doc: talloc_set_abort_fn() | Pavel Březina | 1 | -2/+33 |
2012-04-18 | Talloc doc: talloc_asprintf_append_buffer() | Pavel Březina | 1 | -0/+22 |
2012-04-18 | Talloc doc: talloc_strndup_append_buffer() | Pavel Březina | 1 | -2/+22 |
2012-04-18 | Talloc doc: talloc_strndup_append() | Pavel Březina | 1 | -2/+12 |
2012-04-18 | Talloc doc: talloc_strdup_append_buffer() | Pavel Březina | 1 | -1/+22 |
2012-04-18 | Talloc doc: talloc_strdup_append() | Pavel Březina | 1 | -4/+18 |
2012-04-18 | dbcheck: added fix for incorrect RMD_FLAGS | Andrew Tridgell | 1 | -0/+35 |
2012-04-18 | dsdb: added SHOW_DELETED to samldb_member_check() | Andrew Tridgell | 1 | -1/+1 |
2012-04-18 | replace: added ENOATTR define if undefined | Andrew Tridgell | 1 | -0/+8 |
2012-04-18 | s4:dbchecker.py - integrate the "objectClass" fixing code | Matthias Dieter Wallnöfer | 1 | -0/+27 |
2012-04-18 | s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from Python | Matthias Dieter Wallnöfer | 1 | -0/+14 |
2012-04-18 | LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value ordering | Matthias Dieter Wallnöfer | 1 | -3/+10 |
2012-04-18 | ldb: added ldb_msg_element_equal_ordered() | Andrew Tridgell | 5 | -1/+286 |
2012-04-18 | Add docs for aio_linux vfs module. | Jeremy Allison | 1 | -0/+115 |
2012-04-18 | s3fs: Use xattr_tdb format for xattr storage | Andrew Bartlett | 3 | -12/+21 |
2012-04-18 | s4-python: Add python wrapper for xattr_tdb format xattr storage | Andrew Bartlett | 4 | -34/+208 |
2012-04-18 | s3-xattr_tdb: Use talloc_stackframe() more to allow calling from common code | Andrew Bartlett | 1 | -14/+31 |
2012-04-18 | s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob | Andrew Bartlett | 3 | -11/+47 |
2012-04-18 | s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb | Andrew Bartlett | 6 | -428/+505 |
2012-04-18 | s3-lib: Add file_id_string() | Andrew Bartlett | 2 | -3/+23 |
2012-04-18 | s3-build: move file_id.c into samba3-util and create a private header | Andrew Bartlett | 5 | -8/+34 |
2012-04-18 | dbwrap: Add dbwrap_tdb to private dbwrap library | Andrew Bartlett | 1 | -3/+2 |
2012-04-18 | s3-build: Add missing samba3-util dep to tdb-wrap3 | Andrew Bartlett | 1 | -1/+1 |
2012-04-18 | lib/util: Move map_nt_error_from_tdb to the top level | Andrew Bartlett | 3 | -59/+70 |