summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2013-08-282-0/+18
* s3: fix missing braces in nfs4_acls.cAbhidnya Joshi2013-08-281-1/+2
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-08-271-4/+4
* Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison2013-08-261-6/+20
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-261-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-261-8/+10
* smbd: Simplify dropbox special case in unix_convertVolker Lendecke2013-08-261-6/+23
* Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."Jeremy Allison2013-08-251-2/+7
* Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...Jeremy Allison2013-08-241-8/+1
* Pushed from the wrong branch - this is the versionJeremy Allison2013-08-241-14/+6
* Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison2013-08-251-6/+14
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-241-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-241-7/+2
* Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison2013-08-241-2/+4
* smbd: Fix a debug messageVolker Lendecke2013-08-231-1/+1
* s3-pkgconfig: remove leftovers from autoconf build.Günther Deschner2013-08-224-55/+0
* client: add missing newlines to error messages for invalid iosize parameter.Michael Adam2013-08-211-2/+2
* smbtree: use the correct count variable from NetShareEnum result.Michael Adam2013-08-211-1/+1
* Add new "timeout" command and -t option to smbclient to set the per-operation...Jeremy Allison2013-08-211-0/+35
* As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2013-08-211-1/+17
* Remove restrictions on setting iosize inside smbclient for SMB2 connections.Jeremy Allison2013-08-211-17/+23
* Fix bug #10100 - rpcclient crashes when sending the 'netshareenum 502' commandJeremy Allison2013-08-211-3/+7
* smbd: Simplify new_break_message_smb1Volker Lendecke2013-08-201-18/+7
* smbd: Replace a 0-timeout wakeup_sendVolker Lendecke2013-08-201-17/+13
* libsmb: Fix a bunch of Coverity IDsVolker Lendecke2013-08-201-20/+20
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-193-6/+19
* rpc_server: Fix CID 1063255 Resource leakVolker Lendecke2013-08-191-1/+1
* smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* log2pcaphex: Fix nonempty line endingsVolker Lendecke2013-08-191-16/+15
* vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLsAnand Avati2013-08-161-42/+111
* smbd: Do not wait unnecessarilyVolker Lendecke2013-08-161-1/+1
* smbd: Make break_level2_to_none_async staticVolker Lendecke2013-08-162-2/+1
* libctdb: Avoid an explicit memsetVolker Lendecke2013-08-161-2/+1
* s3:libsmb: call smb2cli_logoff() from cli_ulogoff()Stefan Metzmacher2013-08-151-0/+12
* s3:libsmb: make cli_ulogoff_send/recv staticStefan Metzmacher2013-08-152-6/+2
* s3:libsmb: call smb2cli_tdis() from cli_tdis()Stefan Metzmacher2013-08-151-0/+4
* s3:libsmb: only set tcon to invalid in smb2cli_tdis*Stefan Metzmacher2013-08-151-1/+2
* s3:libsmb: make cli_tdis_send/recv staticStefan Metzmacher2013-08-152-6/+2
* s3:libsmb: add support for SMB2 in cli_writeall()Stefan Metzmacher2013-08-151-2/+12
* s3:libsmb: add SMB2 support to cli_pull*Stefan Metzmacher2013-08-151-14/+46
* s3:libsmb: add SMB2 support to cli_push*Stefan Metzmacher2013-08-151-16/+50
* s3:libsmb: Plumb cli_smb2_set_security_descriptor() inside cli_set_security_d...Jeremy Allison2013-08-151-0/+7
* s3:libsmb: Plumb cli_smb2_query_security_descriptor() inside cli_query_securi...Jeremy Allison2013-08-151-0/+9
* s3:libsmb: Plumb cli_smb2_qpathinfo_alt_name() inside cli_qpathinfo_alt_name().Jeremy Allison2013-08-151-0/+6
* s3:libsmb: Plumb cli_smb2_qpathinfo_basic() inside cli_qpathinfo_basic().Jeremy Allison2013-08-151-1/+10
* s3:libsmb: Plumb cli_smb2_qfileinfo_basic() inside cli_qfileinfo_basic().Jeremy Allison2013-08-151-0/+12
* s3:libsmb: Plumb cli_smb2_qpathinfo_streams() inside cli_qpathinfo_streams().Jeremy Allison2013-08-151-1/+11
* s3:libsmb: Plumb cli_smb2_qpathinfo2() inside cli_qpathinfo2().Jeremy Allison2013-08-151-1/+15
* s3:libsmb: Plumb cli_smb2_list() inside cli_list().Jeremy Allison2013-08-151-1/+7
* s3:libsmb: Plumb cli_smb2_get_ea_list_path() inside cli_get_ea_list_path().Jeremy Allison2013-08-151-1/+11