Age | Commit message (Expand) | Author | Files | Lines |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -1/+2 |
2003-01-15 | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 1 | -3/+3 |
2003-01-14 | Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd. | Tim Potter | 1 | -0/+2 |
2003-01-11 | Return the 'freindly' NT error message if at all possible. | Andrew Bartlett | 1 | -1/+1 |
2003-01-02 | Becouse these functions return a size_t, they can't return negitive numbers. | Andrew Bartlett | 1 | -3/+3 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -11/+11 |
2002-10-26 | Updates to winbind's PAM client and server - make the debug logs | Andrew Bartlett | 1 | -0/+7 |
2002-09-12 | Merge undone cleanups. | Tim Potter | 1 | -12/+19 |
2002-09-12 | Merge of winbind auth cleanups from appliance. | Tim Potter | 1 | -19/+12 |
2002-09-12 | Merge of cut&paste fix from appliance. | Tim Potter | 1 | -1/+1 |
2002-09-12 | Spelling fix. | Tim Potter | 1 | -2/+2 |
2002-07-31 | Winbind updates! | Andrew Bartlett | 1 | -28/+107 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 1 | -2/+2 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-04-07 | Spelling. | Tim Potter | 1 | -1/+1 |
2002-03-23 | Various winbind updates: | Andrew Bartlett | 1 | -1/+1 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -6/+6 |
2002-02-15 | Winbind cleanup. | Andrew Bartlett | 1 | -2/+2 |
2002-02-11 | A few small winbind updates: | Andrew Bartlett | 1 | -10/+5 |
2002-02-08 | Fix up some of the DEBUG lines in winbind_pam.c | Andrew Bartlett | 1 | -8/+10 |
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 1 | -30/+69 |
2002-01-31 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-30 | Fix for password change from Samuel Ziegler <sam@xpedion.com> | Tim Potter | 1 | -11/+11 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -2/+19 |
2002-01-14 | Initialise cli variables and try not to do a cli_shutdown() of uninitialsed | Andrew Bartlett | 1 | -4/+10 |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 1 | -0/+2 |
2002-01-10 | This changes the winbind protcol a bit: | Andrew Bartlett | 1 | -21/+13 |
2002-01-01 | Further rpc_client removal, this time from winbindd. | Andrew Bartlett | 1 | -38/+60 |
2001-12-10 | added some comments | Andrew Tridgell | 1 | -2/+1 |
2001-12-05 | Fixed parse_domain_user to be bool. | Jeremy Allison | 1 | -28/+27 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -5/+7 |
2001-11-23 | Got rid of that stupid parse_domain_user() warning when compiling | Tim Potter | 1 | -22/+0 |
2001-11-23 | Fixed check machine account function. | Tim Potter | 1 | -6/+12 |
2001-11-05 | Use cli_nt_login_network() instead of domain_client_validate() to perform | Tim Potter | 1 | -41/+55 |
2001-10-31 | Removed unneeded extern. | Tim Potter | 1 | -2/+0 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -72/+15 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 1 | -0/+4 |
2001-10-05 | This is the start of a bit of a rewrite of winbindd's connection handling. | Tim Potter | 1 | -4/+16 |
2001-09-12 | Some patches to authentication: | Tim Potter | 1 | -4/+4 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 1 | -2/+2 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -4/+4 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -2/+2 |
2001-08-24 | Make domain_client_validate return a status code instead of a boolean. | Tim Potter | 1 | -10/+10 |
2001-08-23 | Added copyright for me and AB. | Tim Potter | 1 | -0/+2 |
2001-08-22 | Added another authentication interface to winbindd. The Challenge Response | Tim Potter | 1 | -1/+72 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 1 | -1/+14 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -8/+48 |
2001-07-18 | the nss and pam modules in winbind don't have strchr_m() yet, so use | Andrew Tridgell | 1 | -2/+2 |