summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison1-1/+1
2000-03-13include/smb.h:Jeremy Allison1-0/+3
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau3-0/+14
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau2-6/+8
2000-03-10Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele1-5/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison3-33/+22
2000-03-10you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2-24/+34
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau5-52/+82
2000-03-10indent went wrong. grr.Luke Leighton1-226/+357
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison6-49/+115
2000-03-08dded Microsoft Dfs services.Shirish Kalele6-1/+84
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau1-0/+1
2000-03-07fixed enumprinterdata.Jean-François Micouleau1-1/+8
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2-15/+18
2000-02-29Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2-0/+11
2000-02-29Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison1-0/+11
2000-02-26added enumprintprocessordatatypesJean-François Micouleau2-352/+360
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2-360/+354