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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-30
added cli_list_old() to allow for old style directory listing from
Andrew Tridgell
3
-11
/
+158
2000-04-30
some cleanups
Andrew Tridgell
1
-10
/
+13
2000-04-30
we don't need fnmatch.c any more
Andrew Tridgell
6
-348
/
+100
2000-04-30
changed masktest to test the internal algorithm against one server,
Andrew Tridgell
1
-78
/
+30
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
15
-975
/
+391
2000-04-30
YIPEE!!!!!
Andrew Tridgell
6
-79
/
+166
2000-04-29
put tdb utility functions in a separate file
Andrew Tridgell
3
-45
/
+71
2000-04-29
Removed tdb locking calls (picky Andrew...:-)
Jeremy Allison
1
-25
/
+12
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
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
file winbindd_ntdom.h was initially added on branch SAMBA_TNG.
Tim Potter
0
-0
/
+0
2000-04-27
file ntdom_config.h was initially added on branch SAMBA_TNG.
Tim Potter
0
-0
/
+0
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
[next]