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
/
source3
/
smbd
/
uid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-13
/
+14
*
Move connection-specific vuid cache clear to uid.c
Volker Lendecke
2008-06-14
1
-0
/
+22
*
Slight refactoring for check_user_ok: It only needs vuid and server_info
Volker Lendecke
2008-06-14
1
-20
/
+18
*
Group the access checks together in check_user_ok()
Volker Lendecke
2008-06-14
1
-6
/
+8
*
Consistently use snum in check_user_ok
Volker Lendecke
2008-06-14
1
-2
/
+2
*
Compare the pointer "vuser" to NULL, not 0
Volker Lendecke
2008-06-14
1
-1
/
+1
*
Remove the reference to current_user_info from share_access.c
Volker Lendecke
2008-05-25
1
-2
/
+7
*
With force user, we have the same base token for all vuids
Volker Lendecke
2008-05-11
1
-1
/
+9
*
Remove the unix token info from connection_struct
Volker Lendecke
2008-05-10
1
-8
/
+8
*
Replace nt_user_token with server_info in connection_struct
Volker Lendecke
2008-05-10
1
-30
/
+28
*
Empty some nonempty blank lines
Volker Lendecke
2008-05-10
1
-18
/
+18
*
Make use of talloc_tos() in change_to_user()
Volker Lendecke
2008-05-10
1
-1
/
+1
*
Next try at making the vuid cache circular
Volker Lendecke
2008-05-10
1
-7
/
+7
*
Remove some unused code
Volker Lendecke
2008-05-06
1
-23
/
+0
*
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-4
/
+7
*
Remove the unix token info from "struct user_struct"
Volker Lendecke
2008-05-05
1
-5
/
+5
*
Remove "nt_user_token" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-7
/
+7
*
Revert "Fix allocation of conn->vuid_cache entries"
Volker Lendecke
2008-05-05
1
-3
/
+3
*
Fix allocation of conn->vuid_cache entries
Volker Lendecke
2008-05-05
1
-3
/
+3
*
Some simplifications
Volker Lendecke
2008-03-17
1
-2
/
+3
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-1
/
+6
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-10
/
+10
*
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
*
r22978: Don't use current_user to prep the security ctx in change_to_user
Gerald Carter
2007-10-10
1
-7
/
+15
*
r17295: Back out the become_root_uid_only change on the POSIX
Jeremy Allison
2007-10-10
1
-1
/
+0
*
r17096: Simplify share_access_check a bit: It takes the sharename instead of ...
Volker Lendecke
2007-10-10
1
-2
/
+7
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-2
/
+2
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-91
/
+40
*
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2007-10-10
1
-15
/
+15
*
r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r12312: Reformatting and a trivial change: is_share_read_only_for_user only uses
Volker Lendecke
2007-10-10
1
-14
/
+22
*
r6385: Convert checking of egid and secondary egid list into
Jeremy Allison
2007-10-10
1
-0
/
+23
*
r2016: Add message to ease access-control-debugging.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r1375: When setting writable=yes in smb.conf and only allow read access in the
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r762: Fix for #1319 when security > share.
Jeremy Allison
2007-10-10
1
-2
/
+8
*
Fixup the 'multiple-vuids' bugs.
Jeremy Allison
2004-02-13
1
-12
/
+76
*
nsswitch/winbindd_util.c:
Andrew Bartlett
2004-02-08
1
-11
/
+0
*
Samba hasn't used this function for ages - it's now handled deep in the
Andrew Bartlett
2004-02-08
1
-69
/
+0
*
Fix bug 327 (again and I think for the last time). Make sure that
Gerald Carter
2003-08-27
1
-463
/
+0
*
Spelling.
Tim Potter
2003-08-06
1
-1
/
+1
*
fix sid_to_[uid|gid] (spotted by Volker).
Gerald Carter
2003-07-11
1
-87
/
+37
*
Large set of changes to add UNIX account/group management
Gerald Carter
2003-07-09
1
-6
/
+17
*
Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful
Jeremy Allison
2003-07-09
1
-0
/
+4
*
Ensure we correctly test for errors in uid/gid_to sid.
Jeremy Allison
2003-07-09
1
-15
/
+14
*
Fixed a couple of const issues with the new code.
Jeremy Allison
2003-07-07
1
-1
/
+1
*
and so it begins....
Gerald Carter
2003-07-07
1
-0
/
+408
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
1
-418
/
+1
*
pdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ...
Andrew Bartlett
2003-03-27
1
-0
/
+2
[next]