Corrected minor parsing errors.
[kai/samba.git] / source /
2000-04-17 Shirish KaleleCorrected minor parsing errors.
2000-04-17 Shirish KaleleWhen parsing a dfs map for a service, see if the mount...
2000-04-17 Andrew Tridgellgot rid of some more old configure tests and includes
2000-04-17 Andrew Tridgellremoved some obsolete configure tests (sysv ipc etc)
2000-04-17 Andrew Tridgellmoved standard_sub() and friends into a separate module
2000-04-16 Andrew Tridgellconverted a couple more functions to use a fd instead...
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-04-16 Andrew Tridgellgot rid of FILE* in the unix name mapping code
2000-04-16 Andrew Tridgellgot rid of all the FILE* calls in the NT print system.
2000-04-16 Andrew Tridgelladded fdprintf()
2000-04-16 Andrew Tridgellremoved old comments
2000-04-16 Andrew Tridgellimproved the error handling and added queue pause and...
2000-04-16 Andrew Tridgelluse some symbolic names for print queue status
2000-04-16 Andrew Tridgelladded helper fns to change from internal status codes...
2000-04-16 Andrew Tridgell- put the job status in english not french!
2000-04-16 Andrew Tridgelladded tdb_get_int() and tdb_store_int()
2000-04-16 Andrew Tridgellthe changes to the main smb code
2000-04-16 Andrew TridgellJF and Jeremy - please have a look at what I did to...
2000-04-16 Andrew Tridgellthe bulk of the changes. Also split the loadparm relate...
2000-04-16 Andrew Tridgellthe new file_lines_load() and file_lines_free() routine...
2000-04-16 Andrew Tridgellthe fsp needs a jobid in it now
2000-04-16 Andrew TridgellThe following series of commits are for the new tdb...
2000-04-15 Andrew Tridgelladded standard_sub_snum() function for modules that...
2000-04-15 Andrew Tridgelluse macros for table boundaries
2000-04-15 Andrew Tridgelldon't need this monster any more
2000-04-15 Andrew Tridgella quick hack to reduce the size of the unicode map...
2000-04-15 Andrew Tridgelluse open() not fopen() on codepage files.
2000-04-15 Jeremy AllisonLog file check patch from Mattias Gronlund <Mattias...
2000-04-14 Jeremy AllisonEnsure sign&seal work. Data len must have RPC_HEADER_LE...
2000-04-14 Andrew Tridgelluse interpret_addr2() instead of inet_aton()
2000-04-13 Jeremy Allisonrpc_parse/parse_rpc.c: Changes from TNG (thanks Luke...
2000-04-13 Jeremy AllisonTypo - missing '}'.
2000-04-12 Jeremy AllisonRemoved "ole locking compat" parameter (no longer used).
2000-04-12 Jeremy AllisonImplmented mapping of lock offset/count from 64 bit...
2000-04-12 Jeremy AllisonCode to map tdb locks onto POSIX. Mainly placeholder...
2000-04-12 Luke Leightonlogic for domainsidsize is if size is zero, there's...
2000-04-12 Jeremy AllisonEnsure that CHECK_FNUM rejects fd == -1 correctly.
2000-04-12 Jeremy AllisonRoll back to using static MACHINE.SID after consultatio...
2000-04-11 Jeremy AllisonAndrew made it faster :-).
2000-04-11 Jeremy AllisonBloody typo ! It should be & 3 , & 1 *not* &~3, &~1.
2000-04-11 Jeremy AllisonThe changes made here broke NT security descriptor...
2000-04-11 Jeremy AllisonThe latest open() code changes broke the NT directory...
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-11 Andrew Tridgellprototypes
2000-04-11 Andrew Tridgelladd a comment
2000-04-11 Andrew Tridgelladd an align4() function
2000-04-11 Andrew Tridgellsome updates to the process logon code to reflect lukes...
2000-04-11 Andrew Tridgellnew prototypes
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-11 Andrew Tridgelladded a cheap and nasty skip_unibuf() fn to allow easie...
2000-04-11 Andrew Tridgelltwo minor bugfixes for SCO UnixWare. The first is to...
2000-04-10 Jean-François Mico... added checks to open both \\server\printer and \\server...
2000-04-10 Jeremy AllisonFix for soft quotas not being set from
2000-04-10 Andrew Tridgellinitialise fsp->fd to -1
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...
next