summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
...
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-1/+1
* proto rebuildAndrew Tridgell2000-05-101-0/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+72
* more mergingAndrew Tridgell2000-05-105-506/+560
* Fix for misunderstanding of fsync added when vfs layerHerb Lewis2000-05-101-1/+1
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-095-293/+1984
* brought across some rpc header files from tngAndrew Tridgell2000-05-092-0/+112
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-083-6/+22
* Fix for uninitialized memory read in brlock code. brl_locktest now needsJeremy Allison2000-05-051-1/+1
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-3/+8
* - use full_name instead of real_nameAndrew Tridgell2000-05-042-5/+1
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-1/+1
* added support for deleting printers into the spoolss systemAndrew Tridgell2000-05-022-1/+18
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-3/+8
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-022-1/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-0/+2
* allow a DEFAULT_PRINTING to be specified in CFLAGSAndrew Tridgell2000-05-011-0/+4
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-301-4/+2
* we don't need fnmatch.c any moreAndrew Tridgell2000-04-301-3/+0
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-302-16/+19
* YIPEE!!!!!Andrew Tridgell2000-04-301-0/+1
* Ok - this is the *third* implementation of this (third time's the charm :-).Jeremy Allison2000-04-282-17/+10
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-282-1/+8
* Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison2000-04-281-0/+2
* Made changes suggested by Andrew review.Jeremy Allison2000-04-281-1/+1
* Ok - this is more subtle than it looks :-).Jeremy Allison2000-04-271-1/+1
* Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2000-04-271-0/+1
* Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison2000-04-272-3/+1
* Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison2000-04-271-1/+1
* Added the hard code :-).Jeremy Allison2000-04-252-1/+16
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-252-54/+97
* Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison2000-04-241-0/+2
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-243-7/+11
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-222-6/+8
* split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-0/+4
* patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2000-04-191-9/+9
* - got rid of the "passive" optionAndrew Tridgell2000-04-191-3/+13
* got rid of some more old configure tests and includesAndrew Tridgell2000-04-174-65/+7
* removed some obsolete configure tests (sysv ipc etc)Andrew Tridgell2000-04-171-3/+0
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-0/+1
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-2/+5
* added fdprintf()Andrew Tridgell2000-04-161-0/+10
* the fsp needs a jobid in it nowAndrew Tridgell2000-04-162-14/+34
* don't need this monster any moreAndrew Tridgell2000-04-151-65536/+0
* a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell2000-04-152-0/+10730
* Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-1/+2
* Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2000-04-122-4/+6
* Ensure that CHECK_FNUM rejects fd == -1 correctly.Jeremy Allison2000-04-121-1/+4
* Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-121-4/+1
* Andrew made it faster :-).Jeremy Allison2000-04-111-2/+2