summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-05-30s3:libsmb: use nb_connect_send() directly instead of doing a 0 timer for port...Stefan Metzmacher1-4/+9
2012-05-30s3-build: Fix configure checks for HeimdalAndrew Bartlett1-15/+15
2012-05-30build: Make gss_wrap_iov mandatory for krb5 buildAndrew Bartlett1-0/+5
2012-05-30s3:utils: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher1-1/+1
2012-05-30s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher1-2/+2
2012-05-30s3:libsmb: fallback to SMBtcon for old serversStefan Metzmacher1-1/+15
2012-05-30s3-loadparm: Swap synonyms of max/min protocol to server max/min protocolAndrew Bartlett1-4/+4
2012-05-30s3-build: We do not have CHARSET modules any moreAndrew Bartlett2-8/+2
2012-05-30lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett4-264/+19
2012-05-30s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett3-3/+3
2012-05-30s3-param: Use same variable names as lib/paramAndrew Bartlett1-10/+10
2012-05-30s3-param: Import parameters from lib/param to make this list commonAndrew Bartlett1-0/+26
2012-05-30s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett4-4/+4
2012-05-30param: Sort global param functions macros to ease the s3/s4 mergeAndrew Bartlett1-236/+228
2012-05-30lib/param: Harmonise 'password server' parameter between s3 and s4Andrew Bartlett1-0/+2
2012-05-30s3-build: Remove build of libtdb.so from the autoconf buildAndrew Bartlett2-68/+3
2012-05-30s3-build: Remove build of libtalloc.so from the autoconf buildAndrew Bartlett2-65/+3
2012-05-30s3-iconv: Remove unused script/gen-8bit-gap.shAndrew Bartlett5-154/+1
2012-05-30build: Provide .pc file for libsmbsharemodesAndrew Bartlett2-1/+12
2012-05-30build: Provide .pc file for libnetapiAndrew Bartlett2-1/+12
2012-05-29s3:smb2_ioctl: verify credit chargeStefan Metzmacher1-0/+25
2012-05-29s3:smb2_ioctl: add more validation checksStefan Metzmacher1-6/+67
2012-05-29s3:smb2_ioctl: add some more validation checksStefan Metzmacher1-7/+36
2012-05-29s3:smbd/smb2_find add a debug messageChristian Ambach1-0/+4
2012-05-29s3:smbd/smb2_getinfo add a debug messageChristian Ambach1-0/+8
2012-05-29s3:smbd/smb2_setinfo add a debug messageChristian Ambach1-0/+4
2012-05-29s3:smbd/smb2_read improve debug messageChristian Ambach1-1/+2
2012-05-29s3: fix compile of krb5 locator on SolarisBjörn Jacke1-1/+1
2012-05-28freebsd9: support both WAF MIT krb5 build and autoconf build against MIT krb5Alexander Bokovoy1-0/+1
2012-05-28s3:selftest: run rpc.samba3.smb[1|2]-pipe-nameStefan Metzmacher1-0/+1
2012-05-28s3:rpc_server: don't do any magic in is_known_pipename() anymoreStefan Metzmacher1-12/+3
2012-05-28s3:smbd: fix reply_open_pipe_and_X() to behave like windows (2008 R2)Stefan Metzmacher1-11/+15
2012-05-28s3:smbd: only strip \\ off the name if present (for ntcreatex)Stefan Metzmacher1-2/+4
2012-05-28s3:rpc_server: return OBJECT_NAME_NOT_FOUND instead of PIPE_NOT_AVAILABLEStefan Metzmacher1-1/+1
2012-05-28s3:smb2_create: do not remove leading backslash from pipe namesStefan Metzmacher1-5/+0
2012-05-28s3:cli_np_tstream: pass a leading backslash for the pipe name for SMB1Stefan Metzmacher1-1/+13
2012-05-28s3:rpc_client: tstream_cli_np_open_send() doesn't expect a leading backslashStefan Metzmacher1-0/+4
2012-05-28s3:libsmb: get rid of cli_ucs2Luk Claes8-70/+61
2012-05-28s3:libsmb: get rid of clisigning routinesLuk Claes6-64/+9
2012-05-28s3:libsmb: get rid of cli_has_async_callsLuk Claes12-76/+76
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes12-41/+30
2012-05-28s3:libsmb: get rid of cli_state_disconnectLuk Claes5-14/+4
2012-05-28s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes7-24/+20
2012-05-28s3:libsmb: get rid of cli_state_security_modeLuk Claes4-10/+4
2012-05-28s3:libsmb: get rid of cli_state_server_gss_blobLuk Claes3-7/+1
2012-05-28s3:libsmb: get rid of cli_state_server_challengeLuk Claes3-11/+5
2012-05-28s3:libsmb: get rid of cli_state_encryption_onLuk Claes5-13/+6
2012-05-28s3:libsmb: get rid of cli_state_max_requestsLuk Claes3-8/+2
2012-05-28s3:libsmb: get rid of cli_state_server_session_keyLuk Claes3-10/+4
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes15-30/+24