summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-262-1/+5
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-252-13/+75
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-213-1/+9
* SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton2000-01-171-1/+0
* proto updateAndrew Tridgell2000-01-161-2/+4
* make a br_off a SMB_BIG_UINTAndrew Tridgell2000-01-161-1/+1
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-142-8/+7