summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison5-105/+166
2013-08-30s3:client: fix compiler warningStefan Metzmacher1-1/+2
2013-08-30s3:client: use the default io sizeStefan Metzmacher1-1/+1
2013-08-30s3:libsmb: remove unused cli_readall*Stefan Metzmacher1-119/+0
2013-08-30s3:libsmb: rewrite cli_pull* to use smb1cli_conn_req_possible()Stefan Metzmacher1-171/+246
2013-08-30s3:libsmb: rewrite cli_push* to use smb1cli_conn_req_possible()Stefan Metzmacher1-101/+187
2013-08-30libcli/smb: add smb2cli_conn_req_possible()Stefan Metzmacher2-0/+23
2013-08-30libcli/smb: add smb1cli_conn_req_possible()Stefan Metzmacher2-0/+18
2013-08-30libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher15-21/+60
2013-08-30libcli/smb: pass max_dyn_len to smb2cli_req_create()Stefan Metzmacher2-4/+10
2013-08-30libcli/smb: calculate the credit charge on the input and output dyn_lenStefan Metzmacher1-1/+11
2013-08-30libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison5-40/+69
2013-08-30libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison4-16/+41
2013-08-30libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiateStefan Metzmacher1-1/+6
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-30docs: Add man samba-regedit.8.Karolin Seeger2-0/+122
2013-08-27Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison1-2/+4
2013-08-22ntdbtool.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdbrestore.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdbdump.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdbbackup.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdb.3.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-20Man pages for ntdb tools missingRusty Russell6-5/+708
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 Ambach3-4/+4
2013-08-20waf: consolidate libintl related checksChristian Ambach3-18/+41
2013-08-20waf: add --without-gettext optionChristian Ambach1-0/+3