summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bloody typo ! It should be & 3 , & 1 *not* &~3, &~1.Jeremy Allison2000-04-111-2/+2
* The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-111-1/+1
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-113-9/+9
* prototypesAndrew Tridgell2000-04-111-0/+1
* new prototypesAndrew Tridgell2000-04-111-4/+8
* new prototypesAndrew Tridgell2000-04-101-11/+10
* got rid of the file_fd_struct structure completely.Andrew Tridgell2000-04-101-22/+4
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-061-2/+2
* changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-051-0/+3
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-042-2/+2
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-1/+1
* Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison2000-03-291-0/+1
* rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-292-10/+12
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-1/+1
* the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2000-03-272-343/+344
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-344/+343
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-16/+18