summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2000-04-30we don't need fnmatch.c any moreAndrew Tridgell1-3/+0
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell2-16/+19
2000-04-30YIPEE!!!!!Andrew Tridgell1-0/+1
2000-04-28Ok - this is the *third* implementation of this (third time's the charm :-).Jeremy Allison2-17/+10
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2-1/+8
2000-04-28Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison1-0/+2
2000-04-28Made changes suggested by Andrew review.Jeremy Allison1-1/+1
2000-04-27Ok - this is more subtle than it looks :-).Jeremy Allison1-1/+1
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison1-0/+1
2000-04-27Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison2-3/+1
2000-04-27Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison1-1/+1
2000-04-25Added the hard code :-).Jeremy Allison2-1/+16
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2-54/+97
2000-04-24Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison1-0/+2
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison3-7/+11
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison2-6/+8
2000-04-19split fsusage() into a separate module (to fix linking problems withAndrew Tridgell1-0/+4
2000-04-19patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell1-9/+9
2000-04-19- got rid of the "passive" optionAndrew Tridgell1-3/+13
2000-04-17got rid of some more old configure tests and includesAndrew Tridgell4-65/+7
2000-04-17removed some obsolete configure tests (sysv ipc etc)Andrew Tridgell1-3/+0
2000-04-16converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell1-0/+1
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell1-2/+5
2000-04-16added fdprintf()Andrew Tridgell1-0/+10
2000-04-16the fsp needs a jobid in it nowAndrew Tridgell2-14/+34
2000-04-15don't need this monster any moreAndrew Tridgell1-65536/+0
2000-04-15a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell2-0/+10730
2000-04-15Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison1-1/+2
2000-04-12Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2-4/+6
2000-04-12Ensure that CHECK_FNUM rejects fd == -1 correctly.Jeremy Allison1-1/+4
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-4/+1
2000-04-11Andrew made it faster :-).Jeremy Allison1-2/+2
2000-04-11Bloody typo ! It should be & 3 , & 1 *not* &~3, &~1.Jeremy Allison1-2/+2
2000-04-11The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison1-1/+1
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison3-9/+9
2000-04-11prototypesAndrew Tridgell1-0/+1
2000-04-11new prototypesAndrew Tridgell1-4/+8
2000-04-10new prototypesAndrew Tridgell1-11/+10
2000-04-10got rid of the file_fd_struct structure completely.Andrew Tridgell1-22/+4
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-2/+2
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-0/+3
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2-2/+2
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-1/+1
2000-03-29Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison1-0/+1
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2-10/+12
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-1/+1
2000-03-27the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2-343/+344
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton1-344/+343
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison1-16/+18
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison3-0/+14