summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-1119-217/+195
* added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell2000-04-111-0/+10
* two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2000-04-112-0/+4
* added checks to open both \\server\printer and \\server\share.Jean-François Micouleau2000-04-101-3/+44
* Fix for soft quotas not being set fromJeremy Allison2000-04-101-0/+24
* initialise fsp->fd to -1Andrew Tridgell2000-04-101-0/+1
* new prototypesAndrew Tridgell2000-04-101-11/+10
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-1011-1023/+231
* rather than doing print file open processing in open.c we now handleAndrew Tridgell2000-04-101-0/+74
* the first of a bunch of changes to code with getting rid of the fd_ptrAndrew Tridgell2000-04-101-6/+23
* got rid of the file_fd_struct structure completely.Andrew Tridgell2000-04-101-22/+4
* removed the read prediction code from the head branch. I think theAndrew Tridgell2000-04-101-1/+1
* split out the lpq parsing code into a separate fileAndrew Tridgell2000-04-104-861/+886
* don't echo warning messages twiceAndrew Tridgell2000-04-101-2/+2
* utmp compile fix from peter@cadcamlab.orgAndrew Tridgell2000-04-101-2/+2
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-065-99/+215
* filled the architecture table (useless for the moment).Jean-François Micouleau2000-04-062-24/+43
* JF - you might want to look at this patch.Jeremy Allison2000-04-051-23/+134
* off by one error ...Jean-François Micouleau2000-04-051-2/+5
* changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-054-89/+87
* Added strerror at debug level 0 on file create/open fail. Helps catchJeremy Allison2000-04-051-3/+3
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-045-8/+8
* Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison2000-04-041-6/+0
* Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter2000-04-043-6/+0
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-049-321/+297
* Fix for compiler warning about invalid structure type.Jeremy Allison2000-04-031-1/+1
* Hmmm - unicode codepages need adding to HEAD. Thought that'd been done ?Jeremy Allison2000-04-0315-0/+64024
* Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.Jeremy Allison2000-04-031-1/+1
* Additional fix for nmbd and 127.0.0.1 interface.Jeremy Allison2000-04-031-0/+12
* fixes for broken IRIX header file merged from 2.0 branchHerb Lewis2000-03-313-578/+595
* IRIX include fixes.Jeremy Allison2000-03-314-195/+216
* Fix for coredump in testparm.Jeremy Allison2000-03-301-1/+1
* Fixed spelling of Andrew's name. (-:Tim Potter2000-03-301-1/+1
* I finally got sick of configure being run automaticaly when I run makeAndrew Tridgell2000-03-301-2/+2
* Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison2000-03-295-185/+334
* Fixed bug found by JF where if the amount of data to return in the prs_structJeremy Allison2000-03-291-1/+1
* Cause nmbd to ignore loopback interface when constructing its interface ...Jeremy Allison2000-03-291-0/+14
* split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau2000-03-291-8/+28
* rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-295-191/+279
* More Japanese filename fixes wrt VFS code fromTim Potter2000-03-292-12/+16
* damn, the test was the wrong way around for short_resuestAndrew Tridgell2000-03-281-1/+1
* Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison2000-03-281-1/+2
* Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison2000-03-281-10/+8
* Fixed crash bug in new handle_netbios_name code.Jeremy Allison2000-03-271-2/+2
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-275-20/+19
* the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2000-03-274-373/+382
* fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell2000-03-271-23/+22
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-273-544/+546
* rename static reload_services function to reload_nmbd_services becauseLuke Leighton2000-03-271-6/+6
* when doing a "secure nbns" wack response and check with owner for aAndrew Tridgell2000-03-261-1/+4