index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-14
Fix show-stopper for 3.2. Smbd depends on group SID
Jeremy Allison
1
-0
/
+34
2008-08-14
Make it clear that this is a temporary context byusing a talloc stackframe in...
Jeremy Allison
1
-22
/
+16
2008-07-30
Removed redundant logging from create_builtin_users and create_builtin_admini...
Tim Prouty
1
-16
/
+4
2008-07-30
Enabled domain groups to be added to builtin groups at domain join time
Tim Prouty
1
-2
/
+2
2008-07-30
Refactored the code that adds Domain Admins to BUILTIN\Administrators to use ...
Tim Prouty
1
-26
/
+30
2008-07-30
Refactored the code that adds Domain Users to BUILTIN\Users to use the new he...
Tim Prouty
1
-17
/
+22
2008-07-30
Helper functions to enable domain groups to be added to builtin groups at dom...
Tim Prouty
1
-0
/
+59
2008-07-22
Fix various build warnings
Zach Loafman
1
-1
/
+1
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel
Volker Lendecke
1
-2
/
+3
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-2
/
+3
2008-06-26
Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.
Jeremy Allison
1
-1
/
+1
2008-06-26
Add server_info to pipes_struct
Volker Lendecke
1
-0
/
+16
2008-06-24
Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.
Jeremy Allison
1
-13
/
+66
2008-06-24
Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...
Jeremy Allison
1
-2
/
+3
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-23
/
+25
2008-05-30
Fix security=server, bug 5502
Volker Lendecke
1
-2
/
+4
2008-05-11
Make sure we have serversupplied_info->sanitized_username everywhere
Volker Lendecke
1
-10
/
+53
2008-05-10
Add function make_serverinfo_from_username()
Volker Lendecke
1
-0
/
+38
2008-05-10
Add a mem_ctx argument to make_server_info_guest()
Volker Lendecke
2
-5
/
+6
2008-05-10
Make copy_serverinfo non-static, add mem_ctx
Volker Lendecke
1
-3
/
+4
2008-05-07
Rename server_info->was_mapped to server_info->nss_token
Volker Lendecke
5
-11
/
+7
2008-05-05
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
1
-0
/
+10
2008-05-05
Fix a typo
Volker Lendecke
1
-1
/
+1
2008-05-05
Remove unused set_current_user_guest()
Volker Lendecke
1
-33
/
+0
2008-04-30
BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}
Gerald W. Carter
1
-7
/
+9
2008-04-15
auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.
Michael Adam
1
-0
/
+2
2008-04-09
Fix typos.
Karolin Seeger
1
-1
/
+1
2008-04-04
Use sid_array_from_info3 in lookup_usergroups_cached().
Günther Deschner
1
-1
/
+1
2008-04-02
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
1
-1
/
+1
2008-03-26
Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.
Günther Deschner
1
-0
/
+5
2008-03-20
Fix crash bug in check_sam_security() when make_server_info_sam() did a
Günther Deschner
1
-1
/
+0
2008-03-14
Fix bug 5317
Volker Lendecke
1
-1
/
+1
2008-03-10
Use a separate tdb for mutexes
Volker Lendecke
2
-14
/
+18
2008-03-06
Be more verbose why create local token has failed during
Günther Deschner
1
-1
/
+2
2008-02-17
Use netr_SamInfo3 in remaining places.
Günther Deschner
1
-5
/
+5
2008-02-17
Use netr_SamInfo3 in make_server_info_info3().
Günther Deschner
1
-25
/
+27
2008-02-14
Allow auth_ntlmssp_end() to ignore null pointers passed in.
Jeremy Allison
1
-1
/
+6
2008-02-13
auth_winbind: use wbcAuthenticateUserEx()
Stefan Metzmacher
2
-69
/
+277
2008-02-05
Fix typo.
Karolin Seeger
1
-1
/
+1
2008-02-04
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
1
-10
/
+26
2008-02-04
tiny simplification
Volker Lendecke
1
-5
/
+3
2008-01-23
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
1
-1
/
+1
2008-01-08
Fix CID 460 - resource leak on error.
Jeremy Allison
1
-0
/
+1
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
2
-34
/
+52
2008-01-04
More logical operations on booleans. IBM checker.
Jeremy Allison
2
-2
/
+6
2007-12-29
Fix a panic
Volker Lendecke
1
-1
/
+1
2007-12-28
Convert get_root_nt_token to memcache
Volker Lendecke
1
-3
/
+15
2007-12-28
Remove static zeros
Volker Lendecke
1
-3
/
+6
2007-12-22
Fix "may be used uninitialized" compiler warnings.
James Peach
1
-3
/
+3
2007-12-21
De-couple smbd from staticly linking against winbindd client files.
Gerald (Jerry) Carter
1
-3
/
+3
[prev]
[next]