moved trans2.h and nterr.h into includes.h with all our other includes
[kai/samba.git] / source3 /
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-25 Andrew Tridgellsplit clientgen.c into several parts
2000-04-25 Andrew Tridgelladded TDB_MODIFY flag - patch from from luke
2000-04-25 Andrew Tridgellfixed a memory leak in nmblookup
2000-04-25 Andrew Tridgellfixed a memory leak of devmode in spoolss
2000-04-25 Andrew Tridgelldon't qsort a list less than 2 entries
2000-04-24 Jeremy AllisonAdded the code that keeps fd's open across a close...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-24 Andrew Tridgelldump in a binary format
2000-04-24 Andrew Tridgelluse an size_t not a ssize_t when checking for out of...
2000-04-24 Andrew Tridgellmoved INSURE hook into util.c
2000-04-24 Andrew Tridgellfixed another memory leak
2000-04-24 Andrew Tridgellfixed a parameter bug found by insure
2000-04-24 Andrew Tridgellmoved the INSURE hook into util.c
2000-04-23 Andrew Tridgellmore pstring/fstring errors found by insure
2000-04-23 Andrew Tridgellfixed a locking database bug - it was actually harmless...
2000-04-23 Andrew Tridgelldon't close high fd's in smbrun when using insure ...
2000-04-23 Andrew Tridgellanother fstring/pstring fix
2000-04-23 Andrew Tridgellfixed another spoolss memory leak
2000-04-23 Andrew Tridgellfixed a memory leak I caused last week with my lines...
2000-04-23 Andrew Tridgellsplit out standard_sub_basic() again to fix a bug where...
2000-04-23 Andrew Tridgellwe can't pass a fstring to a routine expecting a pstring
2000-04-23 Andrew Tridgellcheck for a valid snum when running a printing command
2000-04-23 Andrew TridgellMakefile.in change for split of printfsp.c
2000-04-23 Andrew Tridgellsplit fsp specific routines out of printing.c to fix...
2000-04-23 Andrew Tridgellfixed two uninitialised memory references
2000-04-23 Andrew Tridgelltrick to get full stack trace when using the free versi...
2000-04-23 Andrew Tridgellinsure caught an uninitialised memory reference - ensur...
2000-04-23 Andrew Tridgellavoided a memory leak in the ubi code by deleting a...
2000-04-23 Andrew Tridgellfixed a prs memory leak (weren't freeing input buffer)
2000-04-23 Andrew Tridgellif using insure then don't close fd 2
2000-04-22 Andrew Tridgellreturn NULL for a zero size memdup
2000-04-22 Andrew Tridgelldon't copy a null groups list
2000-04-22 Andrew Tridgellfixed overlapping strcpy() found by insure
2000-04-22 Andrew Tridgellfixed uninitialised snum
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-19 Andrew Tridgelluse sys_fsusage() not disk_free() in printing.c
2000-04-19 Andrew Tridgellsplit fsusage() into a separate module (to fix linking...
2000-04-19 Andrew Tridgellpatch from luke to split out lanman code from ipc.c...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-18 Jeremy AllisonSync up with 2.0.7 w.r.t. guest users.
2000-04-18 Jeremy Allisonlocking/locking.c: Fixed placeholder code for POSIX...
2000-04-18 Andrew Tridgellupdates from the TNG branch
2000-04-18 Andrew Tridgelldon't parse blank lines
2000-04-18 Andrew Tridgellfixed some crash bugs in the nt forms parsing
2000-04-18 Luke LeightonReadDirName calls vfs->readdirname calls dos_readdirname.
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
next