summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: avoid using client_get_tcp_info()Stefan Metzmacher2014-07-241-25/+17
* torture: Add FSCTL_QUERY_NETWORK_INTERFACE_INFO torture test case to source4/...Anubhav Rakshit2014-07-241-0/+47
* librpc: Add NETWORK_INTERFACE_INFO IDL data structureAnubhav Rakshit2014-07-243-1/+86
* torture4: Use sizeof(char-array) instead of constantVolker Lendecke2014-07-241-12/+12
* s4:torture/smb2: add smb2.session.bind1Stefan Metzmacher2014-07-241-0/+132
* s4:libcli/smb2: add smb2_session_channel()Stefan Metzmacher2014-07-242-10/+74
* s4:libcli/smb2: remove unused 'primary' argument of smb2_session_init()Stefan Metzmacher2014-07-243-8/+4
* s3: remove stat_ex.vfs_private completelyMichael Adam2014-07-243-23/+0
* s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam2014-07-241-8/+6
* s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam2014-07-241-7/+0
* s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam2014-07-241-23/+22
* Revert "s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in ...Michael Adam2014-07-241-5/+0
* selftest: check for fs specific options of the share dir only after creating itMichael Adam2014-07-231-2/+2
* ctdb:vacuum: stop vacuuming when the first delete_list traverse fails.Michael Adam2014-07-231-0/+1
* ctdb-vacuum: Use existing function ctdb_marshall_finishAmitay Isaacs2014-07-232-11/+5
* ctdb-vacuum: Use ctdb_marshall_add to add a record to marshall bufferAmitay Isaacs2014-07-231-28/+10
* ctdb-util: Refactor record marshalling routines to avoid extra tallocAmitay Isaacs2014-07-231-20/+13
* ctdb-util: Refactor ctdb_marshall_recordAmitay Isaacs2014-07-231-14/+37
* ctdb-util: Fix nonempty line endingsAmitay Isaacs2014-07-231-3/+3
* ctdb-vacuum: If talloc_realloc fails, terminate traverseAmitay Isaacs2014-07-231-1/+2
* ctdb-vacuum: Fix talloc hierarchy in delete_marshall_traverseAmitay Isaacs2014-07-231-1/+1
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1
* smbd: ?True:False is pretty pointless :-)Volker Lendecke2014-07-221-1/+1
* smbd: Add missing {}Volker Lendecke2014-07-221-1/+2
* smbd: Remove superfluous ()Volker Lendecke2014-07-221-1/+1
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1
* smbd: Simplify brl_locktestVolker Lendecke2014-07-223-33/+16
* smbd: Restructure brl_conflict_otherVolker Lendecke2014-07-221-14/+39
* smbd: Fix indentation, {} and line length in brl_conflict_otherVolker Lendecke2014-07-221-6/+14
* smbd: Rename lck2->rw_probe in brl_conflict_otherVolker Lendecke2014-07-221-8/+8
* smbd: Rename lck1->lock in brl_conflict_otherVolker Lendecke2014-07-221-8/+8
* smbd: Use a struct initializer brl_lockVolker Lendecke2014-07-221-13/+10
* smbd: Simplify strict_lock_default with early returnsVolker Lendecke2014-07-221-34/+24
* smbd: Use %ju/uintmax_t in source3/lockingVolker Lendecke2014-07-223-79/+120
* smbd: "err" is no longer set in get_lock_offsetVolker Lendecke2014-07-223-29/+6
* smbd: Add commentsVolker Lendecke2014-07-221-0/+6
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-225-109/+0
* smbd: Simplify unpack_nt_ownersVolker Lendecke2014-07-221-11/+3
* lib: Fix a valgrind errorVolker Lendecke2014-07-221-1/+12
* messaging4: Fix a just-introduced error memleakVolker Lendecke2014-07-221-0/+5
* ctdb: Fix verbose_memory_namesVolker Lendecke2014-07-221-1/+1
* ctdb: Avoid a talloc in ctdb_queue_sendVolker Lendecke2014-07-221-3/+6
* sys_poll_intr: fix timeout arithmeticDaniel Kobras2014-07-221-2/+12
* messaging4: Change irpc_servers_by_name to NTSTATUSVolker Lendecke2014-07-214-35/+43
* messaging4: Fix a memleak in an error pathVolker Lendecke2014-07-211-0/+1
* messaging4: Remove unnecessary lockingVolker Lendecke2014-07-211-6/+0
* messaging4: Remove an unused NTSTATUS varVolker Lendecke2014-07-211-2/+1
* messaging4: Move str_list_addVolker Lendecke2014-07-211-6/+7
* messaging4: Add NULL check to irpc_add_nameVolker Lendecke2014-07-211-0/+3
* messaging4: Use tdb_append in irpc_add_nameVolker Lendecke2014-07-211-19/+11