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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-28
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
6
-1140
/
+148
2000-04-28
Split off of POSIX locking into separate unit as Andrew requested.
Jeremy Allison
1
-0
/
+1208
2000-04-28
Added info level 1005 to netsharegetinfo (is the share a DFS root)
Shirish Kalele
5
-2
/
+52
2000-04-28
Added tdb_get/set_int_byblob, which takes a size_t len and then implemented
Jeremy Allison
2
-7
/
+21
2000-04-28
Forgot to close when "posix locking" is set to False.
Jeremy Allison
1
-2
/
+5
2000-04-28
Added optimization where we are single opener (don't free POSIX locks).
Jeremy Allison
1
-1
/
+21
2000-04-28
Made changes suggested by Andrew review.
Jeremy Allison
3
-53
/
+54
2000-04-27
Ok - this is more subtle than it looks :-).
Jeremy Allison
5
-13
/
+17
2000-04-27
Fixed subtle unlocking bug when a file is closed. We need to store the
Jeremy Allison
6
-18
/
+39
2000-04-27
Did the rewrite Andrew wanted where all knowledge of POSIX locking is
Jeremy Allison
4
-122
/
+181
2000-04-27
Fixed crash bugs Andrew pointed out with LOCK4 smbtorture
Jeremy Allison
3
-15
/
+16
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-27
quick hack to get smbtorture working again
Andrew Tridgell
1
-0
/
+2
2000-04-25
Added the hard code :-).
Jeremy Allison
4
-78
/
+469
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
32
-85
/
+97
2000-04-25
split clientgen.c into several parts
Andrew Tridgell
11
-3062
/
+3300
2000-04-25
added TDB_MODIFY flag - patch from from luke
Andrew Tridgell
3
-5
/
+30
2000-04-25
fixed a memory leak in nmblookup
Andrew Tridgell
1
-0
/
+2
2000-04-25
fixed a memory leak of devmode in spoolss
Andrew Tridgell
1
-0
/
+3
2000-04-25
don't qsort a list less than 2 entries
Andrew Tridgell
1
-1
/
+3
2000-04-24
Added the code that keeps fd's open across a close if there are other fsp's
Jeremy Allison
3
-37
/
+144
2000-04-24
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
12
-36
/
+47
2000-04-24
dump in a binary format
Andrew Tridgell
1
-3
/
+45
2000-04-24
use an size_t not a ssize_t when checking for out of bounds errors
Andrew Tridgell
1
-1
/
+1
2000-04-24
moved INSURE hook into util.c
Andrew Tridgell
1
-23
/
+0
2000-04-24
fixed another memory leak
Andrew Tridgell
1
-0
/
+1
2000-04-24
fixed a parameter bug found by insure
Andrew Tridgell
1
-1
/
+1
2000-04-24
moved the INSURE hook into util.c
Andrew Tridgell
1
-0
/
+26
2000-04-23
more pstring/fstring errors found by insure
Andrew Tridgell
1
-15
/
+16
2000-04-23
fixed a locking database bug - it was actually harmless except that
Andrew Tridgell
1
-2
/
+10
2000-04-23
don't close high fd's in smbrun when using insure (prevents closing
Andrew Tridgell
1
-1
/
+3
2000-04-23
another fstring/pstring fix
Andrew Tridgell
1
-1
/
+1
2000-04-23
fixed another spoolss memory leak
Andrew Tridgell
2
-2
/
+2
2000-04-23
fixed a memory leak I caused last week with my lines[] changes
Andrew Tridgell
1
-6
/
+1
2000-04-23
split out standard_sub_basic() again to fix a bug where %p was being
Andrew Tridgell
1
-14
/
+29
2000-04-23
we can't pass a fstring to a routine expecting a pstring
Andrew Tridgell
1
-1
/
+1
2000-04-23
check for a valid snum when running a printing command
Andrew Tridgell
1
-0
/
+5
2000-04-23
Makefile.in change for split of printfsp.c
Andrew Tridgell
1
-1
/
+2
2000-04-23
split fsp specific routines out of printing.c to fix linking problem
Andrew Tridgell
2
-65
/
+91
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-23
fixed a prs memory leak (weren't freeing input buffer)
Andrew Tridgell
1
-0
/
+1
2000-04-23
if using insure then don't close fd 2
Andrew Tridgell
1
-1
/
+4
2000-04-22
return NULL for a zero size memdup
Andrew Tridgell
1
-0
/
+1
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
[prev]
[next]