summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-08-30libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison2-17/+34
2013-08-30libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2-9/+12
2013-08-30s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.Jeremy Allison1-0/+4
2013-08-30s3:libsmb: make use of lp_cli_{min,max}protocol() in SMBC_server_internal()Stefan Metzmacher1-3/+3
2013-08-30s3:libsmb: use lp_cli_minprotocol() in do_connect()Stefan Metzmacher1-1/+2
2013-08-30s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher1-2/+3
2013-08-30s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher1-1/+1
2013-08-30s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.Jeremy Allison2-0/+15
2013-08-30s3:libsmb: Modify cli_start_connection_connected() to use lp_cli_minprotocol(...Jeremy Allison1-1/+2
2013-08-30s3:lib: remove unused interpret_protocol()Stefan Metzmacher2-26/+0
2013-08-30s3:torture: avoid interpret_protocol()Stefan Metzmacher2-4/+4
2013-08-30s3:client: avoid interpret_protocol()Stefan Metzmacher1-2/+4
2013-08-30s3:param: Correctly set up cli_maxprotocol, cli_minprotocol in our parameter ...Jeremy Allison2-0/+4
2013-08-30Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison1-6/+20
2013-08-30Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison1-1/+8
2013-08-30Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison1-8/+10
2013-08-30s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam1-0/+4
2013-08-30s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner1-1/+0
2013-08-30s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner1-7/+4
2013-08-30s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner1-9/+31
2013-08-30s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner1-2/+2
2013-08-30s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner1-1/+1
2013-08-30s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner1-1/+1
2013-08-30s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner1-1/+0
2013-08-30smbd: Simplify dropbox special case in unix_convertVolker Lendecke1-6/+23
2013-08-30smbd: Fix a profile problemVolker Lendecke5-27/+34
2013-08-27Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison1-2/+4
2013-08-20s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner1-2/+7
2013-08-20waf: replace dependency to libintl with samba_intlChristian Ambach1-1/+1
2013-08-20waf: consolidate libintl related checksChristian Ambach1-5/+4
2013-08-20s3:lib/system fix build on AIX 7Christian Ambach1-3/+12
2013-08-20smbd: Fix async echo handler forking (Bug 10086)Volker Lendecke1-3/+6
2013-08-20Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe3-6/+19
2013-08-16Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider1-1/+1
2013-08-14s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider1-2/+11
2013-08-13s3-libads: Print a message if no realm has been specified.Andreas Schneider1-1/+7
2013-08-13s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner1-0/+4
2013-08-07Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner1-0/+6
2013-08-07Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison1-13/+20
2013-08-07Reply with correct trans2 message on a setpathinfo with a bad EA name.Jeremy Allison1-1/+10
2013-08-07Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE.Jeremy Allison1-37/+37
2013-08-07Ensure we can't create a file using NTTRANS with an invalid EA list.Jeremy Allison1-0/+20
2013-08-07Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.Jeremy Allison1-0/+14
2013-08-07Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison3-14/+32
2013-08-07Ensure we can't create a file using SMB2_CREATE with an invalid EA list.Jeremy Allison1-0/+5
2013-08-07Ensure we never return an EA name to a Windows client it can't handle.Jeremy Allison1-0/+9
2013-08-07Ensure set_ea cannot set invalid Windows EA names.Jeremy Allison1-0/+9
2013-08-07Add ea_list_has_invalid_name() function.Jeremy Allison2-0/+36
2013-08-05s3: Remove old mode special substitution.Alexander Werth1-13/+2
2013-08-05Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck1-7/+2