new prototypes
[kai/samba.git] / source /
2000-04-10 Andrew Tridgellnew prototypes
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-04-10 Andrew Tridgellrather than doing print file open processing in open...
2000-04-10 Andrew Tridgellthe first of a bunch of changes to code with getting...
2000-04-10 Andrew Tridgellgot rid of the file_fd_struct structure completely.
2000-04-10 Andrew Tridgellremoved the read prediction code from the head branch...
2000-04-10 Andrew Tridgellsplit out the lpq parsing code into a separate file
2000-04-10 Andrew Tridgelldon't echo warning messages twice
2000-04-10 Andrew Tridgellutmp compile fix from peter@cadcamlab.org
2000-04-06 Jeremy AllisonModified interfaces and added checks around *all* ...
2000-04-06 Jean-François Mico... filled the architecture table (useless for the moment).
2000-04-05 Jeremy AllisonJF - you might want to look at this patch.
2000-04-05 Jean-François Mico... off by one error ...
2000-04-05 Jean-François Mico... changed all the status code to ERROR_xxx instead of...
2000-04-05 Jeremy AllisonAdded strerror at debug level 0 on file create/open...
2000-04-04 Jeremy AllisonChange to vfs API. POSIX states fsync should return...
2000-04-04 Jeremy AllisonRemoved strange optimisation (paranoia fix maybe ?...
2000-04-04 Tim PotterSnuck in some whitespace cleanup while I was visiting...
2000-04-04 Tim PotterRemoved unused parameter vuid from rpc_server api_...
2000-04-03 Jeremy AllisonFix for compiler warning about invalid structure type.
2000-04-03 Jeremy AllisonHmmm - unicode codepages need adding to HEAD. Thought...
2000-04-03 Jeremy AllisonFix for spoolss code from Alan Hourihane <Alan.Hourihan...
2000-04-03 Jeremy AllisonAdditional fix for nmbd and 127.0.0.1 interface.
2000-03-31 Herb Lewisfixes for broken IRIX header file merged from 2.0 branch
2000-03-31 Jeremy AllisonIRIX include fixes.
2000-03-30 Jeremy AllisonFix for coredump in testparm.
2000-03-30 Tim PotterFixed spelling of Andrew's name. (-:
2000-03-30 Andrew TridgellI finally got sick of configure being run automaticaly...
2000-03-29 Jeremy AllisonAdded check for LL suffix to long long ints needed...
2000-03-29 Jeremy AllisonFixed bug found by JF where if the amount of data to...
2000-03-29 Jeremy AllisonCause nmbd to ignore loopback interface when constructi...
2000-03-29 Jean-François Mico... split addprinterex in preparation for level 1 support...
2000-03-29 Jean-François Mico... rewrote getprinterdriver level 3, now correctly handle...
2000-03-29 Tim PotterMore Japanese filename fixes wrt VFS code from
2000-03-28 Andrew Tridgelldamn, the test was the wrong way around for short_resuest
2000-03-28 Jeremy AllisonWin2k will only accept volume labels in UNICODE. Fixed...
2000-03-28 Jeremy AllisonMoved common code to set parameter offset field correct...
2000-03-27 Jeremy AllisonFixed crash bug in new handle_netbios_name code.
2000-03-27 Andrew Tridgellchanged the definition of dos_PutUniCode
2000-03-27 Andrew Tridgellthe final part of the nmbd merge between head and tng...
2000-03-27 Andrew Tridgellfixed the hanlding of recursion desired when sending...
2000-03-27 Luke Leightonmoved nmblib-specific code from util.c to nmblib.c.
2000-03-27 Luke Leightonrename static reload_services function to reload_nmbd_s...
2000-03-26 Andrew Tridgellwhen doing a "secure nbns" wack response and check...
2000-03-26 Andrew Tridgellmerge from tng ...
2000-03-26 Andrew Tridgellload smb.conf and interfaces in masktest (to allow...
2000-03-25 Jeremy Allisonrpc_parse/parse_spoolss.c: Added checks on mallocs...
2000-03-22 Jeremy AllisonCorrectly convert from little-endian UNICODE to dos_cod...
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-03-22 Luke Leightondisabled the getgrent() code recently added that return...
2000-03-22 Luke Leightondisabled code from HP that replaced get_sampwd_entries...
2000-03-22 Luke Leightonadded the following message to all dce/rpc client/serve...
2000-03-21 Luke Leightonindent update to make t easier to see setuid mods in...
2000-03-21 Jeremy AllisonAdded preliminary user list code from HP. Needs to...
2000-03-20 Jeremy AllisonFix from christoph.pfisterer@rwg.de for large directory...
2000-03-16 Jeremy AllisonFixes to add "paranoid" option to popen. Checks some...
2000-03-16 Herb Lewisremoved extra arguements from make_nmb_name calls
2000-03-16 Jean-François Mico... fix a bug in enumprinterdrivers
2000-03-15 Jeremy AllisonFix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.
2000-03-14 Jeremy AllisonFixed parsing issue with HP printer defs reported by HP.
2000-03-13 Tim PotterAdding libtool support to HEAD branch. We're going...
2000-03-13 Jeremy Allisoninclude/smb.h:
2000-03-13 Jean-François Mico... oops ! forgot smb.h in last commit
2000-03-13 Shirish KaleleCleaning up call_trans2getdfsreferral.
2000-03-13 Shirish KaleleCleaned up call_trans2getdfsreferral for when MS_DFS...
2000-03-13 Jean-François Mico... small fix for addprinterex at level 2
2000-03-13 Jean-François Mico... Interim fix for LPRng. If a lpq parsed line start with...
2000-03-13 Jean-François Mico... parse correctly getprinterdriver2
2000-03-13 Jean-François Mico... moved #endif to end of function to compile when dfs...
2000-03-13 Tim PotterAdded standard shell command thing using '!' as first...
2000-03-11 Jeremy AllisonFix stupid logic bug in detecting start-of-pdu in write...
2000-03-11 Jeremy AllisonYou *must* use O_EXCL when using mktemp (security issue).
2000-03-10 Shirish KaleleCleaned up unused variables, returns from non-void...
2000-03-10 Shirish KaleleCleaning warnings from configure.developer
2000-03-10 Shirish KaleleCleaning up the warnings from configure.developer.
2000-03-10 Jeremy AllisonFix for names with spaces and some I18N filename issues...
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-10 Luke Leightonyou know, when you do a cvs commit, you _really_ expect...
2000-03-10 Jean-François Mico... getprinter level 0: was to short, found most of the...
2000-03-10 Jean-François Mico... removed unused variable
2000-03-10 Jean-François Mico... restore the spoolss pipe as Jeremy replaced srv_pipe...
2000-03-10 Luke Leightonindent went wrong. grr.
2000-03-09 Luke Leightoncomputer too slow to compile with debug info (100mins...
2000-03-09 Jeremy AllisonNot used. Functionality folded back into rpc_server...
2000-03-09 Jeremy AllisonBig update moving the multi-pdu support from 2.0.x...
2000-03-09 Jeremy AllisonFixups for Win2K security descriptors from the 2.0...
2000-03-09 Shirish KaleleCorrected DEBUG messages.
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-03-07 Luke Leightonadded a tcon test: make two tconXs with the same user...
2000-03-07 Jean-François Mico... Enumprinters level 1: reply *exactly* like an NT server
2000-03-07 Jean-François Mico... fixed enumprinterdata.
2000-03-06 Jean-François Mico... changed prs_unistr to parse empty and non-empty strings...
2000-03-02 Jeremy AllisonTidied up fchown code, error reporting.
2000-03-02 Jeremy AllisonCorrectly full buffer smbpasswd i/o streams.
2000-03-02 Jeremy AllisonUpdate last changed time for new password entry.
2000-03-02 Jeremy AllisonFixed bugs with -x smbpasswd entry. Thanks to Bruce...
2000-03-01 Jeremy AllisonOff by one error in detecting Win2k unicode bug.
2000-03-01 Jeremy AllisonAdded new codepage from Ded Marazm <DedMarazm@mail...
2000-03-01 Jeremy AllisonFixed smbpasswd crash bugs found by Giulio.
2000-03-01 Jeremy AllisonFix for Win2k unicode bug where doing SMB_NT_TRANSACT_C...
next