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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed silly bug where I wasn't checking for matching fd's in closing a file.
Jeremy Allison
2000-05-03
1
-7
/
+24
*
Added range info to the panic message to track down the bug with
Jeremy Allison
2000-05-03
1
-1
/
+5
*
improved the lock test program
Andrew Tridgell
2000-05-03
1
-15
/
+27
*
- clear dead locks at startup
Andrew Tridgell
2000-05-03
1
-2
/
+47
*
added a nasty lock testing program
Andrew Tridgell
2000-05-03
2
-1
/
+350
*
Fix for stacking locks in brlock and POSIX. Windows only allows a read lock
Jeremy Allison
2000-05-03
2
-92
/
+130
*
Added read overlay write lock on same fnum test to locktest2.
Jeremy Allison
2000-05-03
1
-1
/
+117
*
Insure uninitialized memory read fixes.
Jeremy Allison
2000-05-03
3
-3
/
+5
*
merge 2.0 changes
Herb Lewis
2000-05-03
1
-5
/
+6
*
Fixed wild pointer diff found by insure.
Jeremy Allison
2000-05-02
1
-1
/
+1
*
Implemented the last (I hope:-) part of the locking puzzle, the reference
Jeremy Allison
2000-05-02
1
-23
/
+90
*
added support for deleting printers into the spoolss system
Andrew Tridgell
2000-05-02
6
-1
/
+139
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
10
-27
/
+34
*
and yet another memory leak - this one in the client
Andrew Tridgell
2000-05-02
1
-0
/
+5
*
fixed a memory leak (calling hash_table_init twice)
Andrew Tridgell
2000-05-02
1
-1
/
+7
*
fixed a memory leak
Andrew Tridgell
2000-05-02
1
-0
/
+2
*
Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
Jeremy Allison
2000-05-02
6
-108
/
+141
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
38
-64
/
+98
*
locking/posix.c: Fixed double-free nasty crash bug found by insure.
Jeremy Allison
2000-05-01
3
-4
/
+10
*
handle tabs in printcap files
Andrew Tridgell
2000-05-01
1
-2
/
+2
*
allow a DEFAULT_PRINTING to be specified in CFLAGS
Andrew Tridgell
2000-05-01
1
-0
/
+4
*
fixed typo
Andrew Tridgell
2000-05-01
1
-1
/
+1
*
added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
Andrew Tridgell
2000-05-01
6
-48
/
+79
*
- added some error checking
Andrew Tridgell
2000-04-30
3
-73
/
+67
*
fixed dptr_wcard handling (need to use strdup)
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
fixed parsing of broken NT short name
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
handle the special rule of *.* for old style listings when old_list is
Andrew Tridgell
2000-04-30
1
-0
/
+3
*
removed more cruft from our old wildcard matching code
Andrew Tridgell
2000-04-30
1
-37
/
+0
*
go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFO
Andrew Tridgell
2000-04-30
1
-10
/
+4
*
fixed our smbsearch code. We now store the mask with the dptr, this
Andrew Tridgell
2000-04-30
2
-32
/
+19
*
fix handing of ascii_to_unistr
Andrew Tridgell
2000-04-30
1
-19
/
+19
*
- get the findclose code right
Andrew Tridgell
2000-04-30
1
-9
/
+17
*
added cli_list_old() to allow for old style directory listing from
Andrew Tridgell
2000-04-30
3
-11
/
+158
*
some cleanups
Andrew Tridgell
2000-04-30
1
-10
/
+13
*
we don't need fnmatch.c any more
Andrew Tridgell
2000-04-30
6
-348
/
+100
*
changed masktest to test the internal algorithm against one server,
Andrew Tridgell
2000-04-30
1
-78
/
+30
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
15
-975
/
+391
*
YIPEE!!!!!
Andrew Tridgell
2000-04-30
6
-79
/
+166
*
put tdb utility functions in a separate file
Andrew Tridgell
2000-04-29
3
-45
/
+71
*
Removed tdb locking calls (picky Andrew...:-)
Jeremy Allison
2000-04-29
1
-25
/
+12
*
Moved deletion of vfs handle into smbd/conn.c as it was being done too
Jeremy Allison
2000-04-28
2
-16
/
+15
*
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
2000-04-28
6
-1140
/
+148
*
Split off of POSIX locking into separate unit as Andrew requested.
Jeremy Allison
2000-04-28
1
-0
/
+1208
*
Added info level 1005 to netsharegetinfo (is the share a DFS root)
Shirish Kalele
2000-04-28
5
-2
/
+52
*
Added tdb_get/set_int_byblob, which takes a size_t len and then implemented
Jeremy Allison
2000-04-28
2
-7
/
+21
*
Forgot to close when "posix locking" is set to False.
Jeremy Allison
2000-04-28
1
-2
/
+5
*
Added optimization where we are single opener (don't free POSIX locks).
Jeremy Allison
2000-04-28
1
-1
/
+21
*
Made changes suggested by Andrew review.
Jeremy Allison
2000-04-28
3
-53
/
+54
*
Ok - this is more subtle than it looks :-).
Jeremy Allison
2000-04-27
5
-13
/
+17
*
Fixed subtle unlocking bug when a file is closed. We need to store the
Jeremy Allison
2000-04-27
6
-18
/
+39
[next]