summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-01-21s3:srv_spoolss: use dcerpc_spoolss_X() functionsStefan Metzmacher1-10/+27
2011-01-21s3-spoolss: make it more obvious what winreg_create_printer() does.Günther Deschner1-5/+1
2011-01-21s3-spoolss: as smbtorture testing proves: devmode size is the size of the dev...Günther Deschner1-1/+1
2011-01-21s3-spoolss: disallow storing an invalid devmode size.Günther Deschner1-0/+6
2011-01-18s3-netlogon: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore.Günther Deschner1-1/+1
2011-01-18s3-netlogon: no need to include ../librpc/gen_ndr/cli_samr.h anymore.Günther Deschner1-1/+1
2011-01-18Fix error where Windows client spoolss returns WERR_INVALID_DATA W_ERRO...Jeremy Allison1-0/+4
2011-01-14s3-waf: fix the build after rpc_winreg removal.Günther Deschner1-1/+1
2011-01-13s3-spoolss: no need to include cli_winreg header anymore.Günther Deschner1-1/+1
2011-01-10s3-netlogon: Move to new dcerpc client funtions.Andreas Schneider1-56/+140
2011-01-04s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider1-4/+0
2011-01-04s3-waf: Fixed the static rpc service build.Andreas Schneider1-116/+69
2010-12-22s3-spoolss: handle NTTIME(0) as "01/01/1601" REG_SZ in driver dates.Günther Deschner1-4/+13
2010-12-20s3: Remove unused "retry" from cli_full_connectionVolker Lendecke1-1/+1
2010-12-16spoolss: fill in PerMachineConnections add and delete IDL.Günther Deschner1-9/+9
2010-12-15s3:rpc_client: let rpc_transport_tstream_init() create read and write queueStefan Metzmacher1-15/+1
2010-12-15s3-waf: rework rpc_server handling a bit.Günther Deschner1-1/+18
2010-12-07s3-waf: fix pam dependencies of the RPC_SAMR server.Günther Deschner1-0/+1
2010-12-01s3-waf: avoid module name uppercasing.Günther Deschner1-28/+28
2010-12-01s3-waf: convert RPC_LSARPC into a subsystem.Günther Deschner1-2/+7
2010-11-30s3-waf: convert RPC_SAMR into a subsystem.Günther Deschner1-2/+7
2010-11-19s3-spoolss: fix typo in debug message.Günther Deschner1-1/+1
2010-11-17s3-spoolss: make sure members of "BUILTIN\Print Operators" can open printersGünther Deschner1-1/+3
2010-11-17s3-spoolss: add debug statement for access denied cases in OpenPrinterEx path.Günther Deschner1-0/+3
2010-11-10s3-spoolss: fix spoolss GetPrinterData behaviourDavid Disseldorp1-1/+1
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2-38/+74
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-9/+24
2010-10-25s3-waf: fixed paths in s3 waf build for rpc_serverAndrew Tridgell1-14/+14
2010-10-22Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison5-23/+23
2010-10-22Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison5-23/+23
2010-10-19s3-waf: convert rpc into a subsystem.Günther Deschner1-0/+126
2010-10-15s3-rpc_server: Normalize rpc_pipe_open_interface pipe name.Andreas Schneider1-1/+6
2010-10-15s3-rpc_server: Make auth_serversupplied_info const.Andreas Schneider2-7/+7
2010-10-14s3-auth Use security_token_debug() from common codeAndrew Bartlett1-3/+3
2010-10-14s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett1-3/+3
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett9-4/+9
2010-10-11s3-spoolss: add more userlevel info validation to _spoolss_OpenPrinterEx.Günther Deschner1-0/+9
2010-10-11s3-spoolss: let set_printer_hnd_name return WERROR.Günther Deschner1-17/+19
2010-10-11s3-spoolss: convert open_printer_hnd to return WERROR.Günther Deschner1-11/+16
2010-10-11s3-spoolss: fix set_printer_hnd_name() to match torture test.Günther Deschner1-9/+15
2010-10-08s3: Implement echo_TestSleepVolker Lendecke1-1/+1
2010-10-07s3-spoolss: make it possible to have and announce a [prnproc$] share on the p...Günther Deschner1-2/+12
2010-10-07samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner1-3/+3
2010-10-07s3-samr: fix _samr_QueryGroupMember().Günther Deschner1-2/+5
2010-10-05Fix bug 7704 - Possible error in fix to rpc_server/srv_spoolss_nt.c.Jeremy Allison1-1/+1
2010-10-04spoolss: fill in spoolss_SetPort IDL.Günther Deschner1-3/+3
2010-10-03s3: Remove talloc_autofree_context() from srv_samr_nt.cVolker Lendecke1-4/+2
2010-10-02s3-spoolss: Strip off ", DrvConvert" and ",LocalOnly" in OpenPrinterEx as see...Günther Deschner1-0/+13
2010-10-02s3-spoolss: Fixed print job access.Andreas Schneider1-4/+4
2010-10-02s3-spoolss: Fixed print_access_check server_info.Andreas Schneider1-2/+2