more merging
[kai/samba.git] / source / smbd /
2000-05-10 Andrew Tridgellmore merging
2000-05-10 Herb LewisFix for misunderstanding of fsync added when vfs layer
2000-05-09 Herb LewisFix for check_kernel_oplocks looking for the var directory
2000-05-09 Herb LewisThis is reall Jeremy commiting as Herb at SGI labs...
2000-05-09 Andrew Tridgell- use smb_gwtpwnam() in another couple of places
2000-05-08 Andrew Tridgelladded secrets.tdb and changed storage of trust account...
2000-05-06 Andrew Tridgellfixed a vfs crash bug
2000-05-05 Jeremy AllisonFix for dual unix_to_dos conversion in readdir from...
2000-05-05 Jeremy AllisonFix for read_file() returning -1.
2000-05-04 Jeremy Allisonrpc_server/srv_lsa.c: Bring into sync with 2.0.x.
2000-05-04 Andrew Tridgella minimal change to get appliance mode to work with...
2000-05-04 Andrew Tridgell - use full_name instead of real_name
2000-05-04 Andrew Tridgellif the stat cache is off then don't initialise it
2000-05-03 Jeremy AllisonInsure uninitialized memory read fixes.
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Andrew Tridgellfixed a memory leak (calling hash_table_init twice)
2000-05-02 Jeremy AllisonMoved uglyness needed in fcntl locking (64->32 bit...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgell - added some error checking
2000-04-30 Andrew Tridgellfixed dptr_wcard handling (need to use strdup)
2000-04-30 Andrew Tridgellremoved more cruft from our old wildcard matching code
2000-04-30 Andrew Tridgellgo back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFO
2000-04-30 Andrew Tridgellfixed our smbsearch code. We now store the mask with...
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-28 Jeremy AllisonMoved deletion of vfs handle into smbd/conn.c as it...
2000-04-28 Jeremy AllisonMade changes suggested by Andrew review.
2000-04-27 Jeremy AllisonOk - this is more subtle than it looks :-).
2000-04-27 Jeremy AllisonFixed subtle unlocking bug when a file is closed. We...
2000-04-27 Jeremy AllisonDid the rewrite Andrew wanted where all knowledge of...
2000-04-27 Jeremy AllisonFixed crash bugs Andrew pointed out with LOCK4 smbtorture
2000-04-27 Jeremy AllisonFixed range check on writeX.
2000-04-27 Jeremy AllisonTidyup of smbecho.
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
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 Tridgellmoved INSURE hook into util.c
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-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 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 Allisonlocking/locking.c: Fixed placeholder code for POSIX...
2000-04-18 Luke LeightonReadDirName calls vfs->readdirname calls dos_readdirname.
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 Tridgellremoved old comments
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 Tridgellthe changes to the main smb code
2000-04-15 Jeremy AllisonLog file check patch from Mattias Gronlund <Mattias...
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 Jeremy AllisonRoll back to using static MACHINE.SID after consultatio...
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 Tridgellfinally got sick of the "extern int Client" code and...
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 Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-04-10 Andrew Tridgellutmp compile fix from peter@cadcamlab.org
2000-04-04 Jeremy AllisonChange to vfs API. POSIX states fsync should return...
2000-04-04 Jeremy AllisonRemoved strange optimisation (paranoia fix maybe ?...
2000-03-29 Jeremy AllisonFixed bug found by JF where if the amount of data to...
2000-03-29 Tim PotterMore Japanese filename fixes wrt VFS code from
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 Andrew Tridgellchanged the definition of dos_PutUniCode
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-21 Luke Leightonindent update to make t easier to see setuid mods in...
2000-03-16 Jeremy AllisonFixes to add "paranoid" option to popen. Checks some...
2000-03-13 Jeremy Allisoninclude/smb.h:
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... moved #endif to end of function to compile when dfs...
2000-03-11 Jeremy AllisonFix stupid logic bug in detecting start-of-pdu in write...
2000-03-10 Shirish KaleleCleaning up the warnings from configure.developer.
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-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-08 Shirish Kaleledded Microsoft Dfs services.
2000-03-01 Jeremy AllisonOff by one error in detecting Win2k unicode bug.
2000-03-01 Jeremy AllisonFix for Win2k unicode bug where doing SMB_NT_TRANSACT_C...
2000-02-29 Jeremy AllisonFixes for strange Win2K attempts to auto-inherit ACLs.
2000-02-23 Jeremy Allisonlib/system.c: Fixed gcc warnings.
2000-02-18 Jeremy AllisonFix for reporting file system attributes correctly.
2000-02-17 Tim PotterDon't assume that the (files_struct *) passed to fd_att...
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-07 Tim PotterFix some more compile warnings.
next