summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett16-95/+95
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett5-67/+37
2011-07-20s3-rpc_server read and write the unix_token and unix_info across named_pipe_authAndrew Bartlett2-27/+42
2011-07-20s3-auth Use system boolean in auth_user_info_unixAndrew Bartlett1-1/+1
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2-2/+2
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-1/+1
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett6-42/+42
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett16-98/+98
2011-07-20Add my copyrightAndrew Bartlett2-0/+2
2011-07-18s3-rpc_server: Fixed segfaults in rpc daemons.Andreas Schneider3-3/+8
2011-07-15lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, notGünther Deschner1-1/+4
2011-07-15lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner1-5/+5
2011-07-14s3-rpc_server: Pass event and messaging context to accept function.Andreas Schneider1-5/+14
2011-07-14s3-librpc: Pass messaging context to dcerpc register functions.Andreas Schneider1-0/+1
2011-07-13s3-epmapper: Fix adding tcpip endpoints.Andreas Schneider1-0/+8
2011-07-08s3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINREG was pulling in rpc ...Günther Deschner1-3/+3
2011-07-07s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner1-148/+191
2011-07-07s3-printing: use winreg_internal functions.Günther Deschner1-73/+73
2011-07-07s3-printing: add winreg_internal functions.Günther Deschner3-1/+540
2011-07-07s3-printing: add winreg_printer_binding_handle and remove most of srv_spoolss...Günther Deschner2-4772/+12
2011-07-07s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner1-0/+1
2011-07-07s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner1-0/+1
2011-07-07s3-waf: Fix linking bugs causing segfaults.Andreas Schneider1-1/+1
2011-07-05s3: Remove some unused variablesVolker Lendecke1-4/+0
2011-07-05s3: Return "granted" from share_access_checkVolker Lendecke1-2/+2
2011-07-04s3: Fix an enum/int mixupVolker Lendecke1-9/+10
2011-07-04s3-samr Send IP address only to PAM remote hostname hook on password setAndrew Bartlett1-44/+12
2011-07-04s3-rpc_server: Remove client_id and server_id from pipes struct.Andreas Schneider2-60/+0
2011-07-04s3-epmapper: Replace server_id in the epmapper.Andreas Schneider1-4/+17
2011-07-04s3-spoolss: Replace client_id in the spoolss server.Andreas Schneider1-8/+63
2011-07-04s3-samr: Replace client_id in samr server.Andreas Schneider1-7/+72
2011-07-04s3-rpc_server: Replace client_id in dcerpc gssapi server.Andreas Schneider3-8/+27
2011-07-04s3-rpc_server: Remove unused client_id in srv_pipe.c.Andreas Schneider1-3/+0
2011-07-04s3-auth: Pass the remote_address down to user_info.Andreas Schneider1-0/+2
2011-07-04s3-auth: Added remote_address to ntlmssp server.Andreas Schneider5-2/+21
2011-07-04s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider7-40/+93
2011-07-04s3-rpc_server: Add local and remote address to pipes struct.Andreas Schneider1-30/+43
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-07-01s3-printing: split out printing migration code into a smaller library.Günther Deschner1-1/+1
2011-06-28s3-waf: add some missing tdb dependencies.Günther Deschner1-1/+1
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett2-10/+10
2011-06-21s3-spoolss: Fix some valgrind warnings.Andreas Schneider2-8/+8
2011-06-21lib/util Remove samba-util-common!Andrew Bartlett1-12/+12
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-1/+1
2011-06-16s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()Stefan Metzmacher1-1/+1
2011-06-16s3:rpc_server/svcctl: fix valgrind bugs in _svcctl_QueryServiceConfig2W()Stefan Metzmacher1-9/+5
2011-06-16s3:rpc_server/svcctl: don't allocate return values on a temporary stackframeStefan Metzmacher1-5/+3
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett7-26/+26
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett3-35/+35