summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Make cli_chkpath async.Jeremy Allison2009-04-221-0/+121
* errormap: Add wbcErr to NTSTATUS mappingsKai Blin2009-04-221-0/+41
* s3:libsmb: always use the tevent_req_nomem() for checking allocation failuresStefan Metzmacher2009-04-211-6/+6
* Make rmdir async.Jeremy Allison2009-04-212-59/+92
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-212-2/+111
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-1/+1
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-201-1/+1
|\
| * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-161-1/+1
* | s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP codeAndrew Bartlett2009-04-202-12/+12
* | s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()Andrew Bartlett2009-04-201-46/+8
* | Fix crash bug in NTLMSSP caused by msrpc_parse() moving to tallocAndrew Bartlett2009-04-161-4/+2
* | More work to adapt to merged libcli/auth function prototypesAndrew Bartlett2009-04-144-16/+19
* | Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-148-2266/+26
|/
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-144-18/+18
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-143-21/+23
* Fix a bug in smbclient not sending the correct called nameVolker Lendecke2009-04-121-1/+5
* Convert cli_push to tevent_reqVolker Lendecke2009-04-081-69/+58
* Convert cli_pull to tevent_reqVolker Lendecke2009-04-081-45/+40
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-11/+12
* Add a bad hack to enable level 2 oplocks in torture_open_connection_shareVolker Lendecke2009-04-061-0/+4
* Make cli_oplock_ack asyncVolker Lendecke2009-04-061-29/+94
* Add async oplock waiterVolker Lendecke2009-04-061-1/+101
* Never hand out 0xffff as a midVolker Lendecke2009-04-061-1/+1
* Remove async_req based async libsmb infrastructureVolker Lendecke2009-04-061-869/+0
* Convert cli_open to tevent_reqVolker Lendecke2009-04-061-46/+102
* Convert cli_close to tevent_reqVolker Lendecke2009-04-061-20/+66
* Streamline cli_push sync wrapperVolker Lendecke2009-04-061-9/+18
* Convert cli_write_andx to tevent_reqVolker Lendecke2009-04-061-37/+88
* Streamline cli_pull sync wrapperVolker Lendecke2009-04-061-9/+18
* Convert cli_read_andx to tevent_reqVolker Lendecke2009-04-061-108/+150
* Convert cli_ntcreate to tevent_reqVolker Lendecke2009-04-061-38/+68
* Convert cli_tcon_andx to tevent_reqVolker Lendecke2009-04-061-54/+69
* Convert cli_negprot to tevent_reqVolker Lendecke2009-04-061-36/+68
* Convert cli_session_setup_guest to tevent_reqVolker Lendecke2009-04-061-39/+69
* Convert cli_trans to tevent_reqVolker Lendecke2009-04-061-382/+272
* Convert cli_echo to tevent_reqVolker Lendecke2009-04-061-79/+66
* Add new async libsmb infrastructureVolker Lendecke2009-04-062-0/+777
* Remove async_req dependency from cli_pull_transVolker Lendecke2009-04-051-23/+25
* Fix an uninitialized variable valgrind errorVolker Lendecke2009-03-311-2/+2
* [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman2009-03-273-1/+15
* s3: parse_packet can return NULL which is then dereferenced in match_mailslot...Tim Prouty2009-03-241-0/+2
* Fix two memleaks in the encryption codeVolker Lendecke2009-03-241-1/+2
* s3:dsgetdcname: use parentheses in if condition to make negation clearBjörn Jacke2009-03-241-1/+1
* s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-235-686/+204
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-333/+0
* s3:libsmb: add a much simplified smb_siging infrastructureStefan Metzmacher2009-03-231-0/+370
* s3:libsmb: rename smb_signing.c => clisigning.cStefan Metzmacher2009-03-231-0/+0
* Fix connect to port 139 only -- thanks gd for bugging me :-)Volker Lendecke2009-03-231-4/+3
* s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).Günther Deschner2009-03-201-12/+18
* Fix crash in async_smb.cBo Yang2009-03-201-3/+6