summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:libsmb: fix a lot of cli_push() bugsStefan Metzmacher2009-03-101-95/+107
* Fix a smbclient segfault against security=share serversVolker Lendecke2009-03-071-3/+10
* Fix some nonempty blank linesVolker Lendecke2009-03-071-22/+22
* s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()Stefan Metzmacher2009-03-061-27/+25
* s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...Stefan Metzmacher2009-03-063-7/+10
* s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher2009-03-061-2/+4
* s3:libsmb: smb signing works the same for extented and non-extended securityStefan Metzmacher2009-03-061-5/+18
* Convert name_mangle() to use tallocVolker Lendecke2009-02-242-8/+32
* More warning fixes for Solaris.Jeremy Allison2009-02-231-1/+1
* Make char* parameters constDerrell Lipman2009-02-231-16/+6
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-211-7/+5
* Move some bytes from the data to the text segmentVolker Lendecke2009-02-211-3/+3
* Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison2009-02-201-7/+14
* variable grouping: just my OCD desire to keep similar things togetherDerrell Lipman2009-02-201-5/+7
* Make libsmbclient work with DFSBo Yang2009-02-206-6/+96
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-12/+27
* Interesting C compiler you have there... :-)Volker Lendecke2009-02-191-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-02-181-1/+1
* Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...Jeremy Allison2009-02-171-0/+5
* remove accidental white spaceDerrell Lipman2009-02-141-1/+0
* Get rid of the warnings I had for testingDerrell Lipman2009-02-141-5/+0
* It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman2009-02-141-4/+11
* f_frsize field is not ubiquitous. Check for it.Derrell Lipman2009-02-141-0/+4