Age | Commit message (Expand) | Author | Files | Lines |
2009-04-28 | Fix bug #6291 - force user stop working. | Jeremy Allison | 1 | -1/+37 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -2/+3 |
2009-04-01 | s3-auth: rename static smb_create_user(). Sorry... | Günther Deschner | 1 | -2/+2 |
2009-02-26 | s3: fix guest auth when winbindd is running | Steven Danneman | 1 | -7/+7 |
2009-02-21 | Revert "s3 auth: Add parameter that forces every user through an NSS lookup" | Tim Prouty | 1 | -22/+4 |
2009-02-16 | s3 auth: Add parameter that forces every user through an NSS lookup | Zach Loafman | 1 | -4/+22 |
2009-02-13 | s3:auth: only create_local_token() should add S-1-22-X-Y sids | Stefan Metzmacher | 1 | -27/+0 |
2009-02-13 | s3:auth: add S-1-22-X-Y sids to the local token | Stefan Metzmacher | 1 | -0/+38 |
2009-02-12 | s3: Added new parameter "map untrusted to domain" | Steven Danneman | 1 | -4/+8 |
2009-02-11 | s3: Change behavior when seeing an unknown domain. | Dan Sledz | 1 | -22/+35 |
2009-02-11 | Fix double free caused by incorrect talloc_steal usage. | Dan Sledz | 1 | -2/+2 |
2009-01-21 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2008-12-04 | Fix bug #1254 - write list not working under share-level security | Jeremy Allison | 1 | -1/+1 |
2008-09-03 | Revert "Split lookup_name() and create a new functiong called" | Simo Sorce | 1 | -4/+13 |
2008-08-17 | Split lookup_name() and create a new functiong called | Simo Sorce | 1 | -13/+4 |
2008-08-14 | Fix show-stopper for 3.2. Smbd depends on group SID | Jeremy Allison | 1 | -0/+34 |
2008-08-14 | Make it clear that this is a temporary context byusing a talloc stackframe in... | Jeremy Allison | 1 | -22/+16 |
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 |