summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-09-22s3: Fix Coverity ID 2619: UNINITVolker Lendecke1-0/+2
2011-09-22s3: Fix Coverity ID 2618: UNINITVolker Lendecke1-0/+2
2011-09-21Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 shareJeremy Allison1-0/+25
2011-09-21Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead...Jeremy Allison1-1/+1
2011-09-21s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin.Günther Deschner2-31/+5
2011-09-21s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2-8/+23
2011-09-21s3:smb2-server: session setup replies should always be signed (except for gue...Michael Adam1-2/+7
2011-09-21Try and fix bug #8472 - Crash in asn.1 parsing code.Jeremy Allison1-1/+6
2011-09-21s3: Further fix for bug 8338Volker Lendecke1-2/+9
2011-09-20s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...Michael Adam1-0/+26
2011-09-20s3:dbwrap_tool: add popt support and standard samba optionsMichael Adam3-16/+49
2011-09-20s3:g_lock: add a missing \n to a debug message in g_lock_initMichael Adam1-1/+1
2011-09-20lib/util/charset: remove charset module loadingAndrew Bartlett2-13/+4
2011-09-20lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett3-17/+0
2011-09-19s4:auth - remove unused variablesMatthias Dieter Wallnöfer1-1/+0
2011-09-19s3:registry: fix a debug message in the v2_to_v3 upgrade codeMichael Adam1-1/+1
2011-09-19s3:smb2cli: remove unused struct ntlmssp_state from smb2cli_session_setup_stateStefan Metzmacher1-1/+0
2011-09-19s3:smb2cli: s/smb2cli_sesssetup_blob/smb2cli_session_setup/Stefan Metzmacher1-15/+15
2011-09-18s3: Add some const to create_local_private_krb5_conf_for_domainVolker Lendecke2-2/+2
2011-09-18s3: Add some const to print_kdc_lineVolker Lendecke1-1/+1
2011-09-18s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/Stefan Metzmacher3-18/+18
2011-09-18s3: Fix a c++ warningVolker Lendecke1-1/+2
2011-09-18s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke1-3/+3
2011-09-18s3: Fix two c++ warningsVolker Lendecke1-2/+2
2011-09-18s3:smb2cli: pass timeout to smb2cli_req_create/send()Stefan Metzmacher11-0/+25
2011-09-18s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...Stefan Metzmacher11-17/+153
2011-09-18s3:smb2cli: only use tevent_req_defer_callback() if we have more than one smb...Stefan Metzmacher1-1/+12
2011-09-18s3:smb2cli: ignore async interim responses and store the async_idStefan Metzmacher1-0/+12
2011-09-18s3:smb2cli: check the response has the SMB2_HDR_FLAG_REDIRECT flagStefan Metzmacher1-0/+8
2011-09-18s3:smb2cli: validate the opcode from the server is as expectedStefan Metzmacher1-3/+14
2011-09-18s3:smb2cli: initialize status if we got an unexpected responseStefan Metzmacher1-0/+1
2011-09-18s3:libsmb: return INTERNAL_ERROR if the request is in bad state when the call...Stefan Metzmacher1-0/+8
2011-09-18s3:libsmb: return if tevent_req_set_endtime() failsStefan Metzmacher1-2/+4
2011-09-18s3:SMB2-BASIC: test smb2cli_flush()Stefan Metzmacher1-0/+6
2011-09-18s3:smb2cli: SMB2_FLUSH responses have a body size of 4Stefan Metzmacher1-1/+1
2011-09-18s3: Trim a debug to 80 charsVolker Lendecke1-6/+11
2011-09-17s3: Fix a cut&paste errorVolker Lendecke1-1/+1
2011-09-17s3: Fix bug 8455 -- Samba PDC is looking up only primary user groupVolker Lendecke1-7/+7
2011-09-16s3:libsmb: forward declaration for struct smb_trans_enc_stateStefan Metzmacher1-0/+2
2011-09-16s3-waf: finally make SO_PEERCRED configure check work with stricter CFLAGS.Günther Deschner1-3/+2
2011-09-16s3: Trim lines in nfs4_acls.cVolker Lendecke1-41/+75
2011-09-16s3: Fix some nonempty blank linesVolker Lendecke1-17/+17
2011-09-16s3: Make sharesec optionally use sddlVolker Lendecke1-1/+76
2011-09-15s3-waf: fix SO_PEERCRED configure check.Günther Deschner1-1/+1
2011-09-15rpc_server: Improve debug message for sys_getpeereid().Andreas Schneider1-1/+2
2011-09-15s3:libsmb: remove unused cli_*encryption* functionsStefan Metzmacher2-48/+0
2011-09-15s3:libsmb: s/cli_encryption_on/cli_state_encryption_on()Stefan Metzmacher2-4/+4
2011-09-15waf: restore libsmbclient handling.Günther Deschner1-3/+3
2011-09-15s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy...Stefan Metzmacher3-12/+18
2011-09-15s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall...Stefan Metzmacher3-22/+81