index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
auth
/
auth_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().
Jeremy Allison
2009-05-19
1
-2
/
+1
*
Fix bug #6291 - force user stop working. A previous fix broke the invariant t...
Jeremy Allison
2009-05-11
1
-1
/
+37
*
Fix an uninitialized variable warning
Volker Lendecke
2009-03-04
1
-1
/
+0
*
s3: fix guest auth when winbindd is running
Steven Danneman
2009-02-27
1
-7
/
+7
*
s3:auth_util.c: fix the build
Stefan Metzmacher
2009-02-13
1
-2
/
+2
*
s3:auth: only create_local_token() should add S-1-22-X-Y sids
Stefan Metzmacher
2009-02-13
1
-27
/
+0
*
s3:auth: add S-1-22-X-Y sids to the local token
Stefan Metzmacher
2009-02-13
1
-8
/
+40
*
Fix double free caused by incorrect talloc_steal usage.
Dan Sledz
2009-02-12
1
-2
/
+2
*
Fix show-stopper for 3.2. Smbd depends on group SID
Jeremy Allison
2008-08-14
1
-0
/
+34
*
Revert the 4d83924470b267f2267abd62a3be2ac3ae373d7b change. The server_info s...
Jeremy Allison
2008-08-14
1
-1
/
+1
*
use correct argument
Herb Lewis
2008-08-14
1
-1
/
+1
*
Fix gcc warnings at -O3.
Jeremy Allison
2008-06-26
1
-1
/
+1
*
Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.
Jeremy Allison
2008-06-24
1
-13
/
+66
*
Use sid_array_from_info3 in lookup_usergroups_cached().
Günther Deschner
2008-04-04
1
-1
/
+1
*
Use netr_SamInfo3 in make_server_info_info3().
Günther Deschner
2008-02-17
1
-25
/
+27
*
auth_winbind: use wbcAuthenticateUserEx()
Stefan Metzmacher
2008-02-13
1
-0
/
+233
*
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
2008-01-09
1
-10
/
+13
*
Remove static zeros
Volker Lendecke
2007-12-28
1
-3
/
+6
*
Fix "may be used uninitialized" compiler warnings.
James Peach
2007-12-22
1
-3
/
+3
*
De-couple smbd from staticly linking against winbindd client files.
Gerald (Jerry) Carter
2007-12-21
1
-3
/
+3
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-4
/
+4
*
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
2007-12-15
1
-2
/
+2
*
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
2007-11-27
1
-3
/
+3
*
Remove pstring from auth/*
Jeremy Allison
2007-11-14
1
-14
/
+38
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-25
/
+25
*
Add become_root/unbecome_root around one call of getsampwsid()
Michael Adam
2007-10-12
1
-1
/
+6
*
r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...
Günther Deschner
2007-10-10
1
-32
/
+6
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23530: Fix bugs #4678 and #4697 which had the same root cause.
Jeremy Allison
2007-10-10
1
-0
/
+54
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r22819: Fix Bug 4613. We just dumped the must change & friends. With the
Volker Lendecke
2007-10-10
1
-0
/
+24
*
r22740: Move debug_*_user_token to token_utils.c
Volker Lendecke
2007-10-10
1
-45
/
+0
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-5
/
+9
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r22390: Patchset sent to samba-technical to address the winbind
Gerald Carter
2007-10-10
1
-38
/
+10
*
r22135: Check in most of Michael Adam's net conf utility. A good share of thi...
Volker Lendecke
2007-10-10
1
-432
/
+0
*
r22022: - Clarify the comments
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
2007-10-10
1
-7
/
+11
*
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r21999: remove useless casts
Stefan Metzmacher
2007-10-10
1
-6
/
+6
*
r21536: Fix copy/paste typo.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r20824: Send access to the trusted domain passwords through the pdb backend, ...
Volker Lendecke
2007-10-10
1
-2
/
+1
*
r20774: I thought I committed this before Xmas holidays ...
Simo Sorce
2007-10-10
1
-1
/
+1
*
r20169: Support for fallback to legacy mapping code was not completely tested.
Simo Sorce
2007-10-10
1
-10
/
+24
*
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
2007-10-10
1
-7
/
+20
*
r20098: Properly fix issues with create_token_from_username()
Jeremy Allison
2007-10-10
1
-6
/
+11
*
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
2007-10-10
1
-40
/
+77
*
r19991: Sorry for this 2000-liner...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r19980: Implement pam account stack checks when obey pam restrictions is true.
Simo Sorce
2007-10-10
1
-1
/
+1
[next]