Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-02 | s3:spoolss: make use of cli_state_protocol() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-08-01 | s3-rpc_server: Only setup tcpip ports if epmapper is enabled. | Andreas Schneider | 1 | -2/+4 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Aug 1 12:31:59 CEST 2011 on sn-devel-104 | |||||
2011-08-01 | s3-rpc_server: Use rpc_spoolss_mode(). | Andreas Schneider | 1 | -9/+9 | |
2011-08-01 | s3-rpc_server: Add rpc_spoolss_mode(). | Andreas Schneider | 2 | -0/+30 | |
2011-08-01 | s3-rpc_server: Enable endpoint mapper as daemon by default. | Andreas Schneider | 1 | -1/+1 | |
2011-08-01 | s3-rpc_server: Use rpc_epmapper_mode(). | Andreas Schneider | 1 | -129/+30 | |
Remove embedded mode cause this will not work. It was only there for testing. | |||||
2011-08-01 | s3-rpc_server: Add rpc_epmapper_mode(). | Andreas Schneider | 2 | -0/+35 | |
2011-08-01 | s3-rpc_server: Disable listening on tcpip ports by default. | Andreas Schneider | 1 | -8/+17 | |
2011-08-01 | s3-epmd: Use rpc_setup_tcpip_sockets(). | Andreas Schneider | 1 | -73/+14 | |
2011-08-01 | s3-rpc_server: Use binding vector in rpc_ep_try_register(). | Andreas Schneider | 4 | -517/+663 | |
2011-08-01 | s3-rpc_server: Add RPC socket helper functions. | Andreas Schneider | 2 | -0/+311 | |
2011-08-01 | s3-rpc_server: Rename to rpc service setup. | Andreas Schneider | 3 | -2/+2 | |
2011-08-01 | s3-rpc_server: Move the endpoint registration to own file. | Andreas Schneider | 4 | -324/+404 | |
2011-08-01 | s3-rpc_server: Added common function to create tcpip socket. | Andreas Schneider | 1 | -23/+36 | |
2011-08-01 | s3-lsa: Fix crypto prototypes. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Aug 1 00:18:34 CEST 2011 on sn-devel-104 | |||||
2011-07-31 | s3-build: remove some unused/duplicate headers. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-07-31 | s3-lsa: support secret objects in _lsa_QuerySecurity(). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-07-31 | s3-lsa: support secret objects in _lsa_DeleteObject(). | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2011-07-31 | s3-lsa: implement _lsa_QuerySecret(). | Günther Deschner | 1 | -6/+86 | |
Guenther | |||||
2011-07-31 | s3-lsa: implement _lsa_SetSecret(). | Günther Deschner | 1 | -2/+66 | |
Guenther | |||||
2011-07-31 | s3-lsa: implement _lsa_CreateSecret(). | Günther Deschner | 1 | -2/+78 | |
Guenther | |||||
2011-07-31 | s3-lsa: implement _lsa_OpenSecret(). | Günther Deschner | 1 | -2/+58 | |
Guenther | |||||
2011-07-31 | s3-lsa: add LSA_HANDLE_SECRET_TYPE. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2011-07-31 | s3-lsa: Fix _lsa_DeleteObject to handle trusted domain objects. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104 | |||||
2011-07-28 | s3-rpc_server: Use talloc for pipe_rpc_fns | Simo Sorce | 3 | -22/+7 | |
Everything uses talloc in the rpc server nowadays, remove this ancient use of malloc. This also allows us to remove the free fucntion and let talloc handle it properly. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Jul 28 17:41:08 CEST 2011 on sn-devel-104 | |||||
2011-07-28 | s3-rpc_server: remove useless code | Simo Sorce | 1 | -3/+1 | |
We do not reuse pies_struct so there is no reason to SERO_STRUCT() it when we are freeing it as we are done using it anyways. | |||||
2011-07-28 | s3-rpc_server: remove unnecessary talloc_free | Simo Sorce | 1 | -2/+0 | |
The auth_ctx is a child of pipes_struct, and this function is a used only as a destructor on pipes_struct. So it is not really necessary to free this struct in the destructor as it will be freed soon enough anyway. | |||||
2011-07-28 | s3-rpc_server: Remove dead code | Simo Sorce | 1 | -16/+0 | |
srv_str and cli_str are not used anymore. | |||||
2011-07-28 | s3-spoolss: Use existing handle in printer_driver_files_in_use(). | Andreas Schneider | 1 | -4/+2 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jul 28 16:20:11 CEST 2011 on sn-devel-104 | |||||
2011-07-28 | s3-spoolss: Use existing handle in printer_driver_in_use(). | Andreas Schneider | 1 | -4/+2 | |
2011-07-27 | s3-spoolss: Use get_session_info_system(). | Andreas Schneider | 1 | -19/+2 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Jul 27 10:38:34 CEST 2011 on sn-devel-104 | |||||
2011-07-27 | s3-spoolss: Free the info2 structure in _spoolss_GetPrinter. | Andreas Schneider | 1 | -0/+1 | |
2011-07-27 | s3-spoolss: Use tmp_ctx everywhere in _spoolss_DeletePrinterDriverEx. | Andreas Schneider | 1 | -6/+6 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_enum_printer_key_internal. | Andreas Schneider | 1 | -7/+20 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_printer_deleteform1_internal. | Andreas Schneider | 1 | -4/+17 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_printer_setform1_internal. | Andreas Schneider | 1 | -5/+18 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_printer_addform1_internal. | Andreas Schneider | 1 | -4/+17 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_printer_getform1_internal. | Andreas Schneider | 1 | -5/+18 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_printer_enumforms1_internal. | Andreas Schneider | 1 | -5/+18 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_set_printer_secdesc_internal. | Andreas Schneider | 1 | -5/+18 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_get_printer_secdesc_internal. | Andreas Schneider | 1 | -5/+18 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_add_driver_internal. | Andreas Schneider | 1 | -6/+19 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_del_driver_internal. | Andreas Schneider | 1 | -5/+18 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_get_driver_list_internal. | Andreas Schneider | 1 | -7/+20 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_get_driver_internal. | Andreas Schneider | 1 | -7/+20 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_delete_printer_dataex_internal. | Andreas Schneider | 1 | -6/+19 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_get_printer_dataex_internal. | Andreas Schneider | 1 | -9/+22 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_enum_printer_dataex_internal. | Andreas Schneider | 1 | -7/+20 | |
2011-07-27 | s3-spoolss: Use tmp_ctx in winreg_set_printer_dataex_internal. | Andreas Schneider | 1 | -9/+22 | |