summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix commentAndrew Bartlett2003-07-271-1/+1
* Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2003-07-271-3/+3
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-4/+8
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-254-16/+44
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-252-3/+3
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-242-2/+2
* Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-5/+67
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-241-18/+28
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-22/+114
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-233-5/+5
* fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell2003-07-231-6/+6
* Don't check in two places for signing turned off...Jeremy Allison2003-07-231-3/+0
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-50/+114
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-171-12/+5
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-171-5/+67
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-162-92/+118
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-0/+21
* Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2003-07-162-5/+18
* Spelling.Tim Potter2003-07-165-12/+12
* fix typo in debug logGerald Carter2003-07-161-1/+1
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-153-5/+19
* Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison2003-07-151-10/+10
* Fix SMB signing when using NTLMSSP...Andrew Bartlett2003-07-142-93/+8
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-147-96/+385
* Delete obsolete comment.Tim Potter2003-07-141-1/+0
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-035-8/+8
* fix bug #190; WINS server was getting marked as dead when it was not.Gerald Carter2003-07-031-2/+14
* * fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter2003-07-011-60/+19
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-012-22/+202
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-302-2/+79
* removing old codeGerald Carter2003-06-301-172/+0
* cleaning up more build issues. TestedGerald Carter2003-06-261-2/+4
* * fix typos in a few debug statementsGerald Carter2003-06-251-1/+1
* forgot one fileGerald Carter2003-06-251-0/+158
* large change:Gerald Carter2003-06-254-550/+353
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-232-69/+18
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-0/+238
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-133-31/+186
* fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell2003-06-101-2/+2
* use ZERO_STRUCT() instead of memsetAndrew Tridgell2003-06-101-1/+1
* Fix some memory leaks and extra cache startups/shutdowns from the trustedAndrew Bartlett2003-06-082-4/+5
* Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett2003-06-081-9/+49
* Rework our smb signing code again, this factors out some of the commonAndrew Bartlett2003-06-081-54/+109
* applying David Lee's climessage patch to make sending messages more extendableGerald Carter2003-06-061-6/+32
* merge from APP_HEAD. Push negative connection cacheGerald Carter2003-06-061-7/+148
* fixed a pstrcpy() that is not on a pstringAndrew Tridgell2003-06-061-1/+1
* More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-302-15/+15
* Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij2003-05-261-1/+1
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-211-3/+16