summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* s3:libsmb: always create bytes array in cli_trans codeStefan Metzmacher2009-03-191-5/+14
* s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher2009-03-191-23/+7
* Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison2009-03-181-2/+12
* s3: remove POLICY_HND.Günther Deschner2009-03-182-7/+7
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-176-168/+148
* Convert open_socket_out_defer to tevent_reqVolker Lendecke2009-03-161-22/+37
* Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke2009-03-151-3/+2
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-134-78/+95
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-123-113/+82
* Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher2009-03-121-25/+8
* s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher2009-03-101-8/+25
* s3:libsmb: only treat a return 0 as end of fileStefan Metzmacher2009-03-101-4/+1