sync 3.0 into HEAD for the last time
[samba.git] / source / smbd / service.c
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-14 Tim Potterspelling
2003-04-21 Andrew BartlettUse fstrcpy/pstrcpy when that's what we really mean...
2003-04-11 Gerald Cartercleanup lanman printing= for win98; device type is...
2003-04-09 Jeremy AllisonFix from Steve Langasek <vorlon@netexpress.net> for...
2003-03-30 Volker LendeckeThis changes our handling of invalid service types...
2003-03-18 Jeremy AllisonEnsure dev in make_connection is const.
2003-03-16 Andrew BartlettMissed one when I move 'share_sanity_checks' to use...
2003-03-16 Andrew BartlettMake sure we mark the assumption of a fstring parameter...
2003-02-19 Andrew BartlettFix logfile formatting, we were missing a "\n"
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-01-12 Andrew BartlettOops, this is the change to use an fstring for the...
2003-01-06 Andrew BartlettFix a segfault when we don't correctly load a VFS modul...
2002-12-29 Shirish KaleleAdd msdfs proxy functionality to HEAD.
2002-11-19 Andrew Tridgella better for for using %U in smb.conf
2002-11-18 Andrew Tridgellthe change in the way %U is handled to use current_user...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-09-04 Jeremy AllisonAdd bcast_msg_flags to connection struct. Allows sender...
2002-08-26 Andrew BartlettUpdates!
2002-08-20 Andrew BartlettBased orginally by work by Kai, this patch moves our...
2002-08-17 Andrew BartlettAdd const.
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-07-27 Andrew BartlettThis should fix a nastly little bug where if a user...
2002-07-24 Andrew BartlettIf lp_add_home() fails, don't go any further, just...
2002-07-24 Andrew BartlettGive an idea what service didn't have the directory.
2002-07-18 Jeremy AllisonUse of uninitialized variable caught by valgrind.
2002-07-15 Andrew Tridgellfixed a call to get_current_groups()
2002-07-11 Gerald Carterlast check in for tonight.
2002-07-04 Jeremy AllisonFix from Andrew Esh for coredump...
2002-07-04 Andrew BartlettAlways free_conn() after all the DEBUG()s etc.
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-06-27 Gerald CarterIt's fairly obvious that no one has tried to upload...
2002-06-16 Andrew BartlettFurther updates to the service.c code. authorise_login...
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-05-18 Andrew BartlettA few things in this commit:
2002-04-15 Andrew Tridgellmake sure that we leave the tree unused after disconnecting
2002-04-14 Andrew Tridgellwin2000 does not check the permissions on the share...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-27 Andrew BartlettSome more 'winbind default domain' support patches...
2002-01-27 Andrew BartlettYes, dev is an 'input/output' paramater...
2002-01-16 Jeremy AllisonSeparate out get_user_home_dir() from get_user_home_ser...
2002-01-16 Martin PoolRoll back PSTRING_SANCTIFY patch; just leave non-contro...
2002-01-14 Jeremy AllisonRemoved MAXSTATUS which was set incorrectly - thus...
2002-01-11 Andrew BartlettMake this error match Win2k.
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-20 Andrew Tridgelladd non_root_mode() check
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-18 Tim PotterRenamed vfs_init() to smbd_vfs_init() to allow vfs...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-20 Andrew BartlettRearrange the ordering of the checks in make_connection...
2001-09-19 Andrew Tridgellgot rid of bogus write list substitution error messages
2001-09-15 Andrew BartlettKill off the //server/share%user hack in share level...
2001-09-15 Andrew BartlettActually fill in the status for sainity checks
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-17 Andrew BartlettOK, so not freeing these was a mistake. I'll try to...
2001-08-17 Andrew BartlettMove the claim_connection stuff till a little later...
2001-08-17 Andrew BartlettMove admin user check into a helper function.
2001-08-17 Andrew BartlettMove read only check into a helper funcion. Ensure...
2001-08-17 Andrew Bartlettsmbd/auth_server: Doco, we want to use cli_nt_error...
2001-07-26 Simo Sorcebetter debug messages + fix typo in debug message
2001-07-25 Andrew Tridgell- don't try to print pointers
2001-07-24 Simo SorceConvert other parameters (read list, write list, valid...
2001-07-17 Jeremy AllisonTidied up calling yield_connection on connection alloca...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Jeremy AllisonEnsured all the system calls in msdfs.c go through...
2001-06-20 Andrew Tridgelladded a close-share smbcontrol message that forcibly...
2001-05-12 Jeremy AllisonNow we're doing the substituion in the lp_string code...
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-11 Jeremy AllisonFix for core dump in security = share code with new...
2001-04-09 Jeremy AllisonAdded set/get SD's on shares. Check before tcon.
2001-04-06 Jeremy AllisonFix from Ed Boraas for not core dumping when out of...
2001-03-26 Jeremy AllisonPatch from Massimo Sivilotti <mass@tanner.com> to log...
2001-03-13 Jeremy AllisonAdded ADMIN$ share as alias for IPC$ except no guest...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-01-24 Jeremy Allisonsmbd/process.c: & type with 0xff for paranioa sake...
2001-01-23 Gerald Carteronly add the service name and client machine name to...
2001-01-23 Jeremy Allisoninclude/vfs.h:
2001-01-17 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-12 Tim PotterCompile fix for new arg to create_nt_token()
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-06 Jeremy AllisonAdded a VFS version return to init call. Allows smbd...
2000-10-13 Jeremy AllisonFix to allow smbd to call winbindd if it is running...
2000-10-11 Tim PotterDon't initialise groups twice.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-08-31 Andrew Tridgellfixed "admin users" option with new security code
2000-08-28 Tim PotterMerge from appliance branch.
2000-08-03 Jeremy AllisonAdded an NT_USER_TOKEN structure that is copied/passed...
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-07-25 Tim PotterFix for mounting a printer as a share. Not that there...
2000-05-23 Jeremy AllisonFixed bug where file access was allowed on IPC$ share.
next