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
*
s3-smbd make change_to_user_by_session static
Andrew Bartlett
2012-03-07
1
-2
/
+2
*
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
2012-03-04
1
-18
/
+5
*
s3-auth Use the common auth_session_info
Andrew Bartlett
2011-07-20
1
-6
/
+6
*
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
2011-07-20
1
-3
/
+3
*
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
2011-07-20
1
-6
/
+6
*
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
2011-07-20
1
-15
/
+15
*
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
2011-07-20
1
-7
/
+7
*
s3: Return "granted" from share_access_check
Volker Lendecke
2011-07-05
1
-4
/
+7
*
s3-build: Provide a run-time shim to work around duplicate symbols
Andrew Bartlett
2011-06-21
1
-3
/
+3
*
s3-smbd Split conn.c into 3 files
Andrew Bartlett
2011-05-31
1
-44
/
+0
*
s3-smbd: avoid using pipes_struct when only session_info is needed.
Günther Deschner
2011-05-02
1
-5
/
+4
*
s3-smbd: Added a become_user_by_session() function.
Andreas Schneider
2011-04-11
1
-0
/
+17
*
s3-smbd: Added a change_to_user_by_session() function.
Andreas Schneider
2011-04-11
1
-74
/
+96
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth: smbd needs auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-passdb: use passdb headers where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/passwd.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-smbd: Increase debug level von context messages.
Andreas Schneider
2011-03-09
1
-1
/
+1
*
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
Andrew Bartlett
2011-03-01
1
-1
/
+1
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-60
/
+60
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
1
-9
/
+9
*
s3-smbd: Fixed a possible null pointer dereference.
Andreas Schneider
2011-01-19
1
-1
/
+3
*
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
2010-10-20
1
-1
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3: Remove talloc_autofree_context() from change_to_guest()
Volker Lendecke
2010-09-26
1
-1
/
+1
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
2010-08-31
1
-2
/
+2
*
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
2010-08-06
1
-0
/
+1
*
s3-uid: Use struct pipes_struct.
Andreas Schneider
2010-07-28
1
-1
/
+1
*
s3: Remove smbd_server_conn from change_to_user
Volker Lendecke
2010-06-12
1
-2
/
+1
*
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
2010-05-28
1
-3
/
+3
*
Remove the bool admin_user from conn struct. We no longer look at this to mak...
Jeremy Allison
2010-03-15
1
-5
/
+5
*
Simplify processing of "admin user". If a user is an admin_user ensure their ...
Jeremy Allison
2010-03-15
1
-15
/
+14
*
Add accessor functions for current uid, gid, unix token, NT token and vuid.
Jeremy Allison
2010-03-15
1
-0
/
+43
*
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
2010-03-15
1
-57
/
+15
*
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
2010-03-12
1
-16
/
+58
*
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-1
/
+2
*
Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event.
Jeremy Allison
2009-05-04
1
-3
/
+44
*
Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s...
Jeremy Allison
2009-04-16
1
-0
/
+11
*
Fix bug #6155 - "force group" is no longer working as expected.
Jeremy Allison
2009-03-03
1
-3
/
+8
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-10
/
+1
*
s3:smbd: remove pointless static variable in uid.c
Stefan Metzmacher
2009-01-08
1
-7
/
+4
*
Fix bug #1254 - write list not working under share-level security
Jeremy Allison
2008-12-04
1
-35
/
+46
*
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
2008-11-24
1
-3
/
+3
*
Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.
Jeremy Allison
2008-11-17
1
-1
/
+2
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
1
-1
/
+1
*
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
[next]