Age | Commit message (Expand) | Author | Files | Lines |
2004-03-29 | Fix get/set of EA's in client library. Added torture test for it. | Jeremy Allison | 1 | -74/+163 |
2004-03-27 | Let the comment match the function... | Andrew Bartlett | 1 | -2/+1 |
2004-03-27 | Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO, | Andrew Bartlett | 1 | -1/+1 |
2004-03-27 | Add a few comments explaining KEY_EXCH | Andrew Bartlett | 1 | -4/+7 |
2004-03-27 | Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet | Andrew Bartlett | 4 | -10/+43 |
2004-03-27 | Make it clearer that this error refers to the peer, as this code is in both | Andrew Bartlett | 1 | -2/+2 |
2004-03-27 | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 3 | -54/+91 |
2004-03-27 | Working (tested) client code for setting EA's by filename and fnum. | Jeremy Allison | 1 | -5/+100 |
2004-03-24 | Fix bugzilla # 1208 | Jim McDonough | 1 | -1/+1 |
2004-03-24 | Added cli_set_ea(), cli_get_ea next... | Jeremy Allison | 1 | -0/+64 |
2004-03-19 | updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD | Gerald Carter | 4 | -117/+546 |
2004-03-13 | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 1 | -1/+4 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 3 | -14/+20 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 2 | -806/+855 |
2004-03-12 | if we are truncating to the . we need to start at the beginning in case | Herb Lewis | 1 | -1/+1 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 1 | -1/+1 |
2004-03-03 | Added client "hardlink" commant to test doing NT rename with hard links. | Jeremy Allison | 1 | -2/+42 |
2004-03-03 | Use a common function to parse all pathnames from the wire. This allows | Jeremy Allison | 1 | -0/+38 |
2004-02-28 | Can't set allocation size on directories, return correct error code on | Jeremy Allison | 1 | -0/+1 |
2004-02-26 | That const was one too many | Volker Lendecke | 1 | -3/+2 |
2004-02-26 | Apply some const | Volker Lendecke | 1 | -2/+3 |
2004-02-23 | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 2 | -3/+3 |
2004-02-20 | Make SMB_FILE_ACCESS_INFORMATION call work correctly. | Jeremy Allison | 1 | -1/+1 |
2004-02-20 | Make us bug-for-bug compatible with W2K3 - to get delete on close semantics | Jeremy Allison | 1 | -3/+8 |
2004-02-11 | More paranoia checks. | Jeremy Allison | 1 | -0/+5 |
2004-02-11 | Paranoia fixes :-). | Jeremy Allison | 1 | -0/+8 |
2004-02-10 | Fix for possible crash bug from Sebastian Krahmer (SuSE). | Jeremy Allison | 1 | -2/+18 |
2004-02-08 | Remove more unused portions of the 'password cache'. | Andrew Bartlett | 1 | -36/+6 |
2004-02-08 | Remove more unused functions - this time parts of the 'password cache'. | Andrew Bartlett | 1 | -45/+0 |
2004-02-08 | Remove unused utility function. | Andrew Bartlett | 1 | -13/+0 |
2004-02-08 | Make get_dc_list static - we only ask for a sorted list externally. | Andrew Bartlett | 1 | -23/+24 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 1 | -3/+2 |
2004-01-26 | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 3 | -55/+113 |
2004-01-25 | Fix the initialisation vectors for NTLM2, so that they at least make sense, | Andrew Bartlett | 1 | -2/+2 |
2004-01-17 | Fix for a signing bug when the mid wraps. | Jeremy Allison | 1 | -3/+11 |
2004-01-15 | * BUG 446 | Gerald Carter | 1 | -1/+1 |
2004-01-13 | * allow dns lookups to be disabled for DOMAIN#1c (and #1b) | Gerald Carter | 1 | -7/+26 |
2004-01-09 | fix some warnings from the Sun compiler | Gerald Carter | 1 | -1/+1 |
2004-01-09 | Romve debugging assertions (oops...) | Andrew Bartlett | 1 | -6/+0 |
2004-01-09 | Add a new type of name lookup 'ads'. This seperates this from normal | Andrew Bartlett | 1 | -33/+59 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 3 | -32/+40 |
2004-01-08 | Make it clearer that the domain here is the domain of the user for | Andrew Bartlett | 1 | -5/+5 |
2004-01-05 | Fix more cases to ensure that as a server, we don't complain to the client | Andrew Bartlett | 1 | -3/+1 |
2004-01-05 | Ensure we set "always sign" flag if set. We don't currently do anything with | Jeremy Allison | 1 | -0/+4 |
2004-01-05 | Don't free the encrypted_session_key early - that causes the subsequent | Andrew Bartlett | 1 | -1/+1 |
2004-01-05 | Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we | Andrew Bartlett | 1 | -2/+8 |
2004-01-05 | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 2 | -17/+12 |
2004-01-05 | Make it clear that we cannot sign if we don't have a session key. | Andrew Bartlett | 1 | -14/+43 |
2004-01-05 | Automaticly initialise the signing engine, if we have a session key. | Andrew Bartlett | 1 | -0/+6 |
2004-01-04 | Even if the 'device type' is always an ascii string, use push_string to get | Andrew Bartlett | 1 | -1/+1 |