Age | Commit message (Expand) | Author | Files | Lines |
2010-08-22 | s3: Pass the rhost through smb_pam_accountcheck | Volker Lendecke | 1 | -1/+4 |
2010-08-22 | s3: Rename auth.c:backends to auth_backends | Volker Lendecke | 1 | -4/+4 |
2010-08-14 | s3:auth Whitespace fixes after auth merge | Andrew Bartlett | 1 | -1/+1 |
2010-08-14 | s3:auth Make Samba3 use the new common struct auth_usersupplied_info | Andrew Bartlett | 1 | -3/+3 |
2010-07-19 | s3-auth: Simplify how we free the auth_context | Simo Sorce | 1 | -16/+18 |
2010-06-07 | s3:auth Rename user_info->domain -> user_info->mapped.domain_name | Andrew Bartlett | 1 | -4/+4 |
2010-06-07 | s3:auth Rename user_info->client_domain -> user_info->client.domain_name | Andrew Bartlett | 1 | -1/+1 |
2010-06-07 | s3:auth Rename user_info->internal_username -> user_info->mapped.account_name | Andrew Bartlett | 1 | -7/+7 |
2010-06-07 | s3:auth Rename user_info->smb_name -> user_info->client.account_name | Andrew Bartlett | 1 | -7/+7 |
2010-06-01 | s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info | Andrew Bartlett | 1 | -2/+2 |
2010-05-13 | s3:auth Make get_ntlm_challenge more like Samba4 | Andrew Bartlett | 1 | -2/+3 |
2010-04-11 | s3: Make "auth_context" its own talloc parent | Volker Lendecke | 1 | -12/+6 |
2009-07-16 | Remove an unused talloc context. | Jeremy Allison | 1 | -8/+2 |
2009-02-21 | Fix some nonempty blank lines | Volker Lendecke | 1 | -31/+31 |
2009-02-21 | Remove the static "chal" from ntlmssp.c:get_challenge() | Volker Lendecke | 1 | -6/+8 |
2008-11-06 | Add wrapper str_list_make_v3() to replace the old S3 behavior of | Jeremy Allison | 1 | -8/+8 |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -2/+2 |
2008-04-09 | Fix typos. | Karolin Seeger | 1 | -1/+1 |
2008-02-04 | Always pass a TALLOC_CTX to str_list_make and str_list_copy | Volker Lendecke | 1 | -10/+26 |
2008-02-04 | tiny simplification | Volker Lendecke | 1 | -5/+3 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
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 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r21870: Move sending auth_server keepalives out of the main loop into an idle... | Volker Lendecke | 1 | -4/+1 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p... | Paul Green | 1 | -0/+2 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -10/+10 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r7450: fix my bone head mistake with ntlm authentcation and 'map to guest = b... | Gerald Carter | 1 | -9/+4 |
2007-10-10 | r7395: * new feature 'map to guest = bad uid' (based on patch from | Gerald Carter | 1 | -5/+15 |
2007-10-10 | r7024: reverting mistaken commit | Gerald Carter | 1 | -13/+5 |
2007-10-10 | r7020: fixing printer ace values and getting rid of false compiler warning ab... | Gerald Carter | 1 | -5/+13 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1492: Rework our random number generation system. | Andrew Bartlett | 1 | -1/+1 |
2003-11-23 | Patch by emil@disksites.com <Emil Rasamat> to ensure we always always | Andrew Bartlett | 1 | -2/+13 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -0/+3 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -2/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -2/+2 |
2003-07-18 | Fix memleak | Volker Lendecke | 1 | -1/+1 |
2003-07-05 | PAM should operate on the Unix username, not the NT username (which might not | Andrew Bartlett | 1 | -6/+6 |
2003-07-03 | This patch takes the work the jerry did for beta2, and generalises it: | Andrew Bartlett | 1 | -10/+11 |
2003-07-01 | fix typos in log messages and comments. | Gerald Carter | 1 | -2/+2 |
2003-06-29 | Here's the code to make winbindd work on a Samba DC | Gerald Carter | 1 | -3/+9 |
2003-06-28 | add check for NT_STATUS_NOT_IMPLEMENTED in auth check so that | Gerald Carter | 1 | -1/+13 |
2003-06-23 | fix typo (bug #170) | Gerald Carter | 1 | -1/+1 |
2003-05-25 | Get 'add user script' working again for Samba 3.0. | Andrew Bartlett | 1 | -6/+0 |