Restructuring of vfs layer to include a "this" pointer - can be an fsp or
[jra/samba/.git] / source3 / smbd / service.c
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.