s3: Remove nmbd_messaging_context()
[kai/samba.git] / source3 / rpc_server /
2011-08-01 Andreas Schneiders3-rpc_server: Rename to rpc service setup.
2011-08-01 Andreas Schneiders3-rpc_server: Move the endpoint registration to own...
2011-08-01 Andreas Schneiders3-rpc_server: Added common function to create tcpip...
2011-07-31 Günther Deschners3-lsa: Fix crypto prototypes.
2011-07-31 Günther Deschners3-build: remove some unused/duplicate headers.
2011-07-31 Günther Deschners3-lsa: support secret objects in _lsa_QuerySecurity().
2011-07-31 Günther Deschners3-lsa: support secret objects in _lsa_DeleteObject().
2011-07-31 Günther Deschners3-lsa: implement _lsa_QuerySecret().
2011-07-31 Günther Deschners3-lsa: implement _lsa_SetSecret().
2011-07-31 Günther Deschners3-lsa: implement _lsa_CreateSecret().
2011-07-31 Günther Deschners3-lsa: implement _lsa_OpenSecret().
2011-07-31 Günther Deschners3-lsa: add LSA_HANDLE_SECRET_TYPE.
2011-07-31 Günther Deschners3-lsa: Fix _lsa_DeleteObject to handle trusted domain...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-28 Simo Sorces3-rpc_server: Use talloc for pipe_rpc_fns
2011-07-28 Simo Sorces3-rpc_server: remove useless code
2011-07-28 Simo Sorces3-rpc_server: remove unnecessary talloc_free
2011-07-28 Simo Sorces3-rpc_server: Remove dead code
2011-07-28 Andreas Schneiders3-spoolss: Use existing handle in printer_driver_files...
2011-07-28 Andreas Schneiders3-spoolss: Use existing handle in printer_driver_in_use().
2011-07-27 Andreas Schneiders3-spoolss: Use get_session_info_system().
2011-07-27 Andreas Schneiders3-spoolss: Free the info2 structure in _spoolss_GetPri...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx everywhere in _spoolss_DeletePr...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_enum_printer_key_inte...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_printer_deleteform1_i...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_printer_setform1_inte...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_printer_addform1_inte...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_printer_getform1_inte...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_printer_enumforms1_in...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_set_printer_secdesc_i...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_get_printer_secdesc_i...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_add_driver_internal.
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_del_driver_internal.
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_get_driver_list_internal.
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_get_driver_internal.
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_delete_printer_dataex...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_get_printer_dataex_in...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_enum_printer_dataex_i...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_set_printer_dataex_in...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_update_printer_internal.
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_create_printer_internal.
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_get_printer_internal.
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_printer_get_changeid_...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_printer_update_change...
2011-07-27 Andreas Schneiders3-spoolss: Use tmp_ctx in winreg_delete_printer_key_in...
2011-07-27 Andreas Schneiders3-spoolss: Free local in winreg_printer_binding_handle.
2011-07-27 Simo Sorces3-spoolss: Improve memory efficiency.
2011-07-27 Andreas Schneiders3-rpc_server: Copy correct local tsocket address.
2011-07-21 Simo Sorces3-rpc_server: Do not set msg_ctx twice
2011-07-21 Andreas Schneiders3-rpc_server: Pass msg_ctx to make_base_pipes_struct().
2011-07-21 Simo Sorces3-rpc_server: Create common function to allocate pipes...
2011-07-21 Simo Sorces3-rpc_server: Move pipe/handles functions
2011-07-21 Andreas Schneiders3-rpc_server: Fixed header define.
2011-07-21 Andreas Schneiders3-rpc_server: Remove unused endpoint information.
2011-07-21 Andreas Schneiders3-rpc_server: We need to copy the session_info for...
2011-07-21 Andreas Schneiders3-rpc_server: Duplicate the pipe name.
2011-07-21 Andreas Schneiders3-rpc_server: Free the np dir.
2011-07-21 Andreas Schneiders3-rpc_server: Fix messaging context in the pipes struct.
2011-07-21 Andreas Schneiders3-rpc_server: Add my copyright.
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartletts3-rpc_server remove per-element copies of auth_session...
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-rpc_server read and write the unix_token and unix_in...
2011-07-19 Andrew Bartletts3-auth Use system boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-19 Andrew BartlettAdd my copyright
2011-07-18 Andreas Schneiders3-rpc_server: Fixed segfaults in rpc daemons.
2011-07-15 Günther Deschnerlsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInf...
2011-07-15 Günther Deschnerlsa: rename auth info argument in lsa_CreateTrustedDoma...
2011-07-14 Andreas Schneiders3-rpc_server: Pass event and messaging context to...
2011-07-14 Andreas Schneiders3-librpc: Pass messaging context to dcerpc register...
2011-07-13 Andreas Schneiders3-epmapper: Fix adding tcpip endpoints.
2011-07-08 Günther Deschners3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINR...
2011-07-07 Günther Deschners3-printing: safe a ton of roundtrips by reusing existi...
2011-07-07 Günther Deschners3-printing: use winreg_internal functions.
2011-07-07 Günther Deschners3-printing: add winreg_internal functions.
2011-07-07 Günther Deschners3-printing: add winreg_printer_binding_handle and...
2011-07-07 Günther Deschners3-printing: move driver_info_ctr_to_info8 to init_spoo...
2011-07-07 Günther Deschners3-printing: move os2 related functions to printing...
2011-07-07 Andreas Schneiders3-waf: Fix linking bugs causing segfaults.
2011-07-05 Volker Lendeckes3: Remove some unused variables
2011-07-05 Volker Lendeckes3: Return "granted" from share_access_check
2011-07-04 Volker Lendeckes3: Fix an enum/int mixup
2011-07-04 Andrew Bartletts3-samr Send IP address only to PAM remote hostname...
2011-07-04 Andreas Schneiders3-rpc_server: Remove client_id and server_id from...
2011-07-04 Andreas Schneiders3-epmapper: Replace server_id in the epmapper.
2011-07-04 Andreas Schneiders3-spoolss: Replace client_id in the spoolss server.
2011-07-04 Andreas Schneiders3-samr: Replace client_id in samr server.
2011-07-04 Andreas Schneiders3-rpc_server: Replace client_id in dcerpc gssapi server.
2011-07-04 Andreas Schneiders3-rpc_server: Remove unused client_id in srv_pipe.c.
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-07-04 Andreas Schneiders3-auth: Added remote_address to ntlmssp server.
2011-07-04 Andreas Schneiders3-rpc_server: Migrate rpc function to tsocket_address.
2011-07-04 Andreas Schneiders3-rpc_server: Add local and remote address to pipes...
2011-07-02 Andrew Bartlettparam: Finish conversion from lp_wins_support() ->...
2011-07-01 Günther Deschners3-printing: split out printing migration code into...
next