summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-09Finally get NTLMv2 working on the client!Andrew Bartlett3-35/+102
2003-05-08Revert a patch that somehow slipped in...Volker Lendecke1-2/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-2/+2
2003-05-07SMB Signing with NTLMv2 works!Andrew Bartlett1-11/+2
2003-05-07Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison1-3/+2
2003-05-05Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett3-13/+25
2003-05-04Add doco to our SMB signing code.Andrew Bartlett1-5/+32
2003-05-01Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett1-1/+1
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett2-136/+25
2003-04-23Add a check to ensure that the server returns the correct device type, notAndrew Bartlett1-3/+0
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-1/+31
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-12/+20
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett5-20/+50
2003-04-20Merge a trivial fix across from HEAD. Not that thisVolker Lendecke1-1/+1
2003-04-17This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+169
2003-04-16More merges from HEAD:Jelmer Vernooij4-104/+209
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-36/+29
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter2-12/+15
2003-04-15Add some more NT to unix error code mappings (from HEAD)Jelmer Vernooij1-3/+92
2003-04-15This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+633
2003-04-15Merge of server unavailable error string.Tim Potter1-0/+1
2003-04-15Add string message for WERR_SERVER_UNAVAILABLE.Tim Potter1-0/+1
2003-04-14Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green1-5/+5
2003-04-14Merge cliconnect.c so smbtree builds.Tim Potter1-1/+113
2003-04-14Whitespace syncup.Tim Potter1-1/+1
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+76
2003-04-11smbcquota patch from metzeGerald Carter3-7/+719
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-0/+1
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-0/+1
2003-04-07Only warn about short packets if we are already 'doing signing'.Andrew Bartlett1-1/+1