s3-auth: Don't lookup the system user in pdb.
[ddiss/samba.git] / source3 / auth / auth_util.c
2012-05-23 Andreas Schneiders3-auth: Don't lookup the system user in pdb.
2011-05-16 Günther Deschners3-auth: run minimal_includes.pl
2011-04-13 Volker Lendeckes3: Use wbcSidsToUnixIds in create_local_token
2011-04-05 Günther Deschners3-auth: use auth.h where needed.
2011-04-05 Günther Deschners3-passdb: use passdb headers where needed.
2011-04-05 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-04-05 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-17 Volker Lendeckes3: Fix Coverity ID 1018, CHECKED_RETURN
2011-03-16 Karolin SeegerMerge master into v3-6-test
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-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-30 Karolin SeegerMerge master into v3-6-test again.
2010-11-10 Jeremy AllisonRemove fstring from map_username. Create a more sane...
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-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_...
2010-08-20 Jeremy AllisonFix const warning.
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-07-11 Volker Lendeckes3: [ug]id_to_unix_... can not fail
2010-07-08 Volker Lendeckes3: Slightly simplify make_server_info_pw
2010-06-25 Volker Lendeckes3: In make_server_info_info3, check the result of...
2010-06-16 Günther Deschners3-auth: in make_user_info_for_reply_enc make sure...
2010-06-07 Simo Sorces3:auth make sure the primary group sid is usable
2010-06-07 Simo Sorces3:auth return the full passwd struct from check_account
2010-06-07 Simo Sorces3:auth remove unused structure member
2010-06-07 Simo Sorces3:auth create nt token from info3 directly
2010-06-07 Simo Sorces3:auth handle unix domain sids in samu
2010-06-07 Simo Sorces3:auth set the resolved user sid in the fake sam account
2010-06-07 Simo Sorces3:auth check the user is valid first
2010-06-07 Simo Sorces3:auth make sure we set the right username
2010-06-01 Andrew Bartletts3:auth Rename wksta_name -> workstation_name in auth_u...
2010-05-31 Simo Sorces3:smbd map_username() doesn't need sconn anymore
2010-05-31 Günther Deschners3-auth: add "system" bool flag to auth_serversupplied_...
2010-05-29 Andrew Bartletts3:auth Fix segfault when the user cannot be found...
2010-05-28 Andreas Schneiders3-auth: Added a function to get the server_info from...
2010-05-27 Simo Sorces3:auth remove login_server from server info
2010-05-27 Simo Sorces3:auth Free sampass as soon as we have server_info
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-17 Günther Deschners3-crypto: only include crypto headers when crypto...
2010-05-17 Günther Deschners3-rpc_misc: clean out include/rpc_misc.h.
2010-04-11 Volker Lendeckes3: Move [make|free]_user_info to auth/user_info.c
2010-04-11 Volker Lendeckes3: Move make_server_info_sam to auth/server_info_sam.c
2010-04-11 Volker Lendeckes3: Move sanitize_username to lib/util_str.c
2010-04-11 Volker Lendeckes3: Move make_server_info to auth/server_info.c
2010-04-11 Volker Lendeckes3: Move user_in_group() and create_token_from_username...
2010-04-11 Volker Lendeckes3: Use talloc_stackframe() in user_in_group
2010-04-11 Volker Lendeckes3: Use talloc_stackframe() in user_in_group_sid
2010-04-11 Volker Lendeckes3: Use talloc_stackframe() in create_token_from_username
2010-04-11 Volker Lendeckes3: Fix a memleak in user_in_group_sid
2010-04-11 Volker Lendeckes3: Remove the make_auth_methods routine
2010-04-11 Volker Lendeckes3: Make "auth_context" its own talloc parent
2010-04-09 Volker Lendeckes3: Fix a typo
2010-03-22 Jeremy AllisonFix valgrind error when running under share level secur...
2010-02-20 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-24 Volker Lendeckes3: Remove some calls to memset -- reduces text size...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_serversupplied_info"
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
2009-11-14 Michael Adams3:fix a comment typo
2009-11-14 Michael Adams3:is_trusted_domain: shortcut if domain name == global...
2009-11-14 Michael Adams3:is_trusted_domain: shortcut if domain name is NULL...
2009-08-21 Michael Adams3: fix bug #6650, authentication at member servers...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Steven Dannemans3/auth map NULL domains to our global sam name
2009-05-13 Dan Sledzs3 auth: Make debug message louder and more useful
2009-05-12 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-05-07 Günther Deschners3-auth: use full 16byte session key in make_user_info_...
2009-04-28 Jeremy AllisonFix bug #6291 - force user stop working.
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-04-02 Andrew TridgellMerge commit 'abartlet/wspp-schema' into wspp-schema
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Günther Deschners3-auth: rename static smb_create_user(). Sorry...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-27 Steven Dannemans3: fix guest auth when winbindd is running
2009-02-21 Tim ProutyRevert "s3 auth: Add parameter that forces every user...
next