summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett5-52/+52
2011-05-18build: Add depenencies needed by Samba3 subsystemsAndrew Bartlett1-2/+3
2011-05-17s3:rpc_server: create lp_ncalrpc_dir() with 0755 before lp_ncalrpc_dir()/np w...Stefan Metzmacher1-0/+11
2011-05-17Revert "s3-rpc_server: Force ncalrpc dir to be mode 755."Stefan Metzmacher1-1/+13
2011-05-16s3-rpc_server: Force ncalrpc dir to be mode 755.Andreas Schneider1-13/+1
2011-05-16s3-spoolss: Get the printer location from cups.Andreas Schneider1-2/+33
2011-05-13rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2-28/+31
2011-05-08ncalrpc: Force ncalrpc dir to be mode 755 in all usersAndrew Bartlett1-2/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06s3-spoolss: remove unused struct in construct_notify_printer_info().Günther Deschner1-2/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner2-0/+2
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison4-10/+10
2011-05-05s3-rpc_server: run minimal_includes.pl.Günther Deschner7-8/+0
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-1/+1
2011-05-02s3-rpc_server: (re)move last globally included rpc_server prototypes.Günther Deschner4-0/+36
2011-05-02s3-spoolss: remove another unused header.Günther Deschner1-1/+0
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner18-15/+18
2011-05-02s3-rpc_server: add pipes_struct forward declaration.Günther Deschner2-0/+3
2011-05-02s3-smbd: avoid using pipes_struct when only session_info is needed.Günther Deschner1-1/+1
2011-05-02s3-printing: avoid using pipes_struct when only session_info is needed.Günther Deschner1-2/+2
2011-05-02s3-proto: move remaining srvsvc protos to own header file.Günther Deschner3-0/+35
2011-05-02s3-proto: move remaining spoolss protos to own header file.Günther Deschner3-0/+42
2011-05-02s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner4-1/+54
2011-05-02s3-rpc_server: remove proto of nonexisting functionGünther Deschner1-1/+1
2011-05-02s3-util: move valid_share_pathname() to lib/util.cGünther Deschner1-34/+0
2011-05-02s3-proto: move rpc_srv_register protos and structs to town headerfile.Günther Deschner6-0/+45
2011-04-29s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner3-0/+8
2011-04-29s3-proto: remove duplicate prototypes.Günther Deschner1-1/+2
2011-04-29s3-rpc_server: remove some unneeded headers.Günther Deschner1-4/+0
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2-0/+2
2011-04-29s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2-0/+2
2011-04-29build: Fix kerberos build issues in top level buildAndrew Bartlett1-1/+2
2011-04-27s3-rpc_server Fix compile without kerberosAndrew Bartlett1-2/+7
2011-04-27auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett1-54/+8
2011-04-20s3-spoolss: fix debug statement in spoolss_addprinterex_level_2().Günther Deschner1-2/+2
2011-04-20s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()Andrew Bartlett1-1/+1
2011-04-14s3-includes: move struct pipe_open_rec to srvsvc rpc server.Günther Deschner1-0/+9
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-04-11s3: Wrap creating the svcctl keys in a transactionVolker Lendecke1-0/+28
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett2-19/+32
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett6-16/+16
2011-04-05s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2-8/+7
2011-04-04s3-rpc_server Remove comment, yes the key is correct.Andrew Bartlett1-2/+0
2011-04-04s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2-11/+1
2011-03-31s3: Fix a typoVolker Lendecke1-1/+1
2011-03-31s3-samr: make getgrgid() failure a little more visible in _samr_CreateDomAlia...Günther Deschner1-1/+1
2011-03-30s3: Fix Coverity ID 2041, "UNUSED_VALUE"Günther Deschner1-4/+10
2011-03-30s3: Fix Coverity ID 2332: MISSING_BREAKVolker Lendecke1-0/+1
2011-03-30s3-rpc_server: move access check functions out of samr server.Günther Deschner5-114/+163
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner2-0/+2