summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removed old commentsAndrew Tridgell2000-04-161-2/+0
* improved the error handling and added queue pause and resumeAndrew Tridgell2000-04-161-25/+43
* use some symbolic names for print queue statusAndrew Tridgell2000-04-161-11/+17
* added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell2000-04-161-5/+41
* - put the job status in english not french!Andrew Tridgell2000-04-161-7/+49
* added tdb_get_int() and tdb_store_int()Andrew Tridgell2000-04-161-0/+34
* the changes to the main smb codeAndrew Tridgell2000-04-166-358/+318
* JF and Jeremy - please have a look at what I did to the spoolssAndrew Tridgell2000-04-161-183/+59
* the bulk of the changes. Also split the loadparm related code into printing/l...Andrew Tridgell2000-04-162-309/+797
* the new file_lines_load() and file_lines_free() routines. Very useful!Andrew Tridgell2000-04-161-0/+64
* the fsp needs a jobid in it nowAndrew Tridgell2000-04-162-14/+34
* The following series of commits are for the new tdb based printingAndrew Tridgell2000-04-163-11/+13
* added standard_sub_snum() function for modules that don't haveAndrew Tridgell2000-04-151-1/+8
* use macros for table boundariesAndrew Tridgell2000-04-151-6/+9
* 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-153-9/+10769
* use open() not fopen() on codepage files.Andrew Tridgell2000-04-151-7/+7
* Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-153-7/+40
* Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, butJeremy Allison2000-04-141-1/+5
* use interpret_addr2() instead of inet_aton()Andrew Tridgell2000-04-141-1/+1
* rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing.Jeremy Allison2000-04-131-10/+9
* Typo - missing '}'.Jeremy Allison2000-04-131-0/+1
* Removed "ole locking compat" parameter (no longer used).Jeremy Allison2000-04-123-56/+114
* Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison2000-04-122-14/+158
* Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2000-04-125-13/+170
* logic for domainsidsize is if size is zero, there's no sid, so don'tLuke Leighton2000-04-121-1/+0
* 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-124-363/+203
* 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 changes made here broke NT security descriptor returning to NT clients.Jeremy Allison2000-04-111-0/+2
* The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-113-10/+28
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-119-152/+75
* prototypesAndrew Tridgell2000-04-111-0/+1
* add a commentAndrew Tridgell2000-04-111-1/+1
* add an align4() functionAndrew Tridgell2000-04-111-1/+14
* some updates to the process logon code to reflect lukes latestAndrew Tridgell2000-04-111-20/+38
* new prototypesAndrew Tridgell2000-04-111-4/+8
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-1119-217/+195
* added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell2000-04-111-0/+10
* two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2000-04-112-0/+4
* added checks to open both \\server\printer and \\server\share.Jean-François Micouleau2000-04-101-3/+44
* Fix for soft quotas not being set fromJeremy Allison2000-04-101-0/+24
* initialise fsp->fd to -1Andrew Tridgell2000-04-101-0/+1
* new prototypesAndrew Tridgell2000-04-101-11/+10
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-1011-1023/+231
* rather than doing print file open processing in open.c we now handleAndrew Tridgell2000-04-101-0/+74
* the first of a bunch of changes to code with getting rid of the fd_ptrAndrew Tridgell2000-04-101-6/+23
* got rid of the file_fd_struct structure completely.Andrew Tridgell2000-04-101-22/+4
* removed the read prediction code from the head branch. I think theAndrew Tridgell2000-04-101-1/+1