summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett1-1/+1
2009-04-20s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP codeAndrew Bartlett2-12/+12
2009-04-20s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()Andrew Bartlett1-46/+8
2009-04-16When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison1-1/+1
2009-04-16Fix crash bug in NTLMSSP caused by msrpc_parse() moving to tallocAndrew Bartlett1-4/+2
2009-04-14More work to adapt to merged libcli/auth function prototypesAndrew Bartlett4-16/+19
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett8-2266/+26
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett4-18/+18
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett3-21/+23
2009-04-12Fix a bug in smbclient not sending the correct called nameVolker Lendecke1-1/+5
2009-04-08Convert cli_push to tevent_reqVolker Lendecke1-69/+58
2009-04-08Convert cli_pull to tevent_reqVolker Lendecke1-45/+40
2009-04-07s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett1-11/+12
2009-04-06Add a bad hack to enable level 2 oplocks in torture_open_connection_shareVolker Lendecke1-0/+4
2009-04-06Make cli_oplock_ack asyncVolker Lendecke1-29/+94
2009-04-06Add async oplock waiterVolker Lendecke1-1/+101
2009-04-06Never hand out 0xffff as a midVolker Lendecke1-1/+1
2009-04-06Remove async_req based async libsmb infrastructureVolker Lendecke1-869/+0
2009-04-06Convert cli_open to tevent_reqVolker Lendecke1-46/+102
2009-04-06Convert cli_close to tevent_reqVolker Lendecke1-20/+66
2009-04-06Streamline cli_push sync wrapperVolker Lendecke1-9/+18
2009-04-06Convert cli_write_andx to tevent_reqVolker Lendecke1-37/+88
2009-04-06Streamline cli_pull sync wrapperVolker Lendecke1-9/+18
2009-04-06Convert cli_read_andx to tevent_reqVolker Lendecke1-108/+150
2009-04-06Convert cli_ntcreate to tevent_reqVolker Lendecke1-38/+68
2009-04-06Convert cli_tcon_andx to tevent_reqVolker Lendecke1-54/+69
2009-04-06Convert cli_negprot to tevent_reqVolker Lendecke1-36/+68
2009-04-06Convert cli_session_setup_guest to tevent_reqVolker Lendecke1-39/+69
2009-04-06Convert cli_trans to tevent_reqVolker Lendecke1-382/+272
2009-04-06Convert cli_echo to tevent_reqVolker Lendecke1-79/+66
2009-04-06Add new async libsmb infrastructureVolker Lendecke2-0/+777
2009-04-05Remove async_req dependency from cli_pull_transVolker Lendecke1-23/+25
2009-03-31Fix an uninitialized variable valgrind errorVolker Lendecke1-2/+2
2009-03-27[Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman3-1/+15
2009-03-24s3: parse_packet can return NULL which is then dereferenced in match_mailslot...Tim Prouty1-0/+2
2009-03-24Fix two memleaks in the encryption codeVolker Lendecke1-1/+2
2009-03-24s3:dsgetdcname: use parentheses in if condition to make negation clearBjörn Jacke1-1/+1
2009-03-23s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher5-686/+204
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-333/+0
2009-03-23s3:libsmb: add a much simplified smb_siging infrastructureStefan Metzmacher1-0/+370
2009-03-23s3:libsmb: rename smb_signing.c => clisigning.cStefan Metzmacher1-0/+0
2009-03-23Fix connect to port 139 only -- thanks gd for bugging me :-)Volker Lendecke1-4/+3
2009-03-20s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).Günther Deschner1-12/+18
2009-03-20Fix crash in async_smb.cBo Yang1-3/+6
2009-03-19s3:libsmb: always create bytes array in cli_trans codeStefan Metzmacher1-5/+14
2009-03-19s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher1-23/+7
2009-03-18Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison1-2/+12
2009-03-18s3: remove POLICY_HND.Günther Deschner2-7/+7
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison6-168/+148
2009-03-16Convert open_socket_out_defer to tevent_reqVolker Lendecke1-22/+37