summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: When deleting an fsp pointer ensure we don't keep any references to...Jeremy Allison2017-06-221-3/+1
* messaging: Deliver messages only onceVolker Lendecke2017-06-212-17/+13
* lib: Fix typosVolker Lendecke2017-06-212-2/+2
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-2112-8/+48
* messaging: Use size_t for array sizesVolker Lendecke2017-06-211-8/+8
* s3:winbind: Fix 'winbind normalize names' in wb_getpwsid()Andreas Schneider2017-06-201-3/+31
* messaging: Fix queueing on FreeBSDVolker Lendecke2017-06-201-1/+36
* s3:tests: Add test for smbclient -UDOMAIN+usernameAndreas Schneider2017-06-202-0/+63
* s3:popt_common: Reparse the username in popt_common_credentials_post()Andreas Schneider2017-06-201-0/+16
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-1816-127/+179
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-1819-112/+197
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-1811-50/+62
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-1815-79/+178
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-1816-84/+176
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-1815-82/+167
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-1814-69/+125
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-1816-70/+144
* s3: VFS: Remove old traces of smb_vfs_call_llistxattr().Jeremy Allison2017-06-182-17/+0
* s3:smb2_sesssetup: allow a compound request after a SessionSetupStefan Metzmacher2017-06-171-0/+1
* s3:smb2_tcon: allow a compound request after a TreeConnectStefan Metzmacher2017-06-171-0/+2
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-175-13/+69
* s3: libsmb: Correctly do lifecycle management on cli->smb1.tcon and cli->smb2...Jeremy Allison2017-06-172-7/+21
* s3: libsmb: Fix cli_state_has_tcon() to cope with SMB2 connections.Jeremy Allison2017-06-171-5/+17
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-176-16/+29
* s3: smbtorture: Show correct use of cli_state_save_tcon() / cli_state_restore...Jeremy Allison2017-06-171-3/+5
* s3: libsmb: Add cli_state_save_tcon() / cli_state_restore_tcon().Jeremy Allison2017-06-172-0/+23
* docs-xml: change the default for "map untrusted to domain" to "auto"Stefan Metzmacher2017-06-161-1/+1
* auth3: prepare the logic for "map untrusted to domain = auto"Stefan Metzmacher2017-06-161-3/+5
* auth3: call is_trusted_domain() as the last condition make_user_info_map()Stefan Metzmacher2017-06-161-2/+4
* g_lock: open with LOCK_ORDER_3Volker Lendecke2017-06-151-1/+1
* smbd: Claim version in g_lockVolker Lendecke2017-06-151-0/+114
* torture3: Test heuristic cleanupVolker Lendecke2017-06-154-0/+145
* g_lock: Heuristically check for server existenceVolker Lendecke2017-06-151-0/+16
* torture3: Test lock conflict and cleanupVolker Lendecke2017-06-154-0/+185
* torture3: Test lock upgrade/downgradeVolker Lendecke2017-06-154-0/+123
* g_lock: Allow lock upgrade/downgradeVolker Lendecke2017-06-152-15/+32
* torture3: Test g_lock_write_dataVolker Lendecke2017-06-154-0/+99
* g_lock: Make g_lock_dump return a complete list of locksVolker Lendecke2017-06-153-26/+36
* g_lock: Add g_lock_write_dataVolker Lendecke2017-06-152-0/+52
* g_lock: Make g_lock_record_store also store userdataVolker Lendecke2017-06-151-10/+13
* g_lock: Reformat to allow userdataVolker Lendecke2017-06-151-31/+98
* g_lock: Move parsing routines togetherVolker Lendecke2017-06-151-54/+54
* g_lock: unparse->putVolker Lendecke2017-06-151-5/+5
* g_lock: parse->getVolker Lendecke2017-06-151-7/+7
* g_lock: Remove a pointless "else"Volker Lendecke2017-06-151-2/+1
* g_lock: Remove unused g_lock_getVolker Lendecke2017-06-152-35/+0
* g_lock: Make it endian-neutralVolker Lendecke2017-06-151-13/+85
* g_lock: More correct error msgVolker Lendecke2017-06-151-1/+1
* torture3: Initial test g_lockVolker Lendecke2017-06-155-0/+108
* g_lock: Fix two typosVolker Lendecke2017-06-151-3/+2