summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure we pass the Samba4 unlink test !Jeremy Allison2003-08-131-1/+9
* Fix another error code return against Samba4 test suite... Don't allowJeremy Allison2003-08-121-0/+4
* Test invalid map system, map hidden, create mask, force create maskJeremy Allison2003-08-121-1/+1
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-1/+1
* Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison2003-08-073-53/+186
* An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-072-4/+6
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-074-3/+16
* Spelling.Tim Potter2003-08-061-1/+1
* Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...Jeremy Allison2003-08-031-0/+6
* Output message saying "signed connect" instead of just connect when signingJeremy Allison2003-08-031-0/+1
* Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2003-08-022-0/+2
* More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2003-08-022-3/+5
* Add the same signing code to the server. Ensure we use identical sessionJeremy Allison2003-08-023-0/+18
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* only honor the first OID in the sessetup snego negotiate. DeviatesGerald Carter2003-07-311-4/+15
* Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison2003-07-312-61/+66
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+1
* Fix bug #226. Stop unmangle of name into a wildcard name from deleting moreJeremy Allison2003-07-291-9/+20
* Finish tridge's patch as referenced here :Jeremy Allison2003-07-291-0/+17
* Allow the stat cache to better handle invalid multibyte strings, by usingAndrew Bartlett2003-07-271-8/+25
* Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2003-07-271-11/+4
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-3/+4
* Start the packet signing engine in the kerberos case in the same placeJeremy Allison2003-07-251-3/+8
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-253-5/+5
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-243-3/+3
* Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison2003-07-241-0/+1
* Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-2/+7
* Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...Alexander Bokovoy2003-07-241-1/+1
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-244-250/+256
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-242-1/+3
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-2/+8
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-232-2/+2
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+3
* Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe2003-07-211-1/+1
* make sure we don't allow the creation of directories containingAndrew Tridgell2003-07-181-1/+5
* this fixes a bug where Samba would under some circumstances returnAndrew Tridgell2003-07-181-1/+7
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-184-21/+44
* Formatting tidyups to match the rest of the source.Jeremy Allison2003-07-171-23/+33
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-171-3/+8
* Don't allow read/write raw when signing is active.Jeremy Allison2003-07-171-0/+8
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-171-0/+12
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-1/+5
* Reformatting fixes to bring in line with the rest of the source.Jeremy Allison2003-07-161-338/+325
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-12/+16
* fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter2003-07-111-87/+37
* use names from enumerated type to get rid of compiler warningsHerb Lewis2003-07-111-3/+3
* Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe2003-07-091-1/+1
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-6/+17
* Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison2003-07-091-0/+4
* Ensure we correctly test for errors in uid/gid_to sid.Jeremy Allison2003-07-091-15/+14