summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_close.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_tcon.cStefan Metzmacher2012-05-141-4/+4
* lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2012-05-142-14/+0
* s3:torture: add #include "lib/util/tevent_ntstatus.h" to test_addrchange.cStefan Metzmacher2012-05-141-0/+1
* s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()Stefan Metzmacher2012-05-141-1/+1
* s3:smb2_close: make the top level code async usingStefan Metzmacher2012-05-141-39/+66
* s3:smb2_close: add add smbd_smb2_close_send/recv as wrapperStefan Metzmacher2012-05-141-0/+99
* s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller t...Stefan Metzmacher2012-05-141-19/+71
* s3:smb2_tcon: make the top level code async usingStefan Metzmacher2012-05-141-24/+58
* s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapperStefan Metzmacher2012-05-141-0/+79
* s3: Fix Coverity ID 241320 Array compared against 0Volker Lendecke2012-05-141-1/+1
* s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for filesVolker Lendecke2012-05-141-2/+9
* move the dbwrap library to the top levelMichael Adam2012-05-1416-2822/+7
* s3:build: move lib/dbwrap/dbwrap_util.o to the other dbwrap objects...Michael Adam2012-05-141-2/+3
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_tdb.cMichael Adam2012-05-131-1/+1
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_rbt.cMichael Adam2012-05-131-2/+2
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.cMichael Adam2012-05-131-6/+8
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_file.cMichael Adam2012-05-131-6/+7
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.cMichael Adam2012-05-131-9/+9
* s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.hMichael Adam2012-05-134-8/+7
* s3:smb2_sesssetup: make the top level code async usingStefan Metzmacher2012-05-131-30/+62
* s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapperStefan Metzmacher2012-05-131-0/+105
* s3:smb2_sesssetup: pass down in_flags to smbd_smb2_session_setup()Stefan Metzmacher2012-05-131-1/+5
* s3:smb2_sesssetup: pass down in_previous_session_id to all layersStefan Metzmacher2012-05-131-2/+15
* s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFOStefan Metzmacher2012-05-121-0/+86
* s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO_224Stefan Metzmacher2012-05-121-0/+73
* s3:smbd: introduce struct smbXsrv_connectionStefan Metzmacher2012-05-124-7/+122
* s3:smb2_negprot: setup the protocol at the end of the negprot with a real dia...Stefan Metzmacher2012-05-121-7/+8
* s3/libsmb: Generalise cli_state in smb2 logoff callsLuk Claes2012-05-123-15/+20
* s3/libsmb: Generalise cli_state in smb2 write callsLuk Claes2012-05-124-26/+50
* s3/libsmb: Generalise cli_state in smb2 query_directory callsLuk Claes2012-05-123-15/+32
* s3/libsmb: Generalise cli_state in smb2 ioctl callsLuk Claes2012-05-123-12/+28
* s3/libsmb: Generalise cli_state in smb2 flush callsLuk Claes2012-05-123-30/+60
* s3/libsmb: Generalise cli_state in smb2 create callsLuk Claes2012-05-124-28/+59
* s3/libsmb: Generalise cli_state in smb2 close callsLuk Claes2012-05-124-23/+60
* s3-libsmb: Generalise cli_state in smb2 read callsLuk Claes2012-05-124-36/+62
* s3:smb2_ioctl: allow functions to disconnect the smb connectionStefan Metzmacher2012-05-111-3/+18
* s3:smb2_ioctl: FSCTL_SRV_ENUMERATE_SNAPSHOTS is handles in SMB_VFS_FSCTL()Stefan Metzmacher2012-05-111-125/+0
* s3:smb2_ioctl: call SMB_VFS_FSCTL() as fallback for non SMB2 specific functionsStefan Metzmacher2012-05-111-4/+33
* Fix bug #8922.Jeremy Allison2012-05-111-1/+1
* s3-loadparm: Add synonym "private directory".Karolin Seeger2012-05-111-0/+9
* Fix bug 8920, null dereferenceSteve Langasek2012-05-101-1/+3
* s3: Fix Coverity ID 242714 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2
* s3: Fix Coverity ID 242715 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+1
* s3: Fix Coverity ID 242716 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2
* s3: Fix Coverity ID 242717 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2
* s3: Fix Coverity ID 242718 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2
* s3: Fix Coverity ID 242719 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2
* s3: Fix Coverity ID 242720 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2