summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-15Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.Jeremy Allison1-0/+2
2000-03-14Fixed parsing issue with HP printer defs reported by HP.Jeremy Allison1-26/+62
2000-03-13Adding libtool support to HEAD branch. We're going to need this forTim Potter7-597/+8621
2000-03-13include/smb.h:Jeremy Allison5-26/+97
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau6-3/+67
2000-03-13Cleaning up call_trans2getdfsreferral.Shirish Kalele1-1/+0
2000-03-13Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2-3/+146
2000-03-13small fix for addprinterex at level 2Jean-François Micouleau1-10/+8
2000-03-13Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau1-0/+8
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau5-55/+63
2000-03-13moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau1-1/+1
2000-03-13Added standard shell command thing using '!' as first character.Tim Potter1-41/+49
2000-03-11Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison1-1/+2
2000-03-11You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison1-1/+1
2000-03-10Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele3-17/+5
2000-03-10Cleaning warnings from configure.developerShirish Kalele2-31/+31
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele5-13/+9