summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-04-05Added *.soTim Potter1-0/+1
2000-04-05Improved clean target.Tim Potter1-2/+3
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-30samba-bugs -> samba.Jeremy Allison17-112/+185
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
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton3-544/+546
2000-03-27rename static reload_services function to reload_nmbd_services becauseLuke Leighton1-6/+6
2000-03-26when doing a "secure nbns" wack response and check with owner for aAndrew Tridgell1-1/+4
2000-03-26merge from tng ...Andrew Tridgell1-1/+1
2000-03-26load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell1-0/+4
2000-03-25rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison2-165/+375
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison3-33/+24
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison35-871/+220
2000-03-22disabled the getgrent() code recently added that returns all unix groupsLuke Leighton1-0/+17
2000-03-22disabled code from HP that replaced get_sampwd_entries() withLuke Leighton1-1/+26
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton25-0/+631
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton5-1187/+1492
2000-03-21Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison1-20/+252
2000-03-20Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison1-2/+2
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison5-5/+78
2000-03-16removed extra arguements from make_nmb_name callsHerb Lewis1-3/+3
2000-03-16fix a bug in enumprinterdriversJean-François Micouleau1-6/+14