summaryrefslogtreecommitdiffstats
path: root/source3/include/rpc_secdes.h
Commit message (Collapse)AuthorAgeFilesLines
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-0/+7
| | | | | | | | | | | | | | in the reverse). * add in new printer change notify code from SAMBA_2_2 * add in se_map_standard() from 2.2 in _spoolss_open_printer_ex() * sync up the _print_queue_struct in smb.h (why did someone change the user/file names in fs_user/fs_file (or vice-versa) ? ) * sync up some cli_spoolss_XXX functions (This used to be commit 5760315c1de4033fdc22684c940f18010010924f)
* yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-101-40/+73
| | | | | | | | | <a.kotovich@sam-solutions.net> that adds the security decsriptor code for ADS workstation accounts thanks for your patience Cat, and thanks to Andrew Bartlett for extensive reviews and suggestions about this code. (This used to be commit 6891393b5db868246fe52ff62b3dc6aa5ca6f726)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-1/+1
| | | | | definitions. (This used to be commit 9712d3f15a47155f558d0034ef71fd06afb11301)
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-1/+5
| | | | | | security descriptors and pointers. Syncup with 2.2 tree. Jeremy. (This used to be commit 14d5997dc841e78a619e865288486d50c245896d)
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-0/+2
| | | | | | | srv_samr.c: Fix for pw caching. smbd/nttrans.c: Fix to allow trans create to set ACL on open. Jeremy. (This used to be commit c4f810a7588a2faf41f4222dc77678c53ab1dec0)
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source/Makefile.in - changes to ctags and etags rules that somehow got lost along the way. source/include/proto.h - make proto source/smbd/sec_ctx.c source/smbd/password.c - merge debugs for debugging user groups and NT token stuff. source/lib/util_str.c - capitalise domain name returned from parse_domain_user() source/nsswitch/wb_client.c - fix broken conditional in debug statement. source/include/rpc_secdes.h source/include/rpc_spoolss.h source/printing/nt_printing.c source/lib/util_seaccess.c - fix printer permission bugs related to ACE masks for printers. This adds mapping of generic access rights to object specific rights for NT printers. Still need to work out whether or not to ignore ACEs with certain flags set, though. See comments in util_seaccess.c:check_ace() for details. source/printing/nt_printing.c source/printing/printing.c - use PRINTER_ACCESS_ADMINISTER instead of JOB_ACCESS_ADMINISTER until we sort out printer/printjob permission stuff. (This used to be commit 1dba9c5cd1e6389734c648f6903abcb7c8d5b2f0)
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-1/+19
| | | | | | above this layer. Jeremy. (This used to be commit b90af886a951b7b049ed7a42e6d99c332e43897b)
* Tidied up security rights definitions.Jeremy Allison2000-08-101-4/+0
| | | | | Jeremy. (This used to be commit e466c863f5540e13776f4477b6d58e3fbfe7276d)
* Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2000-08-081-3/+0
| | | | | Jeremy. (This used to be commit 5a4a7cd4727df5d1b5e71d343e776c7df52dc515)
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-2/+4
| | | | | Jeremy. (This used to be commit 341d07c516865bdd9be99f98cd0754d12b25f9c0)
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-3/+3
| | | | (This used to be commit f9f2a04fdb7b2af1cfe5bf26ec6f0d955ea948b9)
* more mergingAndrew Tridgell2000-05-101-1/+6
| | | | | | it is now at the stage that winbindd can compile in the head branch, but not link (This used to be commit d178c00aae77710ae6ff20a7f54a30e3bd8232bb)
* Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-291-0/+11
| | | | | Jeremy. (This used to be commit 41e37c51816ec048952ada1513c62f2689589001)
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-6/+1
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-1/+2
| | | | | | | | | | simplest method to get rpcclient's reggetsec command working. the buffers passed as arguments in do_reg_get_key_sec() do need to be locally allocated not dynamically allocated, as two calls to reg_get_key_sec() are needed. on the first, the server fills in the size of the security descriptor buffer needed. on the second, the server fills in the security descriptor buffer. (This used to be commit b2d9cbef6f65bb696df8d8f49aa0c240e0bb1f50)
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-3/+1
| | | | (This used to be commit ec1b7000fd88c5a08e438c7033f60e49b9ec44a8)
* security descriptors.Luke Leighton1998-11-121-11/+17
| | | | | kanji const char* warnings. (This used to be commit 06abdfd68e1d7fa8741afc3f56ec7a13b5fa4ccc)
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-111-12/+41
| | | | (This used to be commit 719382a5579e8798812bbccd14a4c1ffd9003f7a)
* clearing up security descriptorLuke Leighton1998-11-111-3/+2
| | | | (This used to be commit abdc9d790b7d27b70aaf88451f5c82c99c94ca6e)
* oops!Luke Leighton1998-11-101-0/+102
(This used to be commit cad5b1f1fb03e7b064040b7c5bef5cd86dd0e1ba)