summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-0210-27/+34
* and yet another memory leak - this one in the clientAndrew Tridgell2000-05-021-0/+5
* fixed a memory leak (calling hash_table_init twice)Andrew Tridgell2000-05-021-1/+7
* fixed a memory leakAndrew Tridgell2000-05-021-0/+2
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-026-108/+141
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-0238-64/+98
* locking/posix.c: Fixed double-free nasty crash bug found by insure.Jeremy Allison2000-05-013-4/+10
* handle tabs in printcap filesAndrew Tridgell2000-05-011-2/+2
* allow a DEFAULT_PRINTING to be specified in CFLAGSAndrew Tridgell2000-05-011-0/+4
* fixed typoAndrew Tridgell2000-05-011-1/+1
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-016-48/+79
* - added some error checkingAndrew Tridgell2000-04-303-73/+67
* fixed dptr_wcard handling (need to use strdup)Andrew Tridgell2000-04-301-1/+1
* fixed parsing of broken NT short nameAndrew Tridgell2000-04-301-1/+1
* handle the special rule of *.* for old style listings when old_list isAndrew Tridgell2000-04-301-0/+3
* removed more cruft from our old wildcard matching codeAndrew Tridgell2000-04-301-37/+0
* go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell2000-04-301-10/+4
* fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell2000-04-302-32/+19
* fix handing of ascii_to_unistrAndrew Tridgell2000-04-301-19/+19
* - get the findclose code rightAndrew Tridgell2000-04-301-9/+17
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-303-11/+158
* some cleanupsAndrew Tridgell2000-04-301-10/+13
* we don't need fnmatch.c any moreAndrew Tridgell2000-04-306-348/+100
* changed masktest to test the internal algorithm against one server,Andrew Tridgell2000-04-301-78/+30
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-3015-975/+391
* YIPEE!!!!!Andrew Tridgell2000-04-306-79/+166
* put tdb utility functions in a separate fileAndrew Tridgell2000-04-293-45/+71
* Removed tdb locking calls (picky Andrew...:-)Jeremy Allison2000-04-291-25/+12
* Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison2000-04-282-16/+15
* Ok - this is the *third* implementation of this (third time's the charm :-).Jeremy Allison2000-04-286-1140/+148
* Split off of POSIX locking into separate unit as Andrew requested.Jeremy Allison2000-04-281-0/+1208
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-285-2/+52
* Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison2000-04-282-7/+21
* Forgot to close when "posix locking" is set to False.Jeremy Allison2000-04-281-2/+5
* Added optimization where we are single opener (don't free POSIX locks).Jeremy Allison2000-04-281-1/+21
* Made changes suggested by Andrew review.Jeremy Allison2000-04-283-53/+54
* Ok - this is more subtle than it looks :-).Jeremy Allison2000-04-275-13/+17
* Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2000-04-276-18/+39
* Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison2000-04-274-122/+181
* Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison2000-04-273-15/+16
* Fixed range check on writeX.Jeremy Allison2000-04-271-1/+4
* Tidyup of smbecho.Jeremy Allison2000-04-271-2/+4
* file winbindd_ntdom.h was initially added on branch SAMBA_TNG.Tim Potter2000-04-270-0/+0
* file ntdom_config.h was initially added on branch SAMBA_TNG.Tim Potter2000-04-270-0/+0
* quick hack to get smbtorture working againAndrew Tridgell2000-04-271-0/+2
* Added the hard code :-).Jeremy Allison2000-04-254-78/+469
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-2532-85/+97
* split clientgen.c into several partsAndrew Tridgell2000-04-2511-3062/+3300
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-253-5/+30
* fixed a memory leak in nmblookupAndrew Tridgell2000-04-251-0/+2