Age | Commit message (Expand) | Author | Files | Lines |
2003-08-07 | An oplock break reply from the client causes the sequence number to be | Jeremy Allison | 1 | -1/+40 |
2003-08-07 | Turns out I had my packet sequences wrong for oplock break code. | Jeremy Allison | 1 | -46/+19 |
2003-08-04 | Changes to make gss-spnego ntlmssp client work against W2k AD. | Volker Lendecke | 1 | -1/+17 |
2003-08-04 | Fix unused variable warning. | Tim Potter | 1 | -1/+1 |
2003-08-03 | Fix oplock break detection code on incoming oplock break responses. This | Jeremy Allison | 1 | -7/+15 |
2003-08-02 | Ensure we don't leak any sign records on cancel of pending requests. | Jeremy Allison | 1 | -0/+27 |
2003-08-02 | Only look for mid sign records on incoming packets for oplock break replies. | Jeremy Allison | 1 | -20/+28 |
2003-08-02 | More fixes for client and server side signing. Ensure sequence numbers | Jeremy Allison | 2 | -32/+103 |
2003-08-02 | Leave the packet sequence checkers enabled whilst I track down a smbclient ->... | Jeremy Allison | 1 | -2/+2 |
2003-08-02 | Add the same signing code to the server. Ensure we use identical session | Jeremy Allison | 1 | -12/+64 |
2003-08-02 | Correct fix (removed the earlier band-aid) for what I thought was a signing | Jeremy Allison | 4 | -4/+97 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 2 | -2/+2 |
2003-08-01 | Final fix for the bug tridge found. Only push locks onto a blocking lock | Jeremy Allison | 1 | -0/+1 |
2003-07-31 | Fix off-by-one found by valgrind. | Volker Lendecke | 1 | -1/+1 |
2003-07-31 | This fixes an error I must have made when playing with spnego.c found | Volker Lendecke | 1 | -14/+35 |
2003-07-31 | Turn the 'doing_signing' variable on - fix bug where it was only being set | Jeremy Allison | 1 | -1/+1 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 3 | -4/+28 |
2003-07-30 | Fix bug we discovered in W2K client signing on secondary trans2 packets. | Jeremy Allison | 1 | -2/+3 |
2003-07-30 | Eliminate valgrind error when client gets bad sig on list. Some reformatting. | Jeremy Allison | 2 | -12/+25 |
2003-07-29 | This adds gss-spnego to ntlm_auth. It contains some new spnego support | Volker Lendecke | 1 | -0/+292 |
2003-07-27 | Fix comment | Andrew Bartlett | 1 | -1/+1 |
2003-07-27 | Try again to fix up 'session request' name exchange. This time we actualy | Andrew Bartlett | 1 | -3/+3 |
2003-07-27 | Some small fixes to our charset conversion code: | Andrew Bartlett | 1 | -4/+8 |
2003-07-25 | W00t! Client smb signing is now working correctly with krb5 and w2k server. | Jeremy Allison | 4 | -16/+44 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 2 | -3/+3 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 2 | -2/+2 |
2003-07-24 | Fix packet signing with asynchronous oplock breaks. Removed bad error message | Jeremy Allison | 1 | -5/+67 |
2003-07-24 | SMB signing is now working with change notify. Need to fix the disconnect | Jeremy Allison | 1 | -18/+28 |
2003-07-24 | Server side NTLM signing works - until the first async packet. Working on this | Jeremy Allison | 1 | -22/+114 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 3 | -5/+5 |
2003-07-23 | fixed segv in calls to pstrcpy() in cliprint.c | Andrew Tridgell | 1 | -6/+6 |
2003-07-23 | Don't check in two places for signing turned off... | Jeremy Allison | 1 | -3/+0 |
2003-07-18 | Signing so far... the client code fails on a SMBtrans2 secondary transaction | Jeremy Allison | 1 | -50/+114 |
2003-07-17 | Correctly toggle the signing state to what it was previosly when sending | Jeremy Allison | 1 | -12/+5 |
2003-07-17 | Putting the framework for server signing in place. Ensure we don't use | Jeremy Allison | 1 | -5/+67 |
2003-07-16 | Refactor signing code to remove most dependencies on 'struct cli'. | Jeremy Allison | 2 | -92/+118 |
2003-07-16 | Add API framework for server SMB signing. | Jeremy Allison | 1 | -0/+21 |
2003-07-16 | Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed. | Jeremy Allison | 2 | -5/+18 |
2003-07-16 | Spelling. | Tim Potter | 5 | -12/+12 |
2003-07-16 | fix typo in debug log | Gerald Carter | 1 | -1/+1 |
2003-07-15 | Added the "required" keyword to the "client signing" parameter to force it | Jeremy Allison | 3 | -5/+19 |
2003-07-15 | Add a cli_ prefix to a few functions to ensure everything that takes a struct... | Jeremy Allison | 1 | -10/+10 |
2003-07-14 | Fix SMB signing when using NTLMSSP... | Andrew Bartlett | 2 | -93/+8 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 7 | -96/+385 |
2003-07-14 | Delete obsolete comment. | Tim Potter | 1 | -1/+0 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 1 | -1/+1 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 5 | -8/+8 |
2003-07-03 | fix bug #190; WINS server was getting marked as dead when it was not. | Gerald Carter | 1 | -2/+14 |
2003-07-01 | * fixed volker's wbinfo -a lockup again. This one was my fault. | Gerald Carter | 1 | -60/+19 |
2003-07-01 | * fix the trustdom_cache to work when winbindd is not running. | Gerald Carter | 2 | -22/+202 |