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
2000-04-30
removed more cruft from our old wildcard matching code
Andrew Tridgell
1
-37
/
+0
2000-04-30
go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFO
Andrew Tridgell
1
-10
/
+4
2000-04-30
fixed our smbsearch code. We now store the mask with the dptr, this
Andrew Tridgell
2
-32
/
+19
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
6
-306
/
+282
2000-04-28
Moved deletion of vfs handle into smbd/conn.c as it was being done too
Jeremy Allison
2
-16
/
+15
2000-04-28
Made changes suggested by Andrew review.
Jeremy Allison
1
-15
/
+1
2000-04-27
Ok - this is more subtle than it looks :-).
Jeremy Allison
2
-5
/
+1
2000-04-27
Fixed subtle unlocking bug when a file is closed. We need to store the
Jeremy Allison
2
-1
/
+5
2000-04-27
Did the rewrite Andrew wanted where all knowledge of POSIX locking is
Jeremy Allison
1
-114
/
+1
2000-04-27
Fixed crash bugs Andrew pointed out with LOCK4 smbtorture
Jeremy Allison
1
-4
/
+8
2000-04-27
Fixed range check on writeX.
Jeremy Allison
1
-1
/
+4
2000-04-27
Tidyup of smbecho.
Jeremy Allison
1
-2
/
+4
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
7
-8
/
+0
2000-04-24
Added the code that keeps fd's open across a close if there are other fsp's
Jeremy Allison
1
-1
/
+119
2000-04-24
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
7
-27
/
+36
2000-04-24
moved INSURE hook into util.c
Andrew Tridgell
1
-23
/
+0
2000-04-23
fixed two uninitialised memory references
Andrew Tridgell
1
-2
/
+2
2000-04-23
trick to get full stack trace when using the free version of insure
Andrew Tridgell
1
-0
/
+24
2000-04-23
insure caught an uninitialised memory reference - ensure it starts as
Andrew Tridgell
1
-0
/
+2
2000-04-23
avoided a memory leak in the ubi code by deleting a mangled cache
Andrew Tridgell
1
-1
/
+11
2000-04-22
don't copy a null groups list
Andrew Tridgell
1
-2
/
+6
2000-04-22
fixed overlapping strcpy() found by insure
Andrew Tridgell
1
-9
/
+6
2000-04-22
fixed uninitialised snum
Andrew Tridgell
1
-0
/
+1
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
9
-527
/
+547
2000-04-19
split fsusage() into a separate module (to fix linking problems with
Andrew Tridgell
1
-127
/
+2
2000-04-19
patch from luke to split out lanman code from ipc.c into lanman.c
Andrew Tridgell
2
-3147
/
+3181
2000-04-19
- got rid of the "passive" option
Andrew Tridgell
3
-21
/
+13
2000-04-18
locking/locking.c: Fixed placeholder code for POSIX locking.
Jeremy Allison
1
-0
/
+1
2000-04-18
ReadDirName calls vfs->readdirname calls dos_readdirname.
Luke Leighton
1
-5
/
+5
2000-04-16
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
2
-15
/
+17
2000-04-16
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2
-102
/
+68
2000-04-16
removed old comments
Andrew Tridgell
1
-2
/
+0
2000-04-16
use some symbolic names for print queue status
Andrew Tridgell
1
-11
/
+17
2000-04-16
added helper fns to change from internal status codes to nt spoolss codes
Andrew Tridgell
1
-5
/
+41
2000-04-16
the changes to the main smb code
Andrew Tridgell
6
-358
/
+318
2000-04-15
Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.
Jeremy Allison
1
-0
/
+6
2000-04-12
Implmented mapping of lock offset/count from 64 bit MS ranges
Jeremy Allison
1
-1
/
+1
2000-04-12
Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,
Jeremy Allison
1
-0
/
+3
2000-04-12
Roll back to using static MACHINE.SID after consultation with Andrew. This
Jeremy Allison
1
-14
/
+1
2000-04-11
The latest open() code changes broke the NT directory opens. Detect if a
Jeremy Allison
2
-9
/
+27
2000-04-11
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
2
-111
/
+59
2000-04-11
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
12
-86
/
+81
2000-04-10
Fix for soft quotas not being set from
Jeremy Allison
1
-0
/
+24
2000-04-10
initialise fsp->fd to -1
Andrew Tridgell
1
-0
/
+1
2000-04-10
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
11
-1023
/
+231
2000-04-10
utmp compile fix from peter@cadcamlab.org
Andrew Tridgell
1
-2
/
+2
2000-04-04
Change to vfs API. POSIX states fsync should return an int, not a void.
Jeremy Allison
2
-4
/
+6
2000-04-04
Removed strange optimisation (paranoia fix maybe ?) that stopped smbd
Jeremy Allison
1
-6
/
+0
2000-03-29
Fixed bug found by JF where if the amount of data to return in the prs_struct
Jeremy Allison
1
-1
/
+1
2000-03-29
More Japanese filename fixes wrt VFS code from
Tim Potter
2
-12
/
+16
[next]