Changes from APPLIANCE_HEAD:
[ira/wip.git] / source3 / smbd /
2001-01-09 Jeremy AllisonFix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos...
2001-01-08 Jeremy AllisonPatch from Richard Bollinger for dead entries being...
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-19 Jeremy AllisonFixed bug found by Gerald. If a Samba server joins...
2000-12-19 Jeremy AllisonSplit set_nt_acls into owner set (which uses chown...
2000-12-19 Jeremy AllisonSplit the one sys_acl_free call into sys_acl_free_TYPE...
2000-12-18 Jeremy AllisonFix typos in new group sid check.
2000-12-16 Jeremy AllisonFixed chown/chgrp setting from smbcacls.
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-12 Jeremy AllisonFixed bug noticed by JF. se_access_check needs user...
2000-12-12 Jeremy AllisonFixed processing of dfree script (was truncating).
2000-12-12 Tim PotterCompile fix for new arg to create_nt_token()
2000-12-12 Jeremy AllisonRemoved the special casing of SIDs in se_access_check...
2000-12-12 Jeremy AllisonSorry Gerald, I think the original code was better...
2000-12-12 Jeremy AllisonExtra part of fix that Gerald missed (sorry).
2000-12-11 Gerald Cartersubtle bug where files which missed the stat_cache...
2000-12-11 Jeremy AllisonFix for short names not being returned correctly with...
2000-12-11 Jeremy AllisonFixed very subtle bug returning correct error on an...
2000-12-08 Jeremy AllisonFixed compiler warning.
2000-12-08 Jeremy AllisonAdded OLD_NTDOMAIN to remove warnings about undefined...
2000-12-08 Jeremy AllisonRemoved unused auto (IRIX compiler warning).
2000-12-08 Jeremy AllisonFixed *very* subtle statcache bug where invalid stat...
2000-12-07 Jeremy AllisonFixed bug with Win9x/ME where drivername was being...
2000-12-07 Jeremy Allisonfile_lines_load/file_lines_pload can now optionally...
2000-12-07 Jeremy AllisonWorking code to read POSIX ACLs on a Linux system using...
2000-12-06 Jeremy AllisonCause smbd to use the new posix_acls code, not the...
2000-12-06 Tim PotterPrint debug if domain_client_validate() cannot fetch...
2000-12-06 Jeremy AllisonMake smbd/posix_acls.c use abstract interface.
2000-12-06 Tim PotterFixed compiler warning.
2000-12-06 Jeremy AllisonMoving to abstract API interface (sys_get_acl() etc...
2000-12-04 David O'NeillRemove C++ style comments
2000-12-01 Jeremy AllisonCode to read & return POSIX ACLs as NT ACLs. Close...
2000-11-30 Jeremy AllisonKeep syncing up POSIX ACL work...
2000-11-30 Jeremy AllisonWork in progress, doesn't compile. Adding the POSIX...
2000-11-28 Jeremy Allisoninclude/dlinklist.h: Added '{' '}' around DLIST_PROMOTE...
2000-11-27 Jeremy Allisonpassdb/secrets.c passdb/smbpassfile.c smbd/server.c...
2000-11-27 Jeremy AllisonFixed messaging so main smbd can get lib/message.c...
2000-11-27 Jeremy AllisonRemoved unnessesary init.
2000-11-24 Jeremy AllisonThis should fix Office failing to print to "FILE:".
2000-11-22 Jeremy AllisonFree talloc'ed memory from the main smbd. Patch from...
2000-11-21 Jeremy AllisonDon't forget to convert into UNIX character set before...
2000-11-21 Gerald Cartercombined 2 if statments which used the same condition
2000-11-21 Jeremy AllisonFix for off-by-one StrnCpy.
2000-11-21 Jeremy AllisonFix for updating of print queues changed from a local...
2000-11-17 Andrew Tridgellwe don't need the separate lp_status() connection recor...
2000-11-17 Andrew Tridgellfixed the problem with messages not getting through
2000-11-16 Jeremy AllisonFix from Jim McDonough @ IBM for OS/2 clients.
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-11-14 Jeremy AllisonMerge from appliance head of JR's changes for driver...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-11-08 Tim PotterMore merging of printing stuff from appliance.
2000-11-06 Jeremy AllisonAdded a VFS version return to init call. Allows smbd...
2000-11-04 Jeremy AllisonFix for admin user being ignored.
2000-10-30 Jeremy AllisonCall standard_sub_advanced() after lp_logon_XX() calls.
2000-10-28 Jeremy AllisonDavid Lee's utmp patch (finally). Thanks David !
2000-10-26 Jeremy AllisonSorry JF - no billable hours :-). I fixed the "stream...
2000-10-20 Jeremy AllisonFix for vfs_fstat() crash with new stat code.
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-18 Tim PotterRenamed WPrintQueuePurge to WPrintQueueCtrl as this...
2000-10-13 Jeremy AllisonFix to allow smbd to call winbindd if it is running...
2000-10-12 Jeremy AllisonIgnore SIGUSR2. Terminate nmbd if we have no interfaces.
2000-10-12 Herb Lewisallow "master" smbd to call message_init so it is not...
2000-10-12 Herb Lewisuse macros for incrementing profile counters
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-10-11 Tim PotterDon't initialise groups twice.
2000-10-11 Tim PotterRemove duplicate group initialisation function.
2000-10-11 Jeremy AllisonRemove lpq as root fix - do this in print_job_start...
2000-10-10 Jeremy AllisonFixes to periodically scan printing.tdb in idle time...
2000-10-10 Jean-François Mico... a netlogon enum trust query doesn't have a function_cod...
2000-10-06 Jeremy AllisonFixed error return messages needed for NTTrans CreateDi...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Tim Potterglobal_myname is actually a pstring.
2000-10-06 Jeremy AllisonInlined many of the vfs_XXX calls as macros for speed.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-05 Jeremy AllisonFix for null passwords being allowed bug.
2000-10-05 Jeremy AllisonVector get_nt_acl/set_nt_acl via vfs. POSIX ACL support...
2000-10-05 Jeremy AllisonHerb's fixes for profiling & compiler warnings.
2000-10-05 Tim PotterAdded uid and gid to push_sec_ctx() debug.
2000-10-04 Jeremy AllisonMade re-init of stat cache explicit rather than being...
2000-10-03 Jeremy AllisonFixes for the fact that UNICODE sizes are no always...
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
2000-10-02 Jeremy AllisonMemleak fix for cache code.
2000-09-29 Andrew Tridgellfixed a harmess mixup of bitops and a boolean
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-09-21 Jeremy AllisonOptimization (noticed by bloody Andrew :-) to stop...
2000-09-20 Jeremy AllisonFix to allow a timestamp of zero to cause an instantane...
2000-09-12 Jeremy AllisonWith John Reilly help tracking it down - fixed a *nasty...
2000-09-12 Andrew Tridgellwe should not lowercase the username we receive in
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-09-07 Tim PotterHopefully this should fix the primary group permission...
2000-09-06 Jeremy AllisonFix for the SID history problem when using a Win2k...
2000-09-01 David O'NeillChanges from APPLIANCE_HEAD (per Tim Potter):
2000-08-31 Andrew Tridgellmake sure a couple of variables are initialised
2000-08-31 Andrew Tridgellfixed "admin users" option with new security code
2000-08-30 Jeremy AllisonAdded vfs_unlink call to ensure vfs is used on unlink...
2000-08-30 Jeremy AllisonImplemented AbortPrinter() from Gerald's Win32 test...
2000-08-29 Gerald Carterfixed previous bug spotted by Elrond in get_printerdriv...
2000-08-29 Jeremy AllisonThis doesn't compile but is a placeholder for moving...
2000-08-28 Jeremy Allisonsmbd/password.c: Fixed typo in Tim's new code that...
2000-08-28 Tim PotterMerge bug - still getting used to dirdiff.
next