summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Collapse)AuthorFilesLines
2009-04-06s3:smbldap Remove smbldap_get_dnAndrew Bartlett2-3/+1
This removes one more caller to pull_utf8_allocate() Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-01s3-passdb: add smb_create_user().Günther Deschner1-0/+4
Guenther
2009-03-30s3/cups: add encryption supportBjörn Jacke1-0/+1
2009-03-27s3: added per-client statistics to onefs perfcount moduleScott Urban1-8/+0
* we now track, uid, remote ip, and local ip per CIFS operation * removed perfcount_set_client() from perfcount interface as it's unecessary
2009-03-27Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb ↵Jeremy Allison1-0/+2
correctly. For the clustering case. Clustered setups should have only ever used the unsigned version of TDB_DATA in the first place so they can't be in this mess :-). Just do the normal upgrade in the clustered case. Jeremy.
2009-03-26s3:rpc_parse: remove unused init_unistr().Günther Deschner1-1/+0
Guenther
2009-03-25s3-rpc_parse: remove unused smb_io_domsid().Günther Deschner1-1/+0
Guenther
2009-03-25s3: remove unused rpc_parse/parse_sec.c file.Günther Deschner1-5/+0
Guenther
2009-03-24Convert rpc_pipe_bind to tevent_reqVolker Lendecke1-5/+5
2009-03-24Convert rpc_cli_transport->trans to tevent_reqVolker Lendecke1-6/+6
2009-03-24Convert rpc_cli_transport->write to tevent_reqVolker Lendecke1-5/+5
2009-03-24Convert rpc_cli_transport->read to tevent_reqVolker Lendecke1-5/+5
2009-03-24Convert rpc_api_pipe_req to tevent_reqVolker Lendecke1-6/+6
2009-03-24s3: use generated dcerpc code.Günther Deschner2-10/+2
Guenther
2009-03-24s3: add missing prototype for auth_wbc_init().Günther Deschner1-0/+4
Guenther
2009-03-23Use avahi to register _smb._tcp in smbdVolker Lendecke1-0/+5
2009-03-23Add tevent avahi bindingVolker Lendecke1-0/+5
2009-03-23s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher4-22/+20
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
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2-12/+22
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze
2009-03-23s3:libsmb: add a much simplified smb_siging infrastructureStefan Metzmacher2-0/+47
It's the job of the caller to maintain the seqnum/mid mapping. Hopefully we can use this code in s4 later too. metze
2009-03-23s3:libsmb: rename smb_signing.c => clisigning.cStefan Metzmacher1-1/+1
This prepares a large simplification of the smb_signing code metze
2009-03-21s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher1-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
2009-03-20s3-spoolss: apply some const in spoolss server.Günther Deschner1-3/+3
Guenther
2009-03-20s3-spoolss: pure comsetics.Günther Deschner1-2/+3
sorry, I just need to do that. Guenther
2009-03-20s3-samr: try to to fix password_expired flag handling.Günther Deschner1-0/+6
Guenther
2009-03-18s3: remove POLICY_HND.Günther Deschner5-15/+13
Guenther
2009-03-18s3-rpc_parse: remove some unused parsing code.Günther Deschner1-13/+0
Guenther
2009-03-18s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner2-25/+0
Guenther
2009-03-18s3-rpc_client: remove unused CLI_DO_RPC_WERR macro.Günther Deschner1-30/+0
Guenther
2009-03-18s3-spoolss: remove include/rpc_spoolss.h.Günther Deschner2-168/+0
Guenther
2009-03-18s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.Günther Deschner1-5/+0
Guenther
2009-03-18s3-spoolss: remove rpc_parse/parse_spoolss.c alltogether.Günther Deschner1-2/+0
Good-Bye, last hand-marshalled rpc functions, rest in peace. Guenther
2009-03-18s3-spoolss: remove old spoolss_EnumPrinterDataEx.Günther Deschner2-43/+0
Guenther
2009-03-18s3-spoolss: use pidl for _spoolss_EnumPrinterDataEx.Günther Deschner1-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
2009-03-18s3-spoolss: fix spoolss server after spoolss_Field changes.Günther Deschner1-1/+1
Guenther
2009-03-18s3-rpc_parse: move prs_uint64 to rpc_parse/parse_prs.c.Günther Deschner1-1/+1
Guenther
2009-03-18s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner1-2/+0
Guenther
2009-03-18s3-spoolss: remove old rpccli_spoolss_enumprinterdataex.Günther Deschner1-6/+0
Guenther
2009-03-18s3-spoolss: add rpccli_spoolss_enumprinterdataex convenience wrapper.Günther Deschner1-0/+7
Guenther
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison3-9/+13
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.
2009-03-17s3-spoolss: remove unused RPC_BUFFER definition.Günther Deschner1-7/+0
Guenther
2009-03-17s3-spoolss: remove PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE now defined in IDL.Günther Deschner1-5/+0
Guenther
2009-03-17s3-spoolss: remove SPL Port definitions now in IDL.Günther Deschner1-10/+0
Guenther
2009-03-17s3-spoolss: remove PRIORITY defines, that were never used.Günther Deschner1-8/+0
Guenther
2009-03-17s3-spoolss: move DRIVER_X_VERSION flags into the backend, where they belong to.Günther Deschner2-3/+3
Guenther
2009-03-17s3-spoolss: remove unused DEVICEMODE parsing and header.Günther Deschner2-45/+0
Guenther
2009-03-17s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.Günther Deschner1-3/+2
Guenther
2009-03-17s3-spoolss: move SYSTEMTIME parsing to a more generic place, as suggested.Günther Deschner3-21/+21
Guenther
2009-03-17s3-spoolss: rename temporary convert_devicemode_new function.Günther Deschner1-2/+3
Guenther
2009-03-17s3-spoolss: move PRINTER_ATTRIBUTE_SAMBA to printing backend, where they belong.Günther Deschner2-13/+13
Guenther