summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture:smb2: add a session.reauth2 test.Michael Adam2012-04-181-0/+93
| | | | | | | | | | | * open a file, * reauth anonymously * try to access file via handle * reauth as user * try to access file again Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Apr 18 16:53:35 CEST 2012 on sn-devel-104
* s4:torture:smb2: rename the file in the session-reauth1 test more systematicallyMichael Adam2012-04-181-1/+1
| | | | The original name seems to have come in via copy and paste.
* s4:torture:smb2: rename the session_reauth test to session_reauth1Michael Adam2012-04-181-2/+2
| | | | More tests reauth? will follow...
* s4-torture: notify all is empty nowVolker Lendecke2012-04-181-19/+0
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 15:16:13 CEST 2012 on sn-devel-104
* s4-torture: Separate out the notify alignment subtestVolker Lendecke2012-04-181-4/+9
|
* s4-torture: Separate out the notify basedir subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify overflow subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify tree subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify double subtestVolker Lendecke2012-04-181-2/+7
|
* s4-torture: Separate out the notify tcp_dis subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify ulogoff subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify exit subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify tdis subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify file subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify mask_change subtestVolker Lendecke2012-04-181-2/+9
|
* s4-torture: Separate out the notify recursive subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify mask subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify dir subtestVolker Lendecke2012-04-181-3/+9
|
* s4-torture: Separate out the notify tcon subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Make notify a suiteVolker Lendecke2012-04-182-4/+13
|
* libsmb: Actually use an introduced variableVolker Lendecke2012-04-181-2/+2
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 13:39:53 CEST 2012 on sn-devel-104
* Talloc doc: Fix a cut&paste errorVolker Lendecke2012-04-181-4/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 11:59:49 CEST 2012 on sn-devel-104
* Talloc doc: talloc_pool() when not enough memory in the poolPavel Březina2012-04-181-0/+4
|
* Talloc doc: TALLOC_FREE_FILLPavel Březina2012-04-181-0/+5
|
* Talloc doc: talloc_set_log_stderr()Pavel Březina2012-04-181-0/+7
| | | | Documents this function.
* Talloc doc: talloc_set_log_fn()Pavel Březina2012-04-181-0/+9
| | | | Documents this function.
* Talloc doc: talloc_set_abort_fn()Pavel Březina2012-04-181-2/+33
| | | | Documents this function.
* Talloc doc: talloc_asprintf_append_buffer()Pavel Březina2012-04-181-0/+22
| | | | Explains the difference between _append and _append_buffer.
* Talloc doc: talloc_strndup_append_buffer()Pavel Březina2012-04-181-2/+22
| | | | Explains the difference between _append and _append_buffer.
* Talloc doc: talloc_strndup_append()Pavel Březina2012-04-181-2/+12
| | | | The destination string is reallocated instead of duplicating the result.
* Talloc doc: talloc_strdup_append_buffer()Pavel Březina2012-04-181-1/+22
| | | | Explains the difference between _append and _append_buffer.
* Talloc doc: talloc_strdup_append()Pavel Březina2012-04-181-4/+18
| | | | The destination string is reallocated instead of duplicating the result.
* dbcheck: added fix for incorrect RMD_FLAGSAndrew Tridgell2012-04-181-0/+35
| | | | | | | | | | this fixes the case where a DN link has RMD_FLAGS=0 for a link inside a deleted object Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Apr 18 09:19:41 CEST 2012 on sn-devel-104
* dsdb: added SHOW_DELETED to samldb_member_check()Andrew Tridgell2012-04-181-1/+1
| | | | | | | when dbcheck is fixing DNs, it will sometimes operated on a deleted DN link Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* replace: added ENOATTR define if undefinedAndrew Tridgell2012-04-181-0/+8
| | | | | | | this fixes the build of the tdb xattr wrapper code on systems without xattr headers Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4:dbchecker.py - integrate the "objectClass" fixing codeMatthias Dieter Wallnöfer2012-04-181-0/+27
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from PythonMatthias Dieter Wallnöfer2012-04-181-0/+14
| | | | | | | This allows the dbchecker to fix ordering/inconsistency problems with the mentioned attribute. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value orderingMatthias Dieter Wallnöfer2012-04-181-3/+10
| | | | | | This is essential for fixing up wrong ordered "objectClass" attributes. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell2012-04-185-1/+286
| | | | | this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes.
* Add docs for aio_linux vfs module.Jeremy Allison2012-04-181-0/+115
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 18 07:20:19 CEST 2012 on sn-devel-104
* s3fs: Use xattr_tdb format for xattr storageAndrew Bartlett2012-04-183-12/+21
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 18 05:39:01 CEST 2012 on sn-devel-104
* s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett2012-04-184-34/+208
| | | | | | | This uses the format used by the vfs_xattr_tdb module. The s4 posix:eadb format is kept, just in a new file and module. Andrew Bartlett
* s3-xattr_tdb: Use talloc_stackframe() more to allow calling from common codeAndrew Bartlett2012-04-181-14/+31
|
* s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blobAndrew Bartlett2012-04-183-11/+47
| | | | | | | | | | | In this case, the blob is already in memory, so it is easier to return the full blob to the caller, and let the caller decide if some interface restriction stops the full blob from being passed all the way up the stack. This allows us to quickly write a python wrapper for this xattr storage mechanism. Andrew Bartlett
* s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdbAndrew Bartlett2012-04-186-428/+505
|
* s3-lib: Add file_id_string()Andrew Bartlett2012-04-182-3/+23
|
* s3-build: move file_id.c into samba3-util and create a private headerAndrew Bartlett2012-04-185-8/+34
|
* dbwrap: Add dbwrap_tdb to private dbwrap libraryAndrew Bartlett2012-04-181-3/+2
| | | | Andrew Bartlett
* s3-build: Add missing samba3-util dep to tdb-wrap3Andrew Bartlett2012-04-181-1/+1
|
* lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett2012-04-183-59/+70
| | | | | | This will help with making dbwrap available as a top level library. Andrew Bartlett