summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-04-11add an align4() functionAndrew Tridgell1-1/+14
2000-04-11some updates to the process logon code to reflect lukes latestAndrew Tridgell1-20/+38
2000-04-11new prototypesAndrew Tridgell1-4/+8
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell19-217/+195
2000-04-11added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell1-0/+10
2000-04-11two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2-0/+4
2000-04-10added checks to open both \\server\printer and \\server\share.Jean-François Micouleau1-3/+44
2000-04-10Fix for soft quotas not being set fromJeremy Allison1-0/+24
2000-04-10initialise fsp->fd to -1Andrew Tridgell1-0/+1
2000-04-10new prototypesAndrew Tridgell1-11/+10
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell11-1023/+231
2000-04-10rather than doing print file open processing in open.c we now handleAndrew Tridgell1-0/+74
2000-04-10the first of a bunch of changes to code with getting rid of the fd_ptrAndrew Tridgell1-6/+23
2000-04-10got rid of the file_fd_struct structure completely.Andrew Tridgell1-22/+4
2000-04-10removed the read prediction code from the head branch. I think theAndrew Tridgell1-1/+1
2000-04-10split out the lpq parsing code into a separate fileAndrew Tridgell4-861/+886
2000-04-10don't echo warning messages twiceAndrew Tridgell1-2/+2
2000-04-10utmp compile fix from peter@cadcamlab.orgAndrew Tridgell1-2/+2
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison5-99/+215
2000-04-06filled the architecture table (useless for the moment).Jean-François Micouleau2-24/+43
2000-04-05JF - you might want to look at this patch.Jeremy Allison1-23/+134
2000-04-05off by one error ...Jean-François Micouleau1-2/+5
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau4-89/+87
2000-04-05Added strerror at debug level 0 on file create/open fail. Helps catchJeremy Allison1-3/+3
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison5-8/+8
2000-04-04Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison1-6/+0
2000-04-04Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter3-6/+0
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter9-321/+297
2000-04-03Fix for compiler warning about invalid structure type.Jeremy Allison1-1/+1
2000-04-03Hmmm - unicode codepages need adding to HEAD. Thought that'd been done ?Jeremy Allison15-0/+64024
2000-04-03Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.Jeremy Allison1-1/+1
2000-04-03Additional fix for nmbd and 127.0.0.1 interface.Jeremy Allison1-0/+12
2000-03-31fixes for broken IRIX header file merged from 2.0 branchHerb Lewis3-578/+595
2000-03-31IRIX include fixes.Jeremy Allison4-195/+216
2000-03-30Fix for coredump in testparm.Jeremy Allison1-1/+1
2000-03-30Fixed spelling of Andrew's name. (-:Tim Potter1-1/+1
2000-03-30I finally got sick of configure being run automaticaly when I run makeAndrew Tridgell1-2/+2
2000-03-29Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison5-185/+334
2000-03-29Fixed bug found by JF where if the amount of data to return in the prs_structJeremy Allison1-1/+1
2000-03-29Cause nmbd to ignore loopback interface when constructing its interface ...Jeremy Allison1-0/+14
2000-03-29split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau1-8/+28
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau5-191/+279
2000-03-29More Japanese filename fixes wrt VFS code fromTim Potter2-12/+16
2000-03-28damn, the test was the wrong way around for short_resuestAndrew Tridgell1-1/+1
2000-03-28Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison1-1/+2
2000-03-28Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison1-10/+8
2000-03-27Fixed crash bug in new handle_netbios_name code.Jeremy Allison1-2/+2
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell5-20/+19
2000-03-27the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell4-373/+382
2000-03-27fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell1-23/+22