Remove unused param_connect struct
[tprouty/samba.git] / source3 / auth /
2009-02-21 Tim ProutyRevert "s3 auth: Add parameter that forces every user...
2009-02-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-21 Volker LendeckeFix the build on Solaris
2009-02-21 Volker LendeckeFix some nonempty blank lines
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2009-02-21 Dan SledzIntroduce a new authentication backend auth_onefs_wb
2009-02-16 Zach Loafmans3 auth: Add parameter that forces every user through...
2009-02-13 Stefan Metzmachers3:auth: only create_local_token() should add S-1-22...
2009-02-13 Stefan Metzmachers3:auth: add S-1-22-X-Y sids to the local token
2009-02-12 Steven Dannemans3: Added new parameter "map untrusted to domain"
2009-02-12 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-12 Dan Sledzs3: Change behavior when seeing an unknown domain.
2009-02-12 Dan SledzFix double free caused by incorrect talloc_steal usage.
2009-02-10 todd stecherS3: Fixes for coverity issues.
2009-02-10 Volker LendeckeFix some nonempty blank lines
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-04 Volker LendeckeFix a valgrind error: rpc_bind talloc_move()s the auth...
2009-02-04 Volker LendeckeEnsure null termination of the password in mymachinepw...
2009-01-22 todd stecherMemory leaks and other fixes found by Coverity
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Volker LendeckeFix a typo
2009-01-20 Volker LendeckeFix some nonempty blank lines
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-04 Jeremy AllisonFix bug #1254 - write list not working under share...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-14 Volker LendeckeMake memcache_add_talloc NULL out the source pointer
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse sockaddr_storage only where we rely on the size...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Jelmer VernooijAdd data_blob_string_const_null() function that include...
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-06 Volker LendeckeAdd netlogond auth method
2008-10-04 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Jeremy AllisonSimply our main loop processing. A lot :-). Correctly...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceRevert "Split lookup_name() and create a new functiong...
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-25 Günther Deschnerauth: Fix build warning.
2008-08-17 Simo SorceSplit lookup_name() and create a new functiong called
2008-08-15 Jeremy AllisonFix show-stopper for 3.2. Smbd depends on group SID
2008-08-14 Jeremy AllisonMake it clear that this is a temporary context byusing...
2008-07-30 Tim ProutyRemoved redundant logging from create_builtin_users...
2008-07-30 Tim ProutyEnabled domain groups to be added to builtin groups...
2008-07-30 Tim ProutyRefactored the code that adds Domain Admins to BUILTIN...
2008-07-30 Tim ProutyRefactored the code that adds Domain Users to BUILTIN...
2008-07-30 Tim ProutyHelper functions to enable domain groups to be added...
2008-07-22 Zach LoafmanFix various build warnings
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-06-27 Jeremy AllisonFix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.
2008-06-26 Volker LendeckeAdd server_info to pipes_struct
2008-06-25 Jeremy AllisonFix for bug #5551, smbd recursing back into winbindd...
2008-06-24 Jeremy AllisonFix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHA...
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-30 Volker LendeckeFix security=server, bug 5502
2008-05-10 Volker LendeckeMake sure we have serversupplied_info->sanitized_userna...
2008-05-10 Volker LendeckeAdd function make_serverinfo_from_username()
2008-05-10 Volker LendeckeAdd a mem_ctx argument to make_server_info_guest()
2008-05-10 Volker LendeckeMake copy_serverinfo non-static, add mem_ctx
2008-05-07 Volker LendeckeRename server_info->was_mapped to server_info->nss_token
2008-05-05 Volker LendeckeRemove "userdom_struct user" from "struct user_struct"
2008-05-05 Volker LendeckeFix a typo
2008-05-05 Volker LendeckeRemove unused set_current_user_guest()
2008-04-30 Gerald W. CarterBUG 5429: Clarify log msgs re: failure to create BUILTI...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-15 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-15 Michael Adamauth: add SeDiskOperatorsPrivilege to get_root_nt_token...
2008-04-09 Karolin SeegerFix typos.
2008-04-04 Günther DeschnerUse sid_array_from_info3 in lookup_usergroups_cached().
2008-04-02 Günther DeschnerFix NETLOGON credential chain with Windows 2008 all...
2008-03-26 Günther DeschnerAdd debug statement in auth_winbind to display wbcAuthe...
2008-03-19 Günther DeschnerFix crash bug in check_sam_security() when make_server_...
2008-03-14 Volker LendeckeFix bug 5317
2008-03-10 Volker LendeckeUse a separate tdb for mutexes
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-06 Günther DeschnerBe more verbose why create local token has failed during
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-17 Günther DeschnerUse netr_SamInfo3 in remaining places.
2008-02-17 Günther DeschnerUse netr_SamInfo3 in make_server_info_info3().
2008-02-15 Jeremy AllisonAllow auth_ntlmssp_end() to ignore null pointers passed in.
2008-02-13 Stefan Metzmacherauth_winbind: use wbcAuthenticateUserEx()
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-05 Karolin SeegerFix typo.
next