summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-291-0/+11
* | added enumprintprocessordatatypesJean-François Micouleau2000-02-262-352/+360
* | rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2000-02-262-360/+354
* | client/client.c:Jeremy Allison2000-02-252-3/+16
* | converted a couple of bzero() to memset()Jean-François Micouleau2000-02-242-57/+85
* | lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-232-15/+53
* | more rewrite ...Jean-François Micouleau2000-02-212-99/+72
* | Fix for reporting file system attributes correctly.Jeremy Allison2000-02-181-4/+11
* | Make proto.Jeremy Allison2000-02-161-0/+1
* | Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-153-343/+350
* | fix the reply of rpc_alter_contextJean-François Micouleau2000-02-152-444/+437
* | make proto ...Jean-François Micouleau2000-02-071-340/+675
* | spoolss include definitionsJean-François Micouleau2000-02-075-15/+35
* | First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-072-0/+1678
* | Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison2000-02-072-4/+20
* | Fixed compile warning in locking.c:traverse_fn()Tim Potter2000-02-071-340/+340
* | 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-042-345/+357
* | make protoTim Potter2000-02-031-332/+373
* | Busting up of source/include/smb.h into smaller pieces which can beTim Potter2000-02-036-349/+608
* | Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison2000-01-291-0/+3
* | Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-263-0/+86