summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3/client/clitar.c: always close fdAurelien Aptel2016-06-021-3/+4
* winbindd: prevent log spam when enumerating usersRalph Boehme2016-06-021-3/+8
* winbindd: log domain name of failures to get trustdomsRalph Boehme2016-06-021-1/+2
* s3-dfree-quota: remove special handling of EDQUOTUri Simchoni2016-06-011-18/+4
* s3-sysquotas: remove special handling of EDQUOTUri Simchoni2016-06-011-10/+0
* vfs_fake_dfq - remove support for generating EDQUOTUri Simchoni2016-06-011-5/+0
* selftest: remove test for EDQUOT returned from quota backendUri Simchoni2016-06-011-3/+0
* s3-sysquotas-linux: do not check for EDQUOTUri Simchoni2016-06-011-2/+4
* s3/client/clitar.c: NULL-check correct variableAurelien Aptel2016-06-011-1/+1
* s3: lib: ldap: Use struct sockaddr_storage to cope with IPv6.Jeremy Allison2016-05-291-1/+1
* s3: net: Return an error when no name servers were returned by the lookup so ...Richard Sharpe2016-05-281-0/+3
* smbd: dfree - ignore quota if not enforcedUri Simchoni2016-05-281-1/+31
* selftest: add disk-free quota testsUri Simchoni2016-05-271-0/+12
* vfs_fake_dfq: add more mocking optionsUri Simchoni2016-05-271-1/+14
* Fix memory leak in share mode locking.Hemanth Thummala2016-05-271-0/+5
* s3: auth: Move the declaration of struct dom_sid tmp_sid to function level sc...Jeremy Allison2016-05-271-1/+1
* s3-sysquotas-linux - cleanupUri Simchoni2016-05-261-115/+73
* s3-sysquotas-linux: remove check for EDQUOT on getting user quotaUri Simchoni2016-05-261-4/+1
* s3-sysquotas-linux: remove support for old interfacesUri Simchoni2016-05-262-628/+9
* s3: smbclient: Add posix_whoami command.Jeremy Allison2016-05-251-0/+46
* s3: libsmb: Add sync and async cli_posix_whoami().Jeremy Allison2016-05-252-0/+281
* s3-smbspool: Log to stderrAndreas Schneider2016-05-251-1/+1
* s3:selftest: run test_smbclient_ntlm also against ad_dcStefan Metzmacher2016-05-241-1/+1
* s3-quotas: fix sysquotas_4B quota fetching for BSDUri Simchoni2016-05-231-0/+6
* s3:rpcclient: make use of SMB_SIGNING_IPC_DEFAULTStefan Metzmacher2016-05-211-1/+12
* Revert "s3:rpcclient add -m option"Stefan Metzmacher2016-05-211-5/+0
* s3: wscript: Add checks for open file description locks.Jeremy Allison2016-05-211-0/+60
* s3: VFS: Map process-associated lock operation to open file description lock ...Jeremy Allison2016-05-212-3/+29
* s3: lib: util: Add map_process_lock_to_ofd_lock() utility function.Jeremy Allison2016-05-212-0/+32
* s3: VFS: Add bool use_ofd_locks member to struct files_struct.Jeremy Allison2016-05-212-4/+7
* s3: lib: Add 'int op' parameter to fcntl_getlock().Jeremy Allison2016-05-213-6/+7
* s3: torture: Add POSIX-OFD-LOCK test.Jeremy Allison2016-05-212-1/+121
* s3: locking: Convert on the wire behavior of POSIX (UNIX extensions) locks fr...Jeremy Allison2016-05-211-0/+88
* s3: locking: Add a const struct lock_context * paramter to set_posix_lock_pos...Jeremy Allison2016-05-213-0/+3
* s3: locking: Add some const.Jeremy Allison2016-05-212-12/+13
* s3: locking: Rename xxx_windows_lock_ref_count to xxx_lock_ref_count.Jeremy Allison2016-05-211-20/+16
* notifyd: prevent NULL deref segfault in notifyd_peer_destructorMichael Adam2016-05-201-1/+4
* vfs_fruit: Fix a few signed/unsigned mixupsVolker Lendecke2016-05-191-6/+8
* vfs_fileid: Fix a signed/unsigned mixupVolker Lendecke2016-05-191-1/+1
* smbd:close: only remove kernel share modes if they had been taken at openMichael Adam2016-05-192-7/+12
* s3:vfs: add 'kernel_share_modes_taken' to files_structMichael Adam2016-05-181-0/+2
* s3-net: Cleanup the code of printing migrationAndreas Schneider2016-05-181-7/+36
* s3-net: Convert the key_name to UTF8 during migrationAndreas Schneider2016-05-181-6/+84
* s3:smbd: fix anonymous authentication if signing is mandatoryStefan Metzmacher2016-05-181-2/+6
* s3:ntlm_auth: make ntlm_auth_generate_session_info() more completeStefan Metzmacher2016-05-181-5/+46
* dbwrap_ctdb: Remove get_my_vnn dependencyVolker Lendecke2016-05-171-8/+12
* dbwrap_ctdb: Fix some 32-bit hickupsVolker Lendecke2016-05-171-2/+4
* ctdbd_conn: Remove messages.h dependencyVolker Lendecke2016-05-172-63/+0
* dbwrap: Add "msg_ctx" to db_open_ctdbVolker Lendecke2016-05-175-4/+12
* dbwrap_ctdb: Pass in ctdbd_connectionVolker Lendecke2016-05-175-10/+26