Age | Commit message (Expand) | Author | Files | Lines |
2011-03-01 | s3-auth struct security_unix_token replaces UNIX_USER_TOKEN | Andrew Bartlett | 1 | -1/+1 |
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -60/+60 |
2011-02-10 | s3-auth Rename cryptic 'ptok' to security_token | Andrew Bartlett | 1 | -9/+9 |
2011-01-19 | s3-smbd: Fixed a possible null pointer dereference. | Andreas Schneider | 1 | -1/+3 |
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username looku... | Jeremy Allison | 1 | -1/+1 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-09-26 | s3: Remove talloc_autofree_context() from change_to_guest() | Volker Lendecke | 1 | -1/+1 |
2010-09-11 | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 1 | -1/+1 |
2010-08-31 | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 1 | -2/+2 |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 1 | -0/+1 |
2010-07-28 | s3-uid: Use struct pipes_struct. | Andreas Schneider | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from change_to_user | Volker Lendecke | 1 | -2/+1 |
2010-05-28 | s3:auth use info3 in auth_serversupplied_info | Simo Sorce | 1 | -3/+3 |
2010-03-15 | Remove the bool admin_user from conn struct. We no longer look at this to mak... | Jeremy Allison | 1 | -5/+5 |
2010-03-15 | Simplify processing of "admin user". If a user is an admin_user ensure their ... | Jeremy Allison | 1 | -15/+14 |
2010-03-15 | Add accessor functions for current uid, gid, unix token, NT token and vuid. | Jeremy Allison | 1 | -0/+43 |
2010-03-15 | Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s... | Jeremy Allison | 1 | -57/+15 |
2010-03-12 | Remove more uses of "extern struct current_user current_user;". | Jeremy Allison | 1 | -16/+58 |
2009-06-03 | s3:smbd: move more session specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -1/+2 |
2009-05-04 | Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event. | Jeremy Allison | 1 | -3/+44 |
2009-04-16 | Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s... | Jeremy Allison | 1 | -0/+11 |
2009-03-03 | Fix bug #6155 - "force group" is no longer working as expected. | Jeremy Allison | 1 | -3/+8 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -10/+1 |
2009-01-08 | s3:smbd: remove pointless static variable in uid.c | Stefan Metzmacher | 1 | -7/+4 |
2008-12-04 | Fix bug #1254 - write list not working under share-level security | Jeremy Allison | 1 | -35/+46 |
2008-11-24 | Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS! | Volker Lendecke | 1 | -3/+3 |
2008-11-17 | Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work. | Jeremy Allison | 1 | -1/+2 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -1/+1 |
2008-06-19 | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 1 | -13/+14 |
2008-06-14 | Move connection-specific vuid cache clear to uid.c | Volker Lendecke | 1 | -0/+22 |
2008-06-14 | Slight refactoring for check_user_ok: It only needs vuid and server_info | Volker Lendecke | 1 | -20/+18 |
2008-06-14 | Group the access checks together in check_user_ok() | Volker Lendecke | 1 | -6/+8 |
2008-06-14 | Consistently use snum in check_user_ok | Volker Lendecke | 1 | -2/+2 |
2008-06-14 | Compare the pointer "vuser" to NULL, not 0 | Volker Lendecke | 1 | -1/+1 |
2008-05-25 | Remove the reference to current_user_info from share_access.c | Volker Lendecke | 1 | -2/+7 |
2008-05-11 | With force user, we have the same base token for all vuids | Volker Lendecke | 1 | -1/+9 |
2008-05-10 | Remove the unix token info from connection_struct | Volker Lendecke | 1 | -8/+8 |
2008-05-10 | Replace nt_user_token with server_info in connection_struct | Volker Lendecke | 1 | -30/+28 |
2008-05-10 | Empty some nonempty blank lines | Volker Lendecke | 1 | -18/+18 |
2008-05-10 | Make use of talloc_tos() in change_to_user() | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | Next try at making the vuid cache circular | Volker Lendecke | 1 | -7/+7 |
2008-05-06 | Remove some unused code | Volker Lendecke | 1 | -23/+0 |
2008-05-05 | Remove "userdom_struct user" from "struct user_struct" | Volker Lendecke | 1 | -4/+7 |
2008-05-05 | Remove the unix token info from "struct user_struct" | Volker Lendecke | 1 | -5/+5 |
2008-05-05 | Remove "nt_user_token" from "struct user_struct" | Volker Lendecke | 1 | -7/+7 |
2008-05-05 | Revert "Fix allocation of conn->vuid_cache entries" | Volker Lendecke | 1 | -3/+3 |
2008-05-05 | Fix allocation of conn->vuid_cache entries | Volker Lendecke | 1 | -3/+3 |
2008-03-17 | Some simplifications | Volker Lendecke | 1 | -2/+3 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -1/+6 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -10/+10 |