summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-25client/client.c:Jeremy Allison2-3/+16
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau2-57/+85
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison2-15/+53
2000-02-21more rewrite ...Jean-François Micouleau2-99/+72
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison1-4/+11
2000-02-16Make proto.Jeremy Allison1-0/+1
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison3-343/+350
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau2-444/+437
2000-02-07make proto ...Jean-François Micouleau1-340/+675
2000-02-07spoolss include definitionsJean-François Micouleau5-15/+35
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2-0/+1678
2000-02-07Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison2-4/+20
2000-02-07Fixed compile warning in locking.c:traverse_fn()Tim Potter1-340/+340
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2-345/+357
2000-02-03make protoTim Potter1-332/+373
2000-02-03Busting up of source/include/smb.h into smaller pieces which can beTim Potter6-349/+608
2000-01-29Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison1-0/+3
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison3-0/+86
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2-1/+5