summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-274-10/+43
* Make it clearer that this error refers to the peer, as this code is in bothAndrew Bartlett2004-03-271-2/+2
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-273-54/+91
* Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison2004-03-271-5/+100
* Fix bugzilla # 1208Jim McDonough2004-03-241-1/+1
* Added cli_set_ea(), cli_get_ea next...Jeremy Allison2004-03-241-0/+64
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-194-117/+546
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-1/+4
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-133-14/+20
* First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-132-806/+855
* if we are truncating to the . we need to start at the beginning in caseHerb Lewis2004-03-121-1/+1
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-1/+1
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-031-2/+42
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-0/+38
* Can't set allocation size on directories, return correct error code onJeremy Allison2004-02-281-0/+1
* That const was one too manyVolker Lendecke2004-02-261-3/+2
* Apply some constVolker Lendecke2004-02-261-2/+3
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-232-3/+3
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-201-1/+1
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-201-3/+8
* More paranoia checks.Jeremy Allison2004-02-111-0/+5
* Paranoia fixes :-).Jeremy Allison2004-02-111-0/+8
* Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison2004-02-101-2/+18
* Remove more unused portions of the 'password cache'.Andrew Bartlett2004-02-081-36/+6
* Remove more unused functions - this time parts of the 'password cache'.Andrew Bartlett2004-02-081-45/+0
* Remove unused utility function.Andrew Bartlett2004-02-081-13/+0
* Make get_dc_list static - we only ask for a sorted list externally.Andrew Bartlett2004-02-081-23/+24
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-3/+2
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-263-55/+113
* Fix the initialisation vectors for NTLM2, so that they at least make sense,Andrew Bartlett2004-01-251-2/+2
* Fix for a signing bug when the mid wraps.Jeremy Allison2004-01-171-3/+11
* * BUG 446Gerald Carter2004-01-151-1/+1
* * allow dns lookups to be disabled for DOMAIN#1c (and #1b)Gerald Carter2004-01-131-7/+26
* fix some warnings from the Sun compilerGerald Carter2004-01-091-1/+1
* Romve debugging assertions (oops...)Andrew Bartlett2004-01-091-6/+0
* Add a new type of name lookup 'ads'. This seperates this from normalAndrew Bartlett2004-01-091-33/+59
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-083-32/+40
* Make it clearer that the domain here is the domain of the user forAndrew Bartlett2004-01-081-5/+5
* Fix more cases to ensure that as a server, we don't complain to the clientAndrew Bartlett2004-01-051-3/+1
* Ensure we set "always sign" flag if set. We don't currently do anything withJeremy Allison2004-01-051-0/+4
* Don't free the encrypted_session_key early - that causes the subsequentAndrew Bartlett2004-01-051-1/+1
* Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2004-01-051-2/+8
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-052-17/+12
* Make it clear that we cannot sign if we don't have a session key.Andrew Bartlett2004-01-051-14/+43
* Automaticly initialise the signing engine, if we have a session key.Andrew Bartlett2004-01-051-0/+6
* Even if the 'device type' is always an ascii string, use push_string to getAndrew Bartlett2004-01-041-1/+1
* There is not a particularly good excuse for complaining to the *client* thatAndrew Bartlett2004-01-031-4/+12
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Move our basic password checking code from inside the authenticationAndrew Bartlett2003-12-301-0/+377
* Shutting down the connection closes outstanding sessions, so we don't needAndrew Bartlett2003-12-281-1/+0