summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix 'security = domain' without winbind. This stores the sid we gotVolker Lendecke2003-06-111-32/+60
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-046-10/+10
* volker's fix for crash when my_private_data == NULLGerald Carter2003-05-271-2/+8
* Correctly initialize winbind auth method.Volker Lendecke2003-05-261-0/+3
* Spelling.Tim Potter2003-05-261-1/+2
* Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett2003-05-261-0/+46
* Get 'add user script' working again for Samba 3.0.Andrew Bartlett2003-05-253-47/+52
* add metze's patch for smb_register functionsSimo Sorce2003-05-161-1/+1
* Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij2003-05-151-9/+17
* spellingTim Potter2003-05-141-2/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-122-29/+33
* When we have a NT4SP0 PDC trust us, we first have to check theVolker Lendecke2003-05-111-2/+2
* Cleanups. My NTLMv2 changes also changed the preference from using an implicitAndrew Bartlett2003-05-091-42/+42
* Make sure we always have some client data, not just the hash. An NTLMv2 orAndrew Bartlett2003-05-091-2/+3
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-2/+2
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-288-35/+42
* Add cast for compilerAndrew Bartlett2003-04-281-1/+1
* Merge auth changes from HEAD:Andrew Bartlett2003-04-245-70/+83
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-2/+8
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-168-84/+105
* Fix typoJelmer Vernooij2003-04-141-1/+1
* (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