Age | Commit message (Expand) | Author | Files | Lines |
2000-05-03 | Added read overlay write lock on same fnum test to locktest2. | Jeremy Allison | 1 | -1/+117 |
2000-05-03 | Insure uninitialized memory read fixes. | Jeremy Allison | 3 | -3/+5 |
2000-05-03 | merge 2.0 changes | Herb Lewis | 1 | -5/+6 |
2000-05-02 | Fixed wild pointer diff found by insure. | Jeremy Allison | 1 | -1/+1 |
2000-05-02 | Implemented the last (I hope:-) part of the locking puzzle, the reference | Jeremy Allison | 1 | -23/+90 |
2000-05-02 | added support for deleting printers into the spoolss system | Andrew Tridgell | 6 | -1/+139 |
2000-05-02 | split the username in the vuser structure into a separate | Andrew Tridgell | 10 | -27/+34 |
2000-05-02 | and yet another memory leak - this one in the client | Andrew Tridgell | 1 | -0/+5 |
2000-05-02 | fixed a memory leak (calling hash_table_init twice) | Andrew Tridgell | 1 | -1/+7 |
2000-05-02 | fixed a memory leak | Andrew Tridgell | 1 | -0/+2 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 6 | -108/+141 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 38 | -64/+98 |
2000-05-01 | locking/posix.c: Fixed double-free nasty crash bug found by insure. | Jeremy Allison | 3 | -4/+10 |
2000-05-01 | handle tabs in printcap files | Andrew Tridgell | 1 | -2/+2 |
2000-05-01 | allow a DEFAULT_PRINTING to be specified in CFLAGS | Andrew Tridgell | 1 | -0/+4 |
2000-05-01 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2000-05-01 | added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags. | Andrew Tridgell | 6 | -48/+79 |
2000-04-30 | - added some error checking | Andrew Tridgell | 3 | -73/+67 |
2000-04-30 | fixed dptr_wcard handling (need to use strdup) | Andrew Tridgell | 1 | -1/+1 |
2000-04-30 | fixed parsing of broken NT short name | Andrew Tridgell | 1 | -1/+1 |
2000-04-30 | handle the special rule of *.* for old style listings when old_list is | Andrew Tridgell | 1 | -0/+3 |
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 | fix handing of ascii_to_unistr | Andrew Tridgell | 1 | -19/+19 |
2000-04-30 | - get the findclose code right | Andrew Tridgell | 1 | -9/+17 |
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 |