summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix memleak I accidently introduced when reading from tdb.Jeremy Allison2010-11-101-0/+1
* Ensure we check the return from make_user_info before dereferencing the value...Jeremy Allison2010-11-101-2/+2
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-104-77/+155
* s3: Quieten a bogus error messageVolker Lendecke2010-11-091-3/+1
* s3: Make proper use of sid_check_is_in_xx routinesVolker Lendecke2010-11-051-2/+2
* s3: Fix a typoVolker Lendecke2010-11-051-1/+1
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-203-6/+6
* s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem.Günther Deschner2010-10-201-0/+1
* s3-rpc_server: Make auth_serversupplied_info const.Andreas Schneider2010-10-151-1/+1
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-142-27/+1
* s3-auth use security_token_has_sid() from the common codeAndrew Bartlett2010-10-141-9/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-123-3/+3
* s3-waf: slowly getting modules to match how they look like in old build.Günther Deschner2010-10-081-19/+19
* s3-waf: add AUTH_SCRIPT module to AUTH subsystem (which is build as sharedGünther Deschner2010-09-281-0/+7
* s3-waf: fix dependencies in most of our module subsystems.Günther Deschner2010-09-281-6/+2
* s3-auth_util: make sure the system server info actually contains S-1-5-18.Günther Deschner2010-09-281-0/+9
* s3-waf: move auth subsystem to auth/wscript_build.Günther Deschner2010-09-271-0/+84
* s3: Remove talloc_autofree_context() from get_root_nt_token()Volker Lendecke2010-09-261-1/+1
* s3: Lift talloc_autofree_context() from make_auth_context_fixed()Volker Lendecke2010-09-261-3/+4
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-263-6/+11
* s3: Lift talloc_autofree_context() from make_auth_context_text_list()Volker Lendecke2010-09-261-3/+6
* s3: Lift talloc_autofree_context() from make_auth_context()Volker Lendecke2010-09-261-3/+7
* s3: Fix a memleak in make_new_server_info_system()Volker Lendecke2010-09-261-0/+1
* s3: Remove talloc_autofree_context() from init_system_info()Volker Lendecke2010-09-261-1/+2
* s3: Fix a typoVolker Lendecke2010-09-251-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-202-6/+7
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-202-4/+5
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-161-9/+16
* s3-privs Call security_token_set_privilege() rather than manual assignmentAndrew Bartlett2010-09-111-1/+1
* s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett2010-09-111-1/+1
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-112-8/+8
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-14/+14
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-5/+7
* s3-auth: Added get_server_info_system function.Andreas Schneider2010-09-091-0/+5
* s3-auth: fix uninitialized error code in get_guest_info3().Günther Deschner2010-09-011-2/+1
* s3-auth: remove global include of krb5pac.h.Günther Deschner2010-08-312-0/+2
* s3-auth: remove unused variable in check_sam_security().Günther Deschner2010-08-311-1/+1
* s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett2010-08-311-3/+3
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-312-29/+29
* s3-auth: The unlock of the account is now done by the get_sampwnam call.Andreas Schneider2010-08-301-5/+2
* s3-auth: Use SamInfo3_for_guest to create guest server_info.Andreas Schneider2010-08-301-19/+70
* s3-auth: add helper to get server_info out of kerberos infoSimo Sorce2010-08-301-0/+100
* s3-auth: Add helper function to retrieve the unix user from a kerberos ticketSimo Sorce2010-08-301-0/+172
* s3: Remove a use of smbd_server_fdVolker Lendecke2010-08-291-1/+1
* s3: Remove smbd_server_conn() from check_unix_securityVolker Lendecke2010-08-281-7/+2
* s3: Lift smbd_server_fd() from pass_check()Volker Lendecke2010-08-282-7/+8
* s3: Lift smbd_server_fd() from password_check()Volker Lendecke2010-08-281-11/+13
* s3: Fix some nonempty blank linesVolker Lendecke2010-08-281-15/+15
* s3: Fix smb_pam_passcheckVolker Lendecke2010-08-281-2/+2
* s3: Those functions are no macros anymore :-)Volker Lendecke2010-08-281-4/+0