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)
commit23807f2b308e80a1e325c8fd2bddeec3e2e15bc5
tree744ac3d0a34255dcfdadd83060ae9687e1a9fa1e
parent92ebc81734a8a4165f88eeba9c05a05ea2917584
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.
(This used to be commit 1dba9c5cd1e6389734c648f6903abcb7c8d5b2f0)
12 files changed:
source3/Makefile.in
source3/include/proto.h
source3/include/rpc_secdes.h
source3/include/rpc_spoolss.h
source3/lib/util_seaccess.c
source3/lib/util_str.c
source3/nsswitch/wb_client.c
source3/printing/nt_printing.c
source3/printing/printing.c
source3/smbd/password.c
source3/smbd/sec_ctx.c
source3/smbd/service.c