summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* (merge from HEAD)Andrew Bartlett2003-03-242-7/+3
* Fix some comment typosJelmer Vernooij2003-03-191-2/+2
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-1/+1
* Merge from HEAD - doxygenAndrew Bartlett2003-03-171-2/+2
* Mege from HEAD - doxygen.Andrew Bartlett2003-03-171-1/+1
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-243-56/+87
* Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. FixesAndrew Bartlett2003-02-161-2/+22
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-2/+2
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-104-5/+12
* Merge HEAD: check both the account and password...Andrew Bartlett2003-02-041-2/+2
* Merge from HEAD:Andrew Bartlett2003-01-281-1/+9
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-01-281-0/+139
|\
| * Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-4/+5
| * Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett2003-01-151-225/+78
| * Crash fixes:Andrew Bartlett2003-01-151-0/+1
| * Missing indirect in final free.Jeremy Allison2003-01-131-2/+2
| * Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett2003-01-131-1/+2
| * Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett2003-01-132-0/+44
| * Updates to our NTLMSSP code:Andrew Bartlett2003-01-132-1/+293
| * Fix to debian bug #171071 - we had the wrong dereference on the pointer to beAndrew Bartlett2003-01-131-4/+4
| * Use size_t for the counter vars, to match the type they are assigned fromAndrew Bartlett2003-01-111-3/+3
| * Clear up the auth_sam password checking code (the core of our password checkingAndrew Bartlett2003-01-051-33/+58
| * We already have one function to move unistr2 -> multibyte-static, so weAndrew Bartlett2003-01-021-5/+5
| * BIG patch...Andrew Bartlett2003-01-022-4/+4
| * Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-2/+1
| * Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-4/+4
| * merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-121-90/+10
| * Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-112-68/+58
| * Make it clear that we might not be talking to a PDC here.Andrew Bartlett2002-12-011-1/+1
| * [merge from APP_HEAD]Gerald Carter2002-11-231-2/+3
| * Small auth updates:Andrew Bartlett2002-11-154-11/+6
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-125-17/+15
| * Fix bug found by tpot with given password server.Jeremy Allison2002-11-091-1/+1
| * Don't set global_machine_password_needs_changing ifTim Potter2002-11-081-4/+6
| * Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-2/+17
| * Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett2002-11-041-8/+9
| * make_server_info_guest() can need root for the ldapsam backendAndrew Tridgell2002-11-031-1/+4
| * Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-10/+23
| * Nice *big* patch from metze.Andrew Bartlett2002-10-122-10/+10
| * merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
| * Second stab at Volker's 'make shadow passwords work' patch.Andrew Bartlett2002-09-281-4/+4
| * Back our volker's patch as was breaking the build.Andrew Bartlett2002-09-271-7/+2
| * Sorry to touch such an internal function. But I was quite surprised thatVolker Lendecke2002-09-271-2/+7
| * Move to common user token debugging, and ensure we always print both theAndrew Bartlett2002-09-251-6/+24
| * Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-1/+1
| * Don't display debugs of the nt user token twice.Tim Potter2002-09-151-4/+0
| * Merge of 'other_sids' patch from appliance.Tim Potter2002-09-151-4/+19
| * This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-062-54/+70
| * off by one in writing to malloced array. this fixes smbd crash I saw atHerb Lewis2002-08-301-2/+2
| * added cli_net_auth_3 client code.Jean-François Micouleau2002-08-301-1/+2