s3-samr-idl: add Domain Object specific access rights.
[ira/wip.git] / source3 / auth /
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.
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-04 Volker Lendecketiny simplification
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Andreas SchneiderWindows 2008 (Longhorn) auth2 flag fixes.
2008-01-09 Jeremy AllisonFix CID 460 - resource leak on error.
2008-01-09 Michael AdamConvert add_sid_to_array() add_sid_to_array_unique...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMore logical operations on booleans. IBM checker.
2007-12-29 Volker LendeckeFix a panic
2007-12-28 Volker LendeckeConvert get_root_nt_token to memcache
2007-12-28 Volker LendeckeRemove static zeros
2007-12-22 James PeachFix "may be used uninitialized" compiler warnings.
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-21 Gerald (Jerry) CarterDe-couple smbd from staticly linking against winbindd...
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-18 Jeremy AllisonCorrectly define prototypes for accessor functions.
2007-12-18 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-18 Jeremy AllisonMore static fstring removal.
2007-12-17 Michael AdamReformat: Remove trailing spaces.
2007-12-17 Michael AdamFix flags in caller of lookup_name() in create_builtin_...
2007-12-17 Jeremy AllisonRemove another static string and static passwd.
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-14 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-13 Michael AdamFix typo in debug statement.
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamRename get_trust_pw() to get_trust_pw_hash().
next