index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure we pass the Samba4 unlink test !
Jeremy Allison
2003-08-13
1
-1
/
+9
*
Fix another error code return against Samba4 test suite... Don't allow
Jeremy Allison
2003-08-12
1
-0
/
+4
*
Test invalid map system, map hidden, create mask, force create mask
Jeremy Allison
2003-08-12
1
-1
/
+1
*
fix for BUG #267 (problem with supplementary groups).
Gerald Carter
2003-08-09
1
-1
/
+1
*
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
Jeremy Allison
2003-08-07
3
-53
/
+186
*
An oplock break reply from the client causes the sequence number to be
Jeremy Allison
2003-08-07
2
-4
/
+6
*
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
2003-08-07
4
-3
/
+16
*
Spelling.
Tim Potter
2003-08-06
1
-1
/
+1
*
Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...
Jeremy Allison
2003-08-03
1
-0
/
+6
*
Output message saying "signed connect" instead of just connect when signing
Jeremy Allison
2003-08-03
1
-0
/
+1
*
Ensure we don't leak any sign records on cancel of pending requests.
Jeremy Allison
2003-08-02
2
-0
/
+2
*
More fixes for client and server side signing. Ensure sequence numbers
Jeremy Allison
2003-08-02
2
-3
/
+5
*
Add the same signing code to the server. Ensure we use identical session
Jeremy Allison
2003-08-02
3
-0
/
+18
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
1
-1
/
+1
*
only honor the first OID in the sessetup snego negotiate. Deviates
Gerald Carter
2003-07-31
1
-4
/
+15
*
Wrap calls to change_oem_password() in become_root()/unbecome_root() pairs
Jeremy Allison
2003-07-31
2
-61
/
+66
*
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-1
/
+1
*
Fix bug #226. Stop unmangle of name into a wildcard name from deleting more
Jeremy Allison
2003-07-29
1
-9
/
+20
*
Finish tridge's patch as referenced here :
Jeremy Allison
2003-07-29
1
-0
/
+17
*
Allow the stat cache to better handle invalid multibyte strings, by using
Andrew Bartlett
2003-07-27
1
-8
/
+25
*
Try again to fix up 'session request' name exchange. This time we actualy
Andrew Bartlett
2003-07-27
1
-11
/
+4
*
Some small fixes to our charset conversion code:
Andrew Bartlett
2003-07-27
1
-3
/
+4
*
Start the packet signing engine in the kerberos case in the same place
Jeremy Allison
2003-07-25
1
-3
/
+8
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
3
-5
/
+5
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
3
-3
/
+3
*
Fix from matt.zinkevicius@hp.com to stop files being created on read-only
Jeremy Allison
2003-07-24
1
-0
/
+1
*
Fix packet signing with asynchronous oplock breaks. Removed bad error message
Jeremy Allison
2003-07-24
1
-2
/
+7
*
Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...
Alexander Bokovoy
2003-07-24
1
-1
/
+1
*
Ensure everywhere we defer an incoming SMB request (blocking lock queue,
Jeremy Allison
2003-07-24
4
-250
/
+256
*
SMB signing is now working with change notify. Need to fix the disconnect
Jeremy Allison
2003-07-24
2
-1
/
+3
*
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
2003-07-24
1
-2
/
+8
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
2
-2
/
+2
*
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
1
-3
/
+3
*
Clarify a debug log a little. The path might not exist, so say so.
Richard Sharpe
2003-07-21
1
-1
/
+1
*
make sure we don't allow the creation of directories containing
Andrew Tridgell
2003-07-18
1
-1
/
+5
*
this fixes a bug where Samba would under some circumstances return
Andrew Tridgell
2003-07-18
1
-1
/
+7
*
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
2003-07-18
4
-21
/
+44
*
Formatting tidyups to match the rest of the source.
Jeremy Allison
2003-07-17
1
-23
/
+33
*
Correctly toggle the signing state to what it was previosly when sending
Jeremy Allison
2003-07-17
1
-3
/
+8
*
Don't allow read/write raw when signing is active.
Jeremy Allison
2003-07-17
1
-0
/
+8
*
Putting the framework for server signing in place. Ensure we don't use
Jeremy Allison
2003-07-17
1
-0
/
+12
*
Add API framework for server SMB signing.
Jeremy Allison
2003-07-16
1
-1
/
+5
*
Reformatting fixes to bring in line with the rest of the source.
Jeremy Allison
2003-07-16
1
-338
/
+325
*
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
2003-07-15
1
-12
/
+16
*
fix sid_to_[uid|gid] (spotted by Volker).
Gerald Carter
2003-07-11
1
-87
/
+37
*
use names from enumerated type to get rid of compiler warnings
Herb Lewis
2003-07-11
1
-3
/
+3
*
Fix a small spelling mistake and push out the new version of aclocal.m4 to
Richard Sharpe
2003-07-09
1
-1
/
+1
*
Large set of changes to add UNIX account/group management
Gerald Carter
2003-07-09
1
-6
/
+17
*
Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful
Jeremy Allison
2003-07-09
1
-0
/
+4
*
Ensure we correctly test for errors in uid/gid_to sid.
Jeremy Allison
2003-07-09
1
-15
/
+14
[prev]
[next]