summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-11The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison3-10/+28
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison9-152/+75
2000-04-11prototypesAndrew Tridgell1-0/+1
2000-04-11add a commentAndrew Tridgell1-1/+1
2000-04-11add an align4() functionAndrew Tridgell1-1/+14
2000-04-11some updates to the process logon code to reflect lukes latestAndrew Tridgell1-20/+38
2000-04-11new prototypesAndrew Tridgell1-4/+8
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell19-217/+195
2000-04-11added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell1-0/+10
2000-04-11two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2-0/+4
2000-04-10added checks to open both \\server\printer and \\server\share.Jean-François Micouleau1-3/+44
2000-04-10Fix for soft quotas not being set fromJeremy Allison1-0/+24
2000-04-10initialise fsp->fd to -1Andrew Tridgell1-0/+1
2000-04-10new prototypesAndrew Tridgell1-11/+10
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell11-1023/+231
2000-04-10rather than doing print file open processing in open.c we now handleAndrew Tridgell1-0/+74
2000-04-10the first of a bunch of changes to code with getting rid of the fd_ptrAndrew Tridgell1-6/+23
2000-04-10got rid of the file_fd_struct structure completely.Andrew Tridgell1-22/+4
2000-04-10removed the read prediction code from the head branch. I think theAndrew Tridgell1-1/+1
2000-04-10split out the lpq parsing code into a separate fileAndrew Tridgell4-861/+886
2000-04-10don't echo warning messages twiceAndrew Tridgell1-2/+2
2000-04-10utmp compile fix from peter@cadcamlab.orgAndrew Tridgell1-2/+2
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison5-99/+215
2000-04-06filled the architecture table (useless for the moment).Jean-François Micouleau2-24/+43
2000-04-05JF - you might want to look at this patch.Jeremy Allison1-23/+134
2000-04-05off by one error ...Jean-François Micouleau1-2/+5
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau4-89/+87