Always free_conn() after all the DEBUG()s etc.
[kai/samba.git] / source3 / smbd / service.c
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.
2000-05-12 Andrew Tridgelladded spool_io_printer_driver_info_level_6()
2000-05-10 Andrew Tridgell- changed smb_getpwnam() to use winbind style usernames
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-04 Andrew Tridgella minimal change to get appliance mode to work with...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-28 Jeremy AllisonMoved deletion of vfs handle into smbd/conn.c as it...
2000-04-22 Andrew Tridgelldon't copy a null groups list
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
1999-12-21 Andrew Tridgellfirst cut at using the tdb code for the connections...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonchanged function name of get_home_dir() to get_unixhome...
1999-07-22 Tim PotterCopy service name into vfs_connection_struct.
1999-06-29 Luke Leightonimproving authentication code (tidyup).
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
1999-04-20 Tim PotterChanged the way a VFS is initialised. The vfs_init...
1999-04-05 Tim PotterDisable VFS routines if no libdl available.
1999-04-04 Tim PotterCall VFS initialisation, share connect and share discon...
1998-12-14 Luke Leightontrying to track down issues in get_home_dir().
1998-11-29 Andrew Tridgelldon't allow ".." in service name when doing "default...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.