summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-222-6/+8
* | split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-0/+4
* | patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2000-04-191-9/+9
* | - got rid of the "passive" optionAndrew Tridgell2000-04-191-3/+13
* | got rid of some more old configure tests and includesAndrew Tridgell2000-04-174-65/+7
* | removed some obsolete configure tests (sysv ipc etc)Andrew Tridgell2000-04-171-3/+0
* | converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-0/+1
* | converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-2/+5
* | added fdprintf()Andrew Tridgell2000-04-161-0/+10
* | the fsp needs a jobid in it nowAndrew Tridgell2000-04-162-14/+34
* | 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-152-0/+10730
* | Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-1/+2
* | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2000-04-122-4/+6
* | 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-121-4/+1
* | 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 latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-111-1/+1
* | include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-113-9/+9
* | prototypesAndrew Tridgell2000-04-111-0/+1
* | new prototypesAndrew Tridgell2000-04-111-4/+8
* | new prototypesAndrew Tridgell2000-04-101-11/+10
* | got rid of the file_fd_struct structure completely.Andrew Tridgell2000-04-101-22/+4
* | Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-061-2/+2
* | changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-051-0/+3
* | Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-042-2/+2
* | Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-1/+1
* | Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison2000-03-291-0/+1
* | rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-292-10/+12
* | changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-1/+1
* | the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2000-03-272-343/+344
* | moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-344/+343
* | Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-16/+18
* | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-223-0/+14
* | Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+1
* | include/smb.h:Jeremy Allison2000-03-131-0/+3
* | oops ! forgot smb.h in last commitJean-François Micouleau2000-03-133-0/+14
* | parse correctly getprinterdriver2Jean-François Micouleau2000-03-132-6/+8
* | Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele2000-03-101-5/+1
* | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-103-33/+22
* | you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2000-03-102-24/+34
* | getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-105-52/+82
* | indent went wrong. grr.Luke Leighton2000-03-101-226/+357
* | Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-096-49/+115
* | dded Microsoft Dfs services.Shirish Kalele2000-03-086-1/+84
* | Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau2000-03-071-0/+1
* | fixed enumprinterdata.Jean-François Micouleau2000-03-071-1/+8
* | changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-062-15/+18
* | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2000-02-292-0/+11