summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison4-16/+44
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2-3/+3
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter2-2/+2
2003-07-24Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison1-5/+67
2003-07-24SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison1-18/+28
2003-07-24Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison1-22/+114
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter3-5/+5
2003-07-23fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell1-6/+6
2003-07-23Don't check in two places for signing turned off...Jeremy Allison1-3/+0
2003-07-18Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison1-50/+114
2003-07-17Correctly toggle the signing state to what it was previosly when sendingJeremy Allison1-12/+5
2003-07-17Putting the framework for server signing in place. Ensure we don't useJeremy Allison1-5/+67
2003-07-16Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2-92/+118
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-0/+21
2003-07-16Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2-5/+18
2003-07-16Spelling.Tim Potter5-12/+12
2003-07-16fix typo in debug logGerald Carter1-1/+1
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison3-5/+19
2003-07-15Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison1-10/+10
2003-07-14Fix SMB signing when using NTLMSSP...Andrew Bartlett2-93/+8
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett7-96/+385
2003-07-14Delete obsolete comment.Tim Potter1-1/+0
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison5-8/+8
2003-07-03fix bug #190; WINS server was getting marked as dead when it was not.Gerald Carter1-2/+14
2003-07-01* fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter1-60/+19
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter2-22/+202
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2-2/+79
2003-06-30removing old codeGerald Carter1-172/+0
2003-06-26cleaning up more build issues. TestedGerald Carter1-2/+4
2003-06-25* fix typos in a few debug statementsGerald Carter1-1/+1
2003-06-25forgot one fileGerald Carter1-0/+158
2003-06-25large change:Gerald Carter4-550/+353
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2-69/+18
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-0/+238
2003-06-13Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison3-31/+186
2003-06-10fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell1-2/+2
2003-06-10use ZERO_STRUCT() instead of memsetAndrew Tridgell1-1/+1
2003-06-08Fix some memory leaks and extra cache startups/shutdowns from the trustedAndrew Bartlett2-4/+5
2003-06-08Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett1-9/+49
2003-06-08Rework our smb signing code again, this factors out some of the commonAndrew Bartlett1-54/+109
2003-06-06applying David Lee's climessage patch to make sending messages more extendableGerald Carter1-6/+32
2003-06-06merge from APP_HEAD. Push negative connection cacheGerald Carter1-7/+148
2003-06-06fixed a pstrcpy() that is not on a pstringAndrew Tridgell1-1/+1
2003-05-30More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2-15/+15
2003-05-26Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij1-1/+1
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-3/+16
2003-05-14spellingTim Potter3-3/+3
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+1
2003-05-10Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison1-1/+9