summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Make file_fnum staticVolker Lendecke2010-09-271-1/+0
* s3: Remove some unused codeVolker Lendecke2010-09-271-3/+0
* s3: Remove talloc_autofree_context() from notify_internal_parent_init()Volker Lendecke2010-09-261-1/+1
* Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison2010-09-261-3/+3
* s3: Lift talloc_autofree_context() from make_auth_context_fixed()Volker Lendecke2010-09-261-1/+3
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-261-1/+2
* s3-dcerpc: add spnego server helpersSimo Sorce2010-09-231-0/+10
* s3:services_db: remove unused legacy function svcctl_fetch_regvalues().Michael Adam2010-09-211-1/+0
* s3:services_db: publish svcctl_get_string_value()Michael Adam2010-09-211-0/+3
* s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdescMichael Adam2010-09-211-1/+2
* s3-lib/util Remove unused smb_uuid_unpack()Andrew Bartlett2010-09-201-4/+0
* s3-uuid Remove unused smb_uuid_pack()Andrew Bartlett2010-09-201-1/+0
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-2/+0
* s3-build: try to fix the non-ldap build.Günther Deschner2010-09-201-4/+0
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-1/+0
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-3/+0
* s3-build: only include smbldap.h where needed.Günther Deschner2010-09-201-37/+4
* 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