summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* s3: Add a missing prototypeVolker Lendecke2010-09-181-0/+1
* ѕ3: remove smb_msleep prototype from hereBjörn Jacke2010-09-161-1/+0
* s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce2010-09-151-2/+6
* s3-rpc_client: Added a tstream based transport.Simo Sorce2010-09-151-0/+7
* s3-rpc_server: Make process_incoming_data() public.Simo Sorce2010-09-151-0/+2
* s3-rpc_server: Make pipe destructor public.Simo Sorce2010-09-151-0/+1
* s3-misc: Introduce lp_ncalrpc_dir() in S3, like we have in S4.Simo Sorce2010-09-151-0/+1
* Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier2010-09-141-0/+1
* s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke2010-09-141-1/+0
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-111-1/+1
* s3-privs Add constAndrew Bartlett2010-09-111-3/+3
* s3-privs Remove unused functionAndrew Bartlett2010-09-111-1/+0
* s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett2010-09-111-0/+1
* s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett2010-09-111-2/+2
* s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett2010-09-111-1/+1
* s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett2010-09-111-3/+4
* s3-privs Remove a pointer from grant_privilege()Andrew Bartlett2010-09-111-1/+1
* s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett2010-09-111-1/+1
* s3-privs Move manual prototypes to common privileges.hAndrew Bartlett2010-09-111-20/+0
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-22/+22
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-10/+10
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-3/+3
* s3-privs Further changes to remove SE_PRIVAndrew Bartlett2010-09-111-19/+19
* s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider2010-09-101-0/+1
* s3-msdfs: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-1/+1
* s3-rpcint: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-2/+2
* s3-auth: Added get_server_info_system function.Andreas Schneider2010-09-091-0/+1
* s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher2010-09-041-0/+6
* s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell2010-09-021-0/+2
* s3-auth: remove global include of krb5pac.h.Günther Deschner2010-08-311-1/+1
* s3-auth: add helper to get server_info out of kerberos infoSimo Sorce2010-08-301-0/+8
* s3-auth: Add helper function to retrieve the unix user from a kerberos ticketSimo Sorce2010-08-301-1/+14
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-291-1/+0
* s3: Set the client_id in substitute.c onceVolker Lendecke2010-08-291-0/+2
* s3: Lift smbd_server_fd() from pass_check()Volker Lendecke2010-08-281-1/+4
* s3: Fix smb_pam_passcheckVolker Lendecke2010-08-281-2/+2
* s3: Lift smbd_server_fd() from smb_pam_passcheckVolker Lendecke2010-08-271-1/+2
* s3: Pass rhost through to smb_pam_passchangeVolker Lendecke2010-08-271-1/+2
* s3-proto: remove obsolete prototypes.Günther Deschner2010-08-261-14/+0
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-38/+0
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-49/+0
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-357/+0
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-251-7/+0
* s3:smbd: add a nfs backend for sysquotas.Michael Adam2010-08-251-0/+7
* s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke2010-08-241-1/+1
* s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke2010-08-221-2/+1
* s3: Move check_access to cgi.c, its only userVolker Lendecke2010-08-221-1/+0
* Fix const warning.Jeremy Allison2010-08-201-1/+1
* s3:loadparm: make lp_load_ex static. We have wrappers for external callers.Michael Adam2010-08-201-7/+0
* s3: async cli_listVolker Lendecke2010-08-181-6/+18