summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* selftest: Kerberos auth with netbios alias SPNsRalph Boehme2016-06-192-0/+45
* s3/net: print returned addresses in dns gethostbynameRichard Sharpe2016-06-192-5/+31
* s3: smbd: In reply_read_and_X() SMB1 server is overwriting part of the 'reser...Jeremy Allison2016-06-182-2/+0
* s3: smbd: Use common function setup_readX_header() in aio read code.Jeremy Allison2016-06-181-8/+1
* s3: smbd: Make setup_readX_header() externally accessibleJeremy Allison2016-06-182-1/+2
* s3: smbd: Remove unused 'req' argument from setup_readX_header()Jeremy Allison2016-06-181-5/+4
* s3: torture: Add test that proves Win2k12 correctly returns pidlow and pidhig...Jeremy Allison2016-06-182-1/+160
* s3: smbd: Correctly reflect back SMB_PIDHIGH to a client.Per Forlin2016-06-181-0/+1
* s3: libsmb: Widen the internal client smb1.pid to 32-bits as is used on the w...Jeremy Allison2016-06-183-7/+7
* selftest: Do not run local.ndr 3 timesAndrew Bartlett2016-06-171-1/+1
* libnet: only create local private krb5.conf if joining an AD domainMichael Adam2016-06-171-3/+5
* winbind: honor 'socket options' in winbindJim McDonough2016-06-171-0/+2
* s3-vfs/snapper: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-4/+4
* s3-libnet: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-1/+1
* s3-client: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-1/+1
* s3:libnet: accept empty realm for AD domains when only security=domain is set.Günther Deschner2016-06-151-0/+17
* s3-libnet: Print error string even on successfuly completion of libnetjoin.Günther Deschner2016-06-152-0/+15
* s3-libnetapi: Correctly check for lp_realm.Andreas Schneider2016-06-151-4/+7
* libnet_join: use sitename if it was set by pre-join detectionAlexander Bokovoy2016-06-151-1/+1
* s3-winbind: Fix schannel connections against trusted domain DCsGünther Deschner2016-06-131-1/+15
* s3-script: Install the findsmb scriptAndreas Schneider2016-06-092-1/+14
* s3: krb5: keytab - The done label can be jumped to with context == NULL.Jeremy Allison2016-06-091-10/+8
* libsmb: Fix two CIDs for NULL dereferenceVolker Lendecke2016-06-071-6/+12
* lib: Fix CID 1362566 Dereference null return valueVolker Lendecke2016-06-071-1/+7
* lib: Move poll_funcs to lib/Volker Lendecke2016-06-075-638/+0
* lib: Move msghdr to lib/util/Volker Lendecke2016-06-075-309/+2
* lib/poll_funcs: Build as SAMBA_SUBSYSTEMAmitay Isaacs2016-06-071-3/+3
* Add yet another error code when forking an smbd and ctdb is not there. We can...Peter Somogyi2016-06-061-5/+8
* Efficient xattr handling for VxFS Signed-off-by: Abhidnya Joshi <Abhidnya.Jos...Abhidnya Joshi2016-06-034-14/+415
* 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