Age | Commit message (Expand) | Author | Files | Lines |
2008-11-06 | Add wrapper str_list_make_v3() to replace the old S3 behavior of | Jeremy Allison | 1 | -1/+1 |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -2/+2 |
2008-06-19 | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 1 | -3/+3 |
2008-06-14 | Move connection-specific vuid cache clear to uid.c | Volker Lendecke | 1 | -1/+1 |
2008-05-06 | Fix a memleak introduced after refactoring "struct user_struct" | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Remove "userdom_struct user" from "struct user_struct" | Volker Lendecke | 1 | -24/+25 |
2008-05-05 | Remove "session_key" from "struct user_struct" | Volker Lendecke | 1 | -6/+1 |
2008-05-05 | Remove "guest" from "struct user_struct" | Volker Lendecke | 1 | -4/+3 |
2008-05-05 | Remove the unix token info from "struct user_struct" | Volker Lendecke | 1 | -22/+4 |
2008-05-05 | Remove "nt_user_token" from "struct user_struct" | Volker Lendecke | 1 | -3/+1 |
2008-05-05 | Remove "logon_script" from "struct user_struct" | Volker Lendecke | 1 | -8/+0 |
2008-05-05 | Remove unix_homedir from struct user_struct | Volker Lendecke | 1 | -37/+35 |
2008-05-05 | Remove "homedir" from "struct user_struct" | Volker Lendecke | 1 | -6/+0 |
2008-02-14 | Ensure invalidate_vuid() deletes any ntlmssp state. | Jeremy Allison | 1 | -0/+4 |
2008-02-04 | str_list_free is not needed anymore | Volker Lendecke | 1 | -4/+2 |
2008-02-04 | Always pass a TALLOC_CTX to str_list_make and str_list_copy | Volker Lendecke | 1 | -4/+5 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -4/+8 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -1/+4 |
2007-12-10 | Simplify add_session_user | Volker Lendecke | 1 | -33/+25 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 1 | -3/+3 |
2007-11-16 | Fix an implicit cast warning. | Michael Adam | 1 | -1/+1 |
2007-11-13 | Remove last pstring from smbd/*.c | Jeremy Allison | 1 | -25/+45 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -8/+8 |
2007-10-10 | r24590: Reformatting to coding standards. Added my (C) in places it already s... | Jeremy Allison | 1 | -19/+22 |
2007-10-10 | r24589: Refactor our vuid code so that we keep the same | Jeremy Allison | 1 | -132/+165 |
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 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 1 | -39/+25 |
2007-10-10 | r21460: Fix for server-side processing of SPNEGO auth | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r21128: Fix Vista connecting to Samba in share level security. | Jeremy Allison | 1 | -0/+25 |
2007-10-10 | r17408: Let us use netgroups even without a NIS domain but just using files | Simo Sorce | 1 | -4/+3 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -9/+10 |
2007-10-10 | r15589: While trying to understand the vuid code I found that security=share ... | Volker Lendecke | 1 | -3/+2 |
2007-10-10 | r15583: Add a comment while trying to understand this code | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r14112: * fix checks on return code from register_vuid() which could actually | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -5/+5 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -0/+129 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -54/+89 |
2007-10-10 | r12311: Reformatting | Volker Lendecke | 1 | -15/+23 |
2007-10-10 | r12305: Reformatting | Volker Lendecke | 1 | -8/+20 |
2007-10-10 | r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset... | Gerald Carter | 1 | -1/+36 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2082: lp_path should be lp_pathname. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2077: fix logic bug in the check for creating a user's home directory in reg... | Gerald Carter | 1 | -10/+13 |
2007-10-10 | r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d... | Jeremy Allison | 1 | -11/+15 |