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
/
auth_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-23
/
+25
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
1
-4
/
+5
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
1
-3
/
+3
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-04
Use sid_array_from_info3 in lookup_usergroups_cached().
Günther Deschner
1
-1
/
+1
2008-02-17
Use netr_SamInfo3 in make_server_info_info3().
Günther Deschner
1
-25
/
+27
2008-02-13
auth_winbind: use wbcAuthenticateUserEx()
Stefan Metzmacher
1
-0
/
+233
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
1
-10
/
+13
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
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-4
/
+4
2007-12-15
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
1
-2
/
+2
2007-11-27
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
1
-3
/
+3
2007-11-14
Remove pstring from auth/*
Jeremy Allison
1
-14
/
+38
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-25
/
+25
2007-10-12
Add become_root/unbecome_root around one call of getsampwsid()
Michael Adam
1
-1
/
+6
2007-10-10
r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...
Günther Deschner
1
-32
/
+6
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23530: Fix bugs #4678 and #4697 which had the same root cause.
Jeremy Allison
1
-0
/
+54
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-5
/
+5
2007-10-10
r22819: Fix Bug 4613. We just dumped the must change & friends. With the
Volker Lendecke
1
-0
/
+24
2007-10-10
r22740: Move debug_*_user_token to token_utils.c
Volker Lendecke
1
-45
/
+0
2007-10-10
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
1
-5
/
+9
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
1
-5
/
+5
2007-10-10
r22390: Patchset sent to samba-technical to address the winbind
Gerald Carter
1
-38
/
+10
2007-10-10
r22135: Check in most of Michael Adam's net conf utility. A good share of thi...
Volker Lendecke
1
-432
/
+0
2007-10-10
r22022: - Clarify the comments
Andrew Bartlett
1
-1
/
+1
2007-10-10
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
1
-7
/
+11
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21999: remove useless casts
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r21536: Fix copy/paste typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r20824: Send access to the trusted domain passwords through the pdb backend, ...
Volker Lendecke
1
-2
/
+1
2007-10-10
r20774: I thought I committed this before Xmas holidays ...
Simo Sorce
1
-1
/
+1
2007-10-10
r20169: Support for fallback to legacy mapping code was not completely tested.
Simo Sorce
1
-10
/
+24
2007-10-10
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
1
-7
/
+20
2007-10-10
r20098: Properly fix issues with create_token_from_username()
Jeremy Allison
1
-6
/
+11
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
1
-40
/
+77
2007-10-10
r19991: Sorry for this 2000-liner...
Volker Lendecke
1
-1
/
+1
2007-10-10
r19980: Implement pam account stack checks when obey pam restrictions is true.
Simo Sorce
1
-1
/
+1
2007-10-10
r19773: TALLOC_FREE checks for NULL itself
Volker Lendecke
1
-4
/
+1
[next]