Changes from APPLIANCE_HEAD:
authorDavid O'Neill <dmo@samba.org>
Thu, 4 Jan 2001 19:27:08 +0000 (19:27 +0000)
committerDavid O'Neill <dmo@samba.org>
Thu, 4 Jan 2001 19:27:08 +0000 (19:27 +0000)
commit1dba9c5cd1e6389734c648f6903abcb7c8d5b2f0
tree28d04784c87491f39653af60bb3ba56b5a7d5912
parent7f862e387f935a2125481338eee850afcb8d82ba
Changes from APPLIANCE_HEAD:
    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.
12 files changed:
source/Makefile.in
source/include/proto.h
source/include/rpc_secdes.h
source/include/rpc_spoolss.h
source/lib/util_seaccess.c
source/lib/util_str.c
source/nsswitch/wb_client.c
source/printing/nt_printing.c
source/printing/printing.c
source/smbd/password.c
source/smbd/sec_ctx.c
source/smbd/service.c