add printer admin docs
[sfrench/samba-autobuild/.git] / source / smbd /
2000-08-08 Jeremy AllisonFound the sec_ctx_stack overflow - a become_root()...
2000-08-04 Jeremy AllisonFixed up the user/group contexts when using authenticat...
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-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-08-01 Jeremy AllisonAdded print job substitutions for %{printername}, ...
2000-07-31 Jeremy AllisonAdded John Reilly's enumports/addprinter/delprinter...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-07-25 Jeremy AllisonFixed up error checking and move printer file code...
2000-07-25 Jeremy AllisonAdded some error checking and returns to the new 'move...
2000-07-25 Jean-François Mico... A rather big change set ! (listed in no particular...
2000-07-25 Tim PotterFix for mounting a printer as a share. Not that there...
2000-07-24 Tim PotterRun main server loop with sys_select() instead of sys_s...
2000-07-19 Jeremy AllisonModified the patch to look in the tdb *first* - thus...
2000-07-19 Jeremy AllisonCode from John Reilly <jreilly@hp.com> to add tdb looku...
2000-07-10 Tim PotterFixes for various compile warnings on Solaris 8.
2000-07-10 Tim PotterRe-instated lanman printing security checks (oops).
2000-07-10 Tim PotterSpelling fixes.
2000-07-06 Tim PotterDon't check NT permissions when printing from lanman.
2000-07-06 Tim PotterMoved authenticated pipe user details into a current_us...
2000-07-03 Tim PotterSome more sec_ctx changes. Modified some fields in...
2000-06-23 Jeremy AllisonFix a malloc of zero problem.
2000-06-23 Jeremy Allisonlib/util_unistr.c: Off-by-one fix for dos_PutUniStr...
2000-06-23 Tim PotterAdded return for become_authenticated_pipe_user() function.
2000-06-23 Tim PotterDelete OriginalDir stuff.
2000-06-23 Tim PotterMoved some static functions to sec_ctx.c
2000-06-23 Tim PotterCall init_sec_ctx() instead of init_uid().
2000-06-23 Tim PotterI've been working on refactoring some of the mess that...
2000-06-20 Jeremy AllisonFixes for IRIX kernel oplocks and systems that don...
2000-06-19 Jeremy AllisonParanoia changes to ensure that anything touched by...
2000-06-16 Tim PotterPass the vuid from the connection_struct to the printin...
2000-06-15 Andrew Tridgellopen files with O_NONBLOCK when available. This is...
2000-06-15 Andrew Tridgelladded support for kernel level share modes. These are...
2000-06-14 Andrew Tridgellallow the notify implementation to choose the select...
2000-06-14 Tim PotterZERO_STRUCT() of info3 structure before using it.
2000-06-13 Christopher R. HertelRemoved a patch that Andrew had added because 'insure...
2000-06-13 Andrew Tridgelluse DN_ATTRIB kernel change notify attribute
2000-06-13 Andrew Tridgellalways use the DN_CREATE mask (NT expects file creation...
2000-06-12 Andrew Tridgellenable the Linux change notify code and change some...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-12 Andrew Tridgellfixed comments at top of module
2000-06-12 Andrew Tridgellsplit all the change notify code out into a separate...
2000-06-11 Andrew Tridgella better test for oplocks being enabled in this kernel
2000-06-11 Andrew Tridgellfixed Linux capabilities handling
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-06-10 Andrew Tridgella first pass at Linux kernel oplocks support
2000-06-10 Andrew Tridgellcontinued the split of the kernel level oplocks code...
2000-06-09 Jeremy Allison(Correct) fix for desired_access being zero in map_shar...
2000-06-09 Jeremy AllisonLuke, I am moving the code back into passdb/passdb...
2000-06-09 Andrew Tridgellclean up oplock capability code ready for Linux code
2000-06-09 Andrew Tridgellsplit some of the irix kernel oplocks code into a function
2000-06-09 Luke Leightonfree NET_USER_INFO_3 gids when vuser invalidated.
2000-06-09 Luke Leightondynamic allocation of NET_USER_INFO_3 gids.
2000-06-09 Luke Leightonreverted jeremy's changes that removed NET_USER_INFO_3...
2000-06-08 Jeremy AllisonChange from "David S. Chappell" <David.Chappell@mail...
2000-06-08 Jeremy AllisonFix for map_share_mode to allow desired access of zero...
2000-06-08 Jeremy Allisoninclude/smb.h: Removed NET_USER_3 struct from user...
2000-06-08 Luke Leightonadded a NET_USER_INFO_3 struct to user_struct.
2000-06-08 Andrew Tridgell- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX
2000-06-08 Jeremy AllisonCause printer SD's to be displayed correctly (full...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-03 Andrew Tridgellmoved secrets fns into secrets.c
2000-06-03 Jeremy Allisonrpc_client/cli_lsarpc.c: Removed unused variable.
2000-06-01 Jeremy Allisonparam/loadparm.c: Looks like someone ran indent on...
2000-06-01 Jeremy AllisonGetting back to a compilable state (not there yet but...
2000-05-31 Jeremy AllisonChanged interface to set_nt_acl slightly.
2000-05-31 Jeremy AllisonWorking UNIX -> NT ACL mapper.
2000-05-31 Jeremy AllisonFixed interface between new ACLS and nttrans code.
2000-05-28 Luke Leightondebug output to /tmp.
2000-05-27 Luke Leightonprs_give_memory in wrong place, also poss. was losing...
2000-05-27 Luke Leightonfixed nttrans.c
2000-05-26 Shirish KaleleChanged MS_DFS to WITH_MSDFS throughout.
2000-05-24 Andrew Tridgellgot rid of lp_revalidate()
2000-05-23 Jeremy AllisonDid a proper fix for the file access on IPC$. Denied...
2000-05-23 Jeremy AllisonFixed bug where file access was allowed on IPC$ share.
2000-05-18 Shirish KaleleAdded the NETDFS pipe to allow remote administration...
2000-05-16 Shirish KaleleThe new msdfs implementation that uses symlinks to...
2000-05-15 Jeremy Allisonpassdb/secrets.c: Fix typo in comment.
2000-05-12 Andrew Tridgelladded spool_io_printer_driver_info_level_6()
2000-05-12 Andrew Tridgelluse "winbind separator" option for domain/user separato...
2000-05-12 Andrew Tridgellfixed error code for buffer_too_large in trans reply
2000-05-12 Andrew Tridgellfixed a problem with appliance operation
2000-05-12 Andrew Tridgelluse our primary domain trust account for trusted domain...
2000-05-12 Jeremy AllisonCheck fstat return for error.
2000-05-10 Jeremy Allisonlib/util_unistr.c:
2000-05-10 Andrew Tridgell- changed smb_getpwnam() to use winbind style usernames
2000-05-10 Andrew Tridgelltreat a blank "password server =" line as a "*" if...
2000-05-10 Andrew Tridgellcheck for sighup on each packet - otherwise it can...
2000-05-10 Andrew Tridgellformatting fix
2000-05-10 Andrew Tridgellpatch from Dominik Kubla <dominik.kubla@uni-mainz.de>
2000-05-10 Andrew Tridgellmore merging voodoo
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.
next