summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:rpc_parse: remove unused init_unistr().Günther Deschner2009-03-261-1/+0
| | | | Guenther
* s3-rpc_parse: remove unused smb_io_domsid().Günther Deschner2009-03-251-1/+0
| | | | Guenther
* s3: remove unused rpc_parse/parse_sec.c file.Günther Deschner2009-03-251-5/+0
| | | | Guenther
* Convert rpc_pipe_bind to tevent_reqVolker Lendecke2009-03-241-5/+5
|
* Convert rpc_api_pipe_req to tevent_reqVolker Lendecke2009-03-241-6/+6
|
* s3: add missing prototype for auth_wbc_init().Günther Deschner2009-03-241-0/+4
| | | | Guenther
* Use avahi to register _smb._tcp in smbdVolker Lendecke2009-03-231-0/+5
|
* Add tevent avahi bindingVolker Lendecke2009-03-231-0/+5
|
* s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-231-6/+9
| | | | | | | | | | We store the seqnum/mid mapping in the cli_request structure for async requests and in the cli_state structure for sync calls. We skip the signing check for oplock requests while waiting for async requests coming in. metze
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-12/+20
| | | | | | | | | We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze
* s3:libsmb: rename smb_signing.c => clisigning.cStefan Metzmacher2009-03-231-1/+1
| | | | | | This prepares a large simplification of the smb_signing code metze
* s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher2009-03-211-0/+2
| | | | | | | | | | This will be used as part a the franky setup, where nmbd will forward the MAILSLOT requests to the local samba4 CLDAP server. "nmbd_proxy_logon:cldap_server = 127.0.0.1" would configure and activate this feature. metze
* s3-spoolss: apply some const in spoolss server.Günther Deschner2009-03-201-3/+3
| | | | Guenther
* s3-spoolss: pure comsetics.Günther Deschner2009-03-201-2/+3
| | | | | | sorry, I just need to do that. Guenther
* s3-samr: try to to fix password_expired flag handling.Günther Deschner2009-03-201-0/+6
| | | | Guenther
* s3: remove POLICY_HND.Günther Deschner2009-03-181-10/+10
| | | | Guenther
* s3-rpc_parse: remove some unused parsing code.Günther Deschner2009-03-181-13/+0
| | | | Guenther
* s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner2009-03-181-6/+0
| | | | Guenther
* s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.Günther Deschner2009-03-181-5/+0
| | | | Guenther
* s3-spoolss: remove rpc_parse/parse_spoolss.c alltogether.Günther Deschner2009-03-181-2/+0
| | | | | | Good-Bye, last hand-marshalled rpc functions, rest in peace. Guenther
* s3-spoolss: remove old spoolss_EnumPrinterDataEx.Günther Deschner2009-03-181-5/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_EnumPrinterDataEx.Günther Deschner2009-03-181-1/+0
| | | | | | | | Please note that this has been the last call in samba3 that was using hand-marshalled rpc. With this commit all named pipe rpc services in samba3 have now fully moved to pidl generated code :-) Guenther
* s3-spoolss: fix spoolss server after spoolss_Field changes.Günther Deschner2009-03-181-1/+1
| | | | Guenther
* s3-rpc_parse: move prs_uint64 to rpc_parse/parse_prs.c.Günther Deschner2009-03-181-1/+1
| | | | Guenther
* s3-spoolss: remove old rpccli_spoolss_enumprinterdataex.Günther Deschner2009-03-181-6/+0
| | | | Guenther
* s3-spoolss: add rpccli_spoolss_enumprinterdataex convenience wrapper.Günther Deschner2009-03-181-0/+7
| | | | Guenther
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-9/+6
| | | | | | | | | callers pass in a struct user_auth_info * instead. This commit causes smbc_set_credentials() to print out a message telling callers to use smbc_set_credentials_with_fallback() instead, as smbc_set_credentials() has a broken API (no SMBCCTX * pointer). No more global variables used in the connection manager API for client dfs calls. Jeremy.
* s3-spoolss: remove unused DEVICEMODE parsing and header.Günther Deschner2009-03-171-1/+0
| | | | Guenther
* s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.Günther Deschner2009-03-171-3/+2
| | | | Guenther
* s3-spoolss: move SYSTEMTIME parsing to a more generic place, as suggested.Günther Deschner2009-03-171-2/+2
| | | | Guenther
* s3-spoolss: rename temporary convert_devicemode_new function.Günther Deschner2009-03-171-2/+3
| | | | Guenther
* Convert np_read to tevent_reqVolker Lendecke2009-03-171-4/+4
|
* Convert np_write to tevent_reqVolker Lendecke2009-03-171-4/+4
|
* s3: remove rpc_parse/parse_buffer.c completely.Günther Deschner2009-03-171-13/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_EnumPrinterKey.Günther Deschner2009-03-171-2/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_EnumPrinterKey.Günther Deschner2009-03-171-1/+0
| | | | Guenther
* s3-spoolss: remove old rpccli_spoolss_enumprinterkey wrapper.Günther Deschner2009-03-171-6/+0
| | | | Guenther
* s3-spoolss: add rpccli_spoolss_enumprinterkey convenience wrapper.Günther Deschner2009-03-171-0/+6
| | | | Guenther
* s3-spoolss: remove spoolss_EnumPrinterData.Günther Deschner2009-03-171-2/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_EnumPrinterData.Günther Deschner2009-03-171-1/+0
| | | | Guenther
* s3-spoolss: remove rpccli_spoolss_enumprinterdata.Günther Deschner2009-03-171-8/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_SetPrinterData.Günther Deschner2009-03-171-2/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_SetPrinterData.Günther Deschner2009-03-171-1/+0
| | | | Guenther
* s3-spoolss: remove old rpccli_spoolss_setprinterdata wrapper.Günther Deschner2009-03-171-4/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_GetPrinterData.Günther Deschner2009-03-171-2/+0
| | | | Guenther
* s3-spoolss: use pidl for _spoolss_GetPrinterData.Günther Deschner2009-03-171-1/+0
| | | | Guenther
* s3-spoolss: remove old rpccli_spoolss_getprinterdata.Günther Deschner2009-03-171-8/+0
| | | | Guenther
* s3-spoolss: add rpccli_spoolss_getprinterdata convenience wrapper.Günther Deschner2009-03-171-0/+9
| | | | Guenther
* s3-spoolss: add push_spoolss_PrinterData().Günther Deschner2009-03-171-0/+3
| | | | Guenther
* s3-spoolss: add pull_spoolss_PrinterData().Günther Deschner2009-03-171-0/+4
| | | | Guenther