summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-04-19split fsusage() into a separate module (to fix linking problems withAndrew Tridgell4-129/+157
2000-04-19patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell3-3156/+3190
2000-04-19- got rid of the "passive" optionAndrew Tridgell6-101/+80
2000-04-18Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison1-3/+3
2000-04-18locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison4-24/+59
2000-04-18updates from the TNG branchAndrew Tridgell1-10/+6
2000-04-18don't parse blank linesAndrew Tridgell1-0/+2
2000-04-18fixed some crash bugs in the nt forms parsingAndrew Tridgell2-6/+8
2000-04-18ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton1-5/+5
2000-04-17Corrected minor parsing errors.Shirish Kalele2-4/+5
2000-04-17When parsing a dfs map for a service, see if the mount points exist that standShirish Kalele1-3/+27
2000-04-17got rid of some more old configure tests and includesAndrew Tridgell8-166/+85
2000-04-17removed some obsolete configure tests (sysv ipc etc)Andrew Tridgell7-442/+161
2000-04-17moved standard_sub() and friends into a separate moduleAndrew Tridgell3-270/+297
2000-04-16converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell4-15/+41
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell8-320/+282
2000-04-16got rid of FILE* in the unix name mapping codeAndrew Tridgell1-8/+8
2000-04-16got rid of all the FILE* calls in the NT print system.Andrew Tridgell1-118/+112
2000-04-16added fdprintf()Andrew Tridgell3-2/+44
2000-04-16removed old commentsAndrew Tridgell1-2/+0
2000-04-16improved the error handling and added queue pause and resumeAndrew Tridgell1-25/+43
2000-04-16use some symbolic names for print queue statusAndrew Tridgell1-11/+17
2000-04-16added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell1-5/+41
2000-04-16- put the job status in english not french!Andrew Tridgell1-7/+49
2000-04-16added tdb_get_int() and tdb_store_int()Andrew Tridgell1-0/+34
2000-04-16the changes to the main smb codeAndrew Tridgell6-358/+318
2000-04-16JF and Jeremy - please have a look at what I did to the spoolssAndrew Tridgell1-183/+59
2000-04-16the bulk of the changes. Also split the loadparm related code into printing/l...Andrew Tridgell2-309/+797
2000-04-16the new file_lines_load() and file_lines_free() routines. Very useful!Andrew Tridgell1-0/+64
2000-04-16the fsp needs a jobid in it nowAndrew Tridgell2-14/+34
2000-04-16The following series of commits are for the new tdb based printingAndrew Tridgell3-11/+13
2000-04-15added standard_sub_snum() function for modules that don't haveAndrew Tridgell1-1/+8
2000-04-15use macros for table boundariesAndrew Tridgell1-6/+9
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 Tridgell3-9/+10769
2000-04-15use open() not fopen() on codepage files.Andrew Tridgell1-7/+7
2000-04-15Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison3-7/+40
2000-04-14Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, butJeremy Allison1-1/+5
2000-04-14use interpret_addr2() instead of inet_aton()Andrew Tridgell1-1/+1
2000-04-13rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing.Jeremy Allison1-10/+9
2000-04-13Typo - missing '}'.Jeremy Allison1-0/+1
2000-04-12Removed "ole locking compat" parameter (no longer used).Jeremy Allison3-56/+114
2000-04-12Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison2-14/+158
2000-04-12Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison5-13/+170
2000-04-12logic for domainsidsize is if size is zero, there's no sid, so don'tLuke Leighton1-1/+0
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 Allison4-363/+203
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 changes made here broke NT security descriptor returning to NT clients.Jeremy Allison1-0/+2