summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
...
| * Spelling fixes.Tim Potter2002-05-281-7/+7
| * Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-28/+0
| * Name the authentication modules, and therfore fix up both the build farmAndrew Bartlett2002-05-244-0/+6
| * Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-1/+1
| * Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett2002-05-248-38/+106
| * Nobody uses this function, and there really doesn't seem much point toAndrew Bartlett2002-05-221-20/+0
| * Cleanups!Andrew Bartlett2002-05-223-44/+30
| * typo day :-(Simo Sorce2002-05-211-1/+1
| * typo, sorrySimo Sorce2002-05-2111-11/+11
| * debug classizedSimo Sorce2002-05-2112-0/+36
| * Ensure auth requests from the same machine are completely serialized.Jeremy Allison2002-04-221-5/+40
| * Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-1/+1
* | Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-142-5/+6
* | Merge of indirection fixes from HEAD.Jeremy Allison2003-01-131-5/+5
* | Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild.Andrew Bartlett2003-01-051-33/+58
* | Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett2003-01-041-3/+3
* | Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett2003-01-041-5/+5
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-032-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-131-88/+8
* | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-112-68/+58
* | Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+2
* | [merge from APP_HEAD]Gerald Carter2002-11-231-2/+3
* | Updates from HEAD:Andrew Bartlett2002-11-153-9/+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
* | Merge from HEAD:Andrew Bartlett2002-11-081-8/+9
* | Don't set global_machine_password_needs_changing ifTim Potter2002-11-081-4/+6
* | Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-2/+17
* | Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-022-10/+10
* | Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-10/+23
* | merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* | Updates from Samba HEAD:Andrew Bartlett2002-10-011-4/+4
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-256-169/+523
* | sync 3.0 branch with headJelmer Vernooij2002-08-175-69/+178
* | updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-1512-232/+501
|/
* Spelling.Tim Potter2002-04-071-1/+1
* Moved debug messages for grabbing/releasing mutex.Jeremy Allison2002-03-271-2/+0
* Don't hold the mutex for more than 20 seconds.Jeremy Allison2002-03-261-2/+4
* Spelling fixes.Tim Potter2002-03-241-1/+1
* Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett2002-03-231-4/+18
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-172-5/+5
* Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...Andrew Bartlett2002-03-131-1/+6
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-022-16/+122
* SECURITY FIXES:Andrew Bartlett2002-03-011-6/+4
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-281-11/+12
* "user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett2002-02-271-1/+1
* serialise all domain auth requestsAndrew Tridgell2002-02-181-1/+10