s3-registry: Check return code of push_reg_sz().
[kai/samba.git] / source3 / auth / auth_util.c
2012-12-09 Günther Deschners3-rpc_server: support AES for interactive netlogon...
2012-11-12 Sumit BoseUse work around for 'winbind use default domain' only...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-19 Andrew Bartletts3-auth Use correct RID for domain guests primary group
2012-07-19 Andrew BartlettRevert "s3:auth make sure the primary group sid is...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() now does not...
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() not query passdb
2012-06-19 Andrew Bartletts3-auth: inline make_session_info functions into only...
2012-06-19 Andrew Bartlettauth: Use only security_token_is_system to determine...
2012-06-19 Andrew Bartletts3-auth: Fix system token as just being SID_NT_SYSTEM
2012-06-15 Andrew Bartletts3-auth: Fix system info3 return to be just SID_NT_SYSTEM
2012-06-15 Andrew Bartletts3-auth: Fix system token generation not to dereference...
2012-06-15 Andrew Bartletts3-auth: Give the SYSTEM token all privileges
2012-05-15 Andreas Schneiders3-auth: Rename to init_system_session_info().
2012-05-15 Andreas Schneiders3-auth: Don't lookup the system user in pdb.
2012-05-04 Volker Lendeckes3: remove some unused code
2012-05-02 Michael Adams3:passdb: rename sids_to_unix_ids() --> sids_to_unixid...
2012-05-02 Andrew Bartletts3-passdb: Use struct unixid in sids_to_unix_ids
2012-03-13 Alexander Bokovoys3-rpc: Decrypt with the proper session key in CreateTr...
2012-03-08 Andrew Bartletts3-auth: Follow auth_ntlmssp and use auth4_context...
2012-03-04 Andrew Bartletts3-auth Add make_session_info_from_pw to avoid multiple...
2012-02-08 Andrew Bartletts3-auth Add const to make_user_info_map
2011-12-22 Andrew Bartletts3-auth Restore shortcut for guest security token
2011-10-24 Simo Sorceidl: Improve MS-PAC IDL
2011-10-18 Stefan Metzmachers3:auth_util: add the uid with WBC_ID_TYPE_BOTH also...
2011-09-22 Andrew Tridgells3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
2011-08-03 Andrew Bartletts3-auth directly return the result of make_server_info_...
2011-08-03 Andrew Bartletts3-auth remove sanitized_username from auth_serversuppl...
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-03 Andrew Bartletts3-auth Use else if in do_map_to_guest_server_info
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-07-21 Jeremy AllisonFix const warning.
2011-07-20 Andrew Bartletts3-auth Replace False with false in auth_util.c
2011-07-19 Andrew Bartletts3-auth Replace True with true in auth_util.c
2011-07-19 Andrew Bartletts3-auth Fix spelling
2011-07-19 Andrew Bartletts3-auth inline make_auth_session_info into only caller
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartlettauth: Set NETLOGON_GUEST and use it to determine guest...
2011-07-19 Andrew Bartlettauth: Split out make_user_info_SamBaseInfo and add...
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth reimplement copy_session_info via NDR pull...
2011-07-19 Andrew Bartletts3-auth Avoid redundant copies in create_local_token()
2011-07-19 Andrew Bartletts3-auth Add comments to copy_session_info_serverinfo_gu...
2011-07-19 Andrew Bartletts3-auth inline copy_serverinfo_session_info into only...
2011-07-19 Andrew Bartletts3-auth use a cached auth_serversupplied_info in make_s...
2011-07-19 Andrew Bartletts3-auth remove extra from auth3_session_info
2011-07-19 Andrew Bartletts3-auth Clarify inputs and ouptuts by using elements...
2011-07-19 Andrew Bartletts3-auth assert that security_token is present in the...
2011-07-19 Andrew Bartletts3-auth: Remove unused lm_session_key from auth3_sessio...
2011-07-19 Andrew Bartletts3-auth remove unused copy_serverinfo
2011-07-19 Andrew Bartletts3-auth Use system boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-19 Andrew Bartletts3-auth Add struct auth3_session_info to aid transition...
2011-07-19 Andrew Bartlettauth: Preserve guest flag on transition via netr_SamInfo3
2011-07-19 Andrew Bartletts3-auth Restore nss_token behaviour by reading from...
2011-07-19 Andrew BartlettAdd my copyright
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-15 Volker Lendeckes3: Add debug level 0 warnings to make_new_server_info_...
2011-06-15 Volker Lendeckes3: Fix the return of make_new_server_info_guest
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-05 Günther Deschners3-auth: run minimal_includes.pl
2011-04-13 Volker Lendeckes3: Use wbcSidsToUnixIds in create_local_token
2011-04-05 Andrew Bartletts3-auth: Make server_info const in create_local_token()
2011-04-04 Andrew Bartletts3-auth Rename user_session_key -> session_key to match...
2011-04-04 Andrew Bartletts3-auth use create_local_token() to transform server_in...
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-16 Volker Lendeckes3: Fix Coverity ID 1018, CHECKED_RETURN
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-20 Volker Lendeckes3: NO_SUCH_USER is a lot more likely than NO_MEMORY
2011-02-20 Volker Lendeckes3: Convert init_system_info to NTSTATUS
2011-02-16 Andrew Bartletts3-auth Fix memory leak in security=share and force...
2011-02-10 Andrew Bartletts3-auth Remove unused pam_handle
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2010-11-10 Jeremy AllisonRemove fstring from map_username. Create a more sane...
2010-10-20 Jeremy AllisonMake getpwnam_alloc() static to lib/username.c, and...
2010-10-14 Andrew Bartletts3-auth Use security_token_debug() from common code
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-28 Günther Deschners3-auth_util: make sure the system server info actually...
2010-09-25 Volker Lendeckes3: Fix a memleak in make_new_server_info_system()
2010-09-25 Volker Lendeckes3: Remove talloc_autofree_context() from init_system_i...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util: use shared dom_sid_dup.
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-09 Andreas Schneiders3-auth: Added get_server_info_system function.
2010-09-01 Günther Deschners3-auth: fix uninitialized error code in get_guest_info3().
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-30 Andreas Schneiders3-auth: Use SamInfo3_for_guest to create guest server_...
next