summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Add async cli_write_andx and cli_pullVolker Lendecke2008-12-191-0/+406
* Fix setting smb_len for huge write&x callsVolker Lendecke2008-12-191-1/+14
* Add the cli_wct_ofs routine to calculate the offset for write&xVolker Lendecke2008-12-191-0/+31
* Add a doxygen comment line I forgot to mergeVolker Lendecke2008-12-191-0/+1
* Convert cli_request->outbuf to uint8_tVolker Lendecke2008-12-191-13/+15
* For large smbwrite&x, we need more than 64k bccVolker Lendecke2008-12-191-4/+4
* Add some commentsVolker Lendecke2008-12-191-0/+22
* Fix the padding calculation in smb_splice_chain for "bytes_padding!=0"Volker Lendecke2008-12-191-1/+1
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-196-10/+13
* Prefer network writes over readsVolker Lendecke2008-12-191-32/+33
* Factor out cli_write_max_bufsizeVolker Lendecke2008-12-191-25/+36
* Remove two write-only variablesVolker Lendecke2008-12-191-8/+0
* Make cli_negprot asyncVolker Lendecke2008-12-191-50/+97
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-194-21/+29
* cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke2008-12-191-1/+1
* Fix a valgrind errorVolker Lendecke2008-12-171-1/+2
* (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin2008-12-161-4/+5
* Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison2008-12-161-24/+683
* Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin2008-12-161-683/+24
* commit b520befe6f51644d20434add9864d7a2fa30aa2eSATOH Fumiyasu2008-12-161-6/+4
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-142-12/+19
* Remove a pointless static variableVolker Lendecke2008-12-131-7/+7
* Remove a static variableVolker Lendecke2008-12-131-6/+5
* Micro-Optimize cliconnect.cVolker Lendecke2008-12-131-22/+27
* s3:dsgetdcname: retry with the clients siteStefan Metzmacher2008-12-131-6/+43
* s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-131-3/+65
* s3: libsmb/namequery: fallback to returning all dcs, when none is available i...Stefan Metzmacher2008-12-131-0/+9
* For read&x replies, check the offsetVolker Lendecke2008-12-131-0/+19
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-081-1/+1
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-084-21/+14
* Add a "bytes_padding" parameter to smb_splice_chainVolker Lendecke2008-12-081-12/+28
* Factor out smb_splice_chain(), to be used by chain_reply() in smbdVolker Lendecke2008-12-081-46/+98
* Slightly simplify cli_session_setup_ntlmsspVolker Lendecke2008-12-071-10/+2
* Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...Volker Lendecke2008-12-051-0/+7
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-035-13/+13
* remove the explicit mem_ctx from ntlmssp_state, use the state itselfVolker Lendecke2008-11-301-46/+41
* fix nonempty blank linesVolker Lendecke2008-11-301-27/+27
* Do not build the session request if it si not used anywayVolker Lendecke2008-11-301-4/+4
* fix nonempty blank linesVolker Lendecke2008-11-301-19/+19
* Move cli_trans_oob to lib/util.cVolker Lendecke2008-11-281-17/+4
* libsmb: Fix up pointer passed to cli_send_trans in cli_link_internalKai Blin2008-11-181-1/+1
* nterrors: add NT_STATUS_DS_BUSY.Günther Deschner2008-11-101-0/+1
* s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex).Günther Deschner2008-11-061-0/+2
* Make use of smb_bufrem()Volker Lendecke2008-11-011-1/+1
* ntlm_check.c: Sync some changes from Samba 4.Jelmer Vernooij2008-11-011-16/+23
* Use standardized types in ntlm_check.c.Jelmer Vernooij2008-11-011-13/+13
* Use shared doserr.c.Jelmer Vernooij2008-11-011-196/+0
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-18/+12
* errors: share dcerpc error function.Günther Deschner2008-10-311-55/+0
* Error return is False, not -1Derrell Lipman2008-10-241-3/+3