index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2001-09-16
Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where
Andrew Bartlett
3
-17
/
+62
2001-09-16
Start pushing the NTSTATUS stuff out to the wire for session setups.
Andrew Bartlett
1
-51
/
+27
2001-09-15
use variables _before_ freeing them!
Simo Sorce
1
-3
/
+2
2001-09-15
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
3
-93
/
+21
2001-09-15
Oops... For reference, NTLMv2 passwords are > 24 chars in length, while
Andrew Bartlett
1
-1
/
+1
2001-09-15
This looked suspicious now we are attempting to to NTLMv2.
Andrew Bartlett
1
-2
/
+2
2001-09-15
Actually fill in the status for sainity checks
Andrew Bartlett
1
-1
/
+1
2001-09-14
Now that we always get back an NTSTATUS code actually pass it on to the
Andrew Bartlett
2
-17
/
+5
2001-09-12
Some patches to authentication:
Tim Potter
5
-19
/
+29
2001-09-12
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
2
-5
/
+1
2001-09-10
Fix for second logic bug when handing oplock breaks and client messages
Jeremy Allison
1
-1
/
+11
2001-09-10
made a couple of local fns static
Andrew Tridgell
2
-6
/
+12
2001-09-10
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
1
-5
/
+0
2001-09-08
convert more code to using d_printf
Andrew Tridgell
2
-2
/
+2
2001-09-07
Don't fail if no owner/group owner set. Use existing owners.
Jeremy Allison
1
-3
/
+7
2001-09-07
#ifdef out function when not used.
Jeremy Allison
1
-0
/
+2
2001-09-06
Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.
Jeremy Allison
1
-0
/
+32
2001-09-06
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2
-2
/
+2
2001-09-05
Removed unneeded set of delete on close in fsp->share_mode.
Jeremy Allison
1
-7
/
+0
2001-09-05
Fix I think for the fcntl spinning problem. Re-prioritize so
Jeremy Allison
2
-1
/
+21
2001-09-05
when you update the share mode in the db you must also update
Andrew Tridgell
1
-0
/
+7
2001-09-05
fixed formatting to make the code vaguely readable. It's still a dogs
Andrew Tridgell
1
-142
/
+143
2001-09-05
merge profile data changes from 2.2
Herb Lewis
1
-6
/
+36
2001-09-05
added filename to error_packet()
Andrew Tridgell
1
-7
/
+8
2001-09-04
Fixes to ensure invalid vuids cannot stop oplock breaks.
Jeremy Allison
1
-5
/
+7
2001-09-04
Merge of transfer file code from 2.2, fix for readbraw.
Jeremy Allison
4
-350
/
+286
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
12
-158
/
+143
2001-09-03
tidied up some unused vars in JFs new fns
Andrew Tridgell
1
-12
/
+0
2001-09-01
more NTSTATUS changes
Andrew Tridgell
1
-17
/
+4
2001-08-30
Fix crash bug with indirecting through null pointer on recursive delete.
Jeremy Allison
1
-134
/
+119
2001-08-30
if no ACL elements then use chmod - fixes ability to set read-only bit
Herb Lewis
1
-2
/
+2
2001-08-30
this was a stupid typo,
Simo Sorce
1
-1
/
+1
2001-08-28
Ouch ! I didn't think I would have to do that: add 2 new rap calls !
Jean-François Micouleau
1
-0
/
+127
2001-08-28
Added dummy handlers for SAM_SYNC and SAM_REPL messages.
Tim Potter
1
-0
/
+30
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
8
-40
/
+40
2001-08-27
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
5
-35
/
+38
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
13
-1323
/
+995
2001-08-24
get rid of compiler warnings
Herb Lewis
5
-11
/
+11
2001-08-24
fixed level2 find first for unisys clients
Andrew Tridgell
1
-0
/
+1
2001-08-24
Fixed incorrect debug.
Tim Potter
1
-4
/
+1
2001-08-24
flush on a invalid fsp should give an error
Andrew Tridgell
1
-16
/
+16
2001-08-23
Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !
Jeremy Allison
1
-15
/
+6
2001-08-23
Fix to only send the status32 error for status32 clients, not to other
Andrew Bartlett
1
-3
/
+1
2001-08-23
Fix up some unused variables and functions, fix up formatting
Andrew Bartlett
2
-3
/
+0
2001-08-22
A few changes:
Andrew Bartlett
3
-38
/
+17
2001-08-22
The DELL powervault 705 is sending a tcon&x with the service name being
Jean-François Micouleau
1
-5
/
+15
2001-08-22
force checking of log size after 200 smbd in a row or after 30 sec with no
Herb Lewis
1
-2
/
+3
2001-08-22
Missed '\' at eol...
Jeremy Allison
1
-1
/
+1
2001-08-22
Tidyup fixes for fcntl spin problem.
Jeremy Allison
1
-3
/
+13
2001-08-22
Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Jeremy Allison
3
-11
/
+50
[next]