Age | Commit message (Expand) | Author | Files | Lines |
2003-08-06 | Spelling. | Tim Potter | 1 | -1/+1 |
2003-08-03 | Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un... | Jeremy Allison | 1 | -0/+6 |
2003-08-03 | Output message saying "signed connect" instead of just connect when signing | Jeremy Allison | 1 | -0/+1 |
2003-08-02 | Ensure we don't leak any sign records on cancel of pending requests. | Jeremy Allison | 2 | -0/+2 |
2003-08-02 | More fixes for client and server side signing. Ensure sequence numbers | Jeremy Allison | 2 | -3/+5 |
2003-08-02 | Add the same signing code to the server. Ensure we use identical session | Jeremy Allison | 3 | -0/+18 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-07-31 | only honor the first OID in the sessetup snego negotiate. Deviates | Gerald Carter | 1 | -4/+15 |
2003-07-31 | Wrap calls to change_oem_password() in become_root()/unbecome_root() pairs | Jeremy Allison | 2 | -61/+66 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -1/+1 |
2003-07-29 | Fix bug #226. Stop unmangle of name into a wildcard name from deleting more | Jeremy Allison | 1 | -9/+20 |
2003-07-29 | Finish tridge's patch as referenced here : | Jeremy Allison | 1 | -0/+17 |
2003-07-27 | Allow the stat cache to better handle invalid multibyte strings, by using | Andrew Bartlett | 1 | -8/+25 |
2003-07-27 | Try again to fix up 'session request' name exchange. This time we actualy | Andrew Bartlett | 1 | -11/+4 |
2003-07-27 | Some small fixes to our charset conversion code: | Andrew Bartlett | 1 | -3/+4 |
2003-07-25 | Start the packet signing engine in the kerberos case in the same place | Jeremy Allison | 1 | -3/+8 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 3 | -5/+5 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 3 | -3/+3 |
2003-07-24 | Fix from matt.zinkevicius@hp.com to stop files being created on read-only | Jeremy Allison | 1 | -0/+1 |
2003-07-24 | Fix packet signing with asynchronous oplock breaks. Removed bad error message | Jeremy Allison | 1 | -2/+7 |
2003-07-24 | Rise debug level to 5 for not-found-nt-quota message (quota setting for user ... | Alexander Bokovoy | 1 | -1/+1 |
2003-07-24 | Ensure everywhere we defer an incoming SMB request (blocking lock queue, | Jeremy Allison | 4 | -250/+256 |
2003-07-24 | SMB signing is now working with change notify. Need to fix the disconnect | Jeremy Allison | 2 | -1/+3 |
2003-07-24 | Server side NTLM signing works - until the first async packet. Working on this | Jeremy Allison | 1 | -2/+8 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 2 | -2/+2 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -3/+3 |
2003-07-21 | Clarify a debug log a little. The path might not exist, so say so. | Richard Sharpe | 1 | -1/+1 |
2003-07-18 | make sure we don't allow the creation of directories containing | Andrew Tridgell | 1 | -1/+5 |
2003-07-18 | this fixes a bug where Samba would under some circumstances return | Andrew Tridgell | 1 | -1/+7 |
2003-07-18 | Signing so far... the client code fails on a SMBtrans2 secondary transaction | Jeremy Allison | 4 | -21/+44 |
2003-07-17 | Formatting tidyups to match the rest of the source. | Jeremy Allison | 1 | -23/+33 |
2003-07-17 | Correctly toggle the signing state to what it was previosly when sending | Jeremy Allison | 1 | -3/+8 |
2003-07-17 | Don't allow read/write raw when signing is active. | Jeremy Allison | 1 | -0/+8 |
2003-07-17 | Putting the framework for server signing in place. Ensure we don't use | Jeremy Allison | 1 | -0/+12 |
2003-07-16 | Add API framework for server SMB signing. | Jeremy Allison | 1 | -1/+5 |
2003-07-16 | Reformatting fixes to bring in line with the rest of the source. | Jeremy Allison | 1 | -338/+325 |
2003-07-15 | Added the "required" keyword to the "client signing" parameter to force it | Jeremy Allison | 1 | -12/+16 |
2003-07-11 | fix sid_to_[uid|gid] (spotted by Volker). | Gerald Carter | 1 | -87/+37 |
2003-07-11 | use names from enumerated type to get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2003-07-09 | Fix a small spelling mistake and push out the new version of aclocal.m4 to | Richard Sharpe | 1 | -1/+1 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -6/+17 |
2003-07-09 | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful | Jeremy Allison | 1 | -0/+4 |
2003-07-09 | Ensure we correctly test for errors in uid/gid_to sid. | Jeremy Allison | 1 | -15/+14 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 1 | -2/+0 |
2003-07-07 | Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inode | Jeremy Allison | 1 | -0/+10 |
2003-07-07 | Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcache | Jeremy Allison | 1 | -7/+9 |
2003-07-07 | Fixed a couple of const issues with the new code. | Jeremy Allison | 1 | -1/+1 |
2003-07-07 | and so it begins.... | Gerald Carter | 2 | -13/+409 |
2003-07-06 | This changes our Unix primary GID behaviour back to what most people expect: | Andrew Bartlett | 1 | -1/+1 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 1 | -7/+13 |