summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier2010-09-142-3/+1
* s3/profile: remove the magical clock initialization from the profile codeBjörn Jacke2010-09-141-8/+3
* s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke2010-09-141-1/+0
* s3-auth Fix typo in commentAndrew Bartlett2010-09-111-1/+1
* 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-privs Move source3/ privileges implmentation into commonAndrew Bartlett2010-09-112-75/+1
* s3-privs Rename structure elements for greater clarityAndrew Bartlett2010-09-111-2/+2
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-114-27/+25
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-113-20/+17
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-112-4/+4
* s3-privs Only store low bits of luid in privileges tableAndrew Bartlett2010-09-111-1/+1
* privs Add my CopyrightAndrew Bartlett2010-09-111-0/+1
* s3-privs Further changes to remove SE_PRIVAndrew Bartlett2010-09-113-33/+31
* privs Move privilege bitmasks to security.idlAndrew Bartlett2010-09-111-19/+1
* s3:privileges Change SE_PRIV to be just a uint64_tAndrew Bartlett2010-09-111-22/+17
* s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider2010-09-101-0/+1
* s3-spoolss: Move Printer_entry to srv_spoolss_nt.cSimo Sorce2010-09-101-40/+0
* s3-printing: Make auth_serversupplied_info const.Andreas Schneider2010-09-092-15/+15
* 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/ldap: use monotonic clock for timeouts in smbldapBjörn Jacke2010-09-081-3/+3
* s3/libads: use monotonic clock for ldap connection timeoutsBjörn Jacke2010-09-071-1/+1
* s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher2010-09-042-3/+6
* s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell2010-09-022-0/+3
* s3-auth: remove global include of krb5pac.h.Günther Deschner2010-08-311-1/+1
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-311-1/+1
* s3: Make ctdbd_init_connection staticVolker Lendecke2010-08-311-2/+0
* s3: add TspecDiff macroBjörn Jacke2010-08-311-0/+9
* s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2010-08-311-13/+0
* s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett2010-08-311-1/+1
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-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: Remove the dependency of g_lock on procid_selfVolker Lendecke2010-08-281-1/+1
* 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