| Commit message (Expand) | Author | Age | Files | Lines |
* | We never actually got an 'ads' auth module, so don't send the auth subsystem | Andrew Bartlett | 2003-04-07 | 1 | -1/+1 |
* | some more idmapping :) | Simo Sorce | 2003-04-05 | 1 | -5/+7 |
* | Map a useless error code to a useful one... | Andrew Bartlett | 2003-04-02 | 1 | -0/+5 |
* | - Support building all auth modules as .so's | Jelmer Vernooij | 2003-03-25 | 1 | -1/+1 |
* | Make auth.c compile again. I'm not sure what this does though... | Volker Lendecke | 2003-03-25 | 1 | -2/+3 |
* | - Add support to auth/ for the new modules system | Jelmer Vernooij | 2003-03-24 | 8 | -81/+103 |
* | Fix compile. | Andrew Bartlett | 2003-03-23 | 1 | -2/+2 |
* | NTLM Authentication: | Andrew Bartlett | 2003-03-23 | 2 | -7/+3 |
* | Fix some comment typos | Jelmer Vernooij | 2003-03-19 | 1 | -2/+2 |
* | Now that mimir has done the grunt work, I'll fix up the comment | Andrew Bartlett | 2003-03-15 | 1 | -4/+1 |
* | Extending code to work both in case of domain membership | Rafal Szczesniak | 2003-03-14 | 1 | -1/+1 |
* | Fresh meat in trusted domains code: | Rafal Szczesniak | 2003-03-14 | 1 | -20/+6 |
* | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 2003-03-08 | 1 | -1/+1 |
* | Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd" | Martin Pool | 2003-02-28 | 1 | -1/+1 |
* | Doxygen janitor: check_domain_match parameter is spelled | Martin Pool | 2003-02-28 | 1 | -2/+2 |
* | Make sure we set the error code to indicate failure... | Andrew Bartlett | 2003-02-22 | 1 | -2/+11 |
* | See if I can make this look slightly like C. It compiled locally, honest... | Andrew Bartlett | 2003-02-22 | 1 | -3/+4 |
* | First check if the user is in the passdb, then check Get_Pwnam(). | Andrew Bartlett | 2003-02-22 | 2 | -31/+61 |
* | For a number of months now, support for being a domain member without also | Andrew Bartlett | 2003-02-20 | 1 | -25/+14 |
* | If we didn't make the server_info correctly, then don't segfault trying to | Andrew Bartlett | 2003-02-17 | 1 | -1/+3 |
* | Add the 'session key' output of the NTLMSSP exchange to the cli struct, so | Andrew Bartlett | 2003-02-16 | 2 | -3/+23 |
* | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 2003-02-14 | 1 | -2/+2 |
* | Some cleanups: | Andrew Bartlett | 2003-02-10 | 4 | -5/+12 |
* | Actually checking both the account and password tests would be a good idea... | Andrew Bartlett | 2003-02-04 | 1 | -2/+2 |
* | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 2003-01-16 | 1 | -4/+5 |
* | Missed auth_ntlmssp.c in last night's checkin. Also keep track of the current | Andrew Bartlett | 2003-01-15 | 1 | -225/+78 |
* | Crash fixes: | Andrew Bartlett | 2003-01-15 | 1 | -0/+1 |
* | Missing indirect in final free. | Jeremy Allison | 2003-01-13 | 1 | -2/+2 |
* | Always initialise this variable - and don't set the 'must change now' if it was | Andrew Bartlett | 2003-01-13 | 1 | -1/+2 |
* | Patch from metze to add what he feels is the correct semantics for a Domain | Andrew Bartlett | 2003-01-13 | 2 | -0/+44 |
* | Updates to our NTLMSSP code: | Andrew Bartlett | 2003-01-13 | 2 | -1/+293 |
* | Fix to debian bug #171071 - we had the wrong dereference on the pointer to be | Andrew Bartlett | 2003-01-13 | 1 | -4/+4 |
* | Use size_t for the counter vars, to match the type they are assigned from | Andrew Bartlett | 2003-01-11 | 1 | -3/+3 |
* | Clear up the auth_sam password checking code (the core of our password checking | Andrew Bartlett | 2003-01-05 | 1 | -33/+58 |
* | We already have one function to move unistr2 -> multibyte-static, so we | Andrew Bartlett | 2003-01-02 | 1 | -5/+5 |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 2 | -4/+4 |
* | Finish adding strings to all talloc_init() calls. | Jeremy Allison | 2002-12-23 | 1 | -2/+1 |
* | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2002-12-20 | 1 | -4/+4 |
* | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 2002-12-12 | 1 | -90/+10 |
* | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 2002-12-11 | 2 | -68/+58 |
* | Make it clear that we might not be talking to a PDC here. | Andrew Bartlett | 2002-12-01 | 1 | -1/+1 |
* | [merge from APP_HEAD] | Gerald Carter | 2002-11-23 | 1 | -2/+3 |
* | Small auth updates: | Andrew Bartlett | 2002-11-15 | 4 | -11/+6 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 5 | -17/+15 |
* | Fix bug found by tpot with given password server. | Jeremy Allison | 2002-11-09 | 1 | -1/+1 |
* | Don't set global_machine_password_needs_changing if | Tim Potter | 2002-11-08 | 1 | -4/+6 |
* | Merge of get_dc_list() api change. This was slightly more intrusive | Tim Potter | 2002-11-06 | 1 | -2/+17 |
* | Move to the use of the 'initialised' flag, rather than the fact the pointer is | Andrew Bartlett | 2002-11-04 | 1 | -8/+9 |
* | make_server_info_guest() can need root for the ldapsam backend | Andrew Tridgell | 2002-11-03 | 1 | -1/+4 |
* | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -10/+23 |