summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
...
| * Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-205-107/+408
| * fix typo auth/auth_server.cJelmer Vernooij2002-08-191-1/+1
| * Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-3/+2
| * This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-2/+4
| * Let everybody enjoy my new toy - make it the default!Andrew Bartlett2002-07-311-2/+2
| * Winbind updates!Andrew Bartlett2002-07-311-21/+49
| * the ads_connect() here doesn't need to actually succeed, as its onlyAndrew Tridgell2002-07-311-3/+1
| * Fix the build for now..Jim McDonough2002-07-301-1/+1
| * net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell2002-07-301-4/+6
| * a couple more minor tweaks. This now allows us to operate in ADS modeAndrew Tridgell2002-07-301-4/+3
| * 2nd try at a fix for netbiosless connections to a ADS DC. This alsoAndrew Tridgell2002-07-301-31/+90
| * removed a gratuitous standard_sub_basic() on the 'password server'Andrew Tridgell2002-07-301-2/+0
| * - if we are in ADS mode then avoid an expensive netbios lookup to findAndrew Tridgell2002-07-301-7/+16
| * found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-7/+7
| * Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter2002-07-211-1/+1
| * Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-201-1/+1
| * Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett2002-07-201-2/+17
| * NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERSAndrew Bartlett2002-07-201-11/+11
| * Make it clear that the debug comment is the same as the command being testedAndrew Bartlett2002-07-091-1/+1
| * Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-023-3/+3
| * Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-1/+1
| * Try to get security=domain at least slightly working.Andrew Bartlett2002-06-242-8/+13
| * This patch does 2 things:Andrew Bartlett2002-06-153-96/+225
| * Add another 'trivial' built in authentication module - this one is aAndrew Bartlett2002-06-151-0/+50
| * It appears that to match NT we should not use the 'samstrict' behaviour,Andrew Bartlett2002-06-151-3/+5
| * moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-10/+10
| * Spelling.Tim Potter2002-06-121-1/+1
| * Spelling fixes.Tim Potter2002-06-121-1/+1
| * More cleanup work preparing for SMB signing.Jeremy Allison2002-06-011-3/+3
| * 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