summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij6-10/+10
2003-05-27volker's fix for crash when my_private_data == NULLGerald Carter1-2/+8
2003-05-26Correctly initialize winbind auth method.Volker Lendecke1-0/+3
2003-05-26Spelling.Tim Potter1-1/+2
2003-05-26Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett1-0/+46
2003-05-25Get 'add user script' working again for Samba 3.0.Andrew Bartlett3-47/+52
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-1/+1
2003-05-15Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij1-9/+17
2003-05-14spellingTim Potter1-2/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce2-29/+33
2003-05-11When we have a NT4SP0 PDC trust us, we first have to check theVolker Lendecke1-2/+2
2003-05-09Cleanups. My NTLMv2 changes also changed the preference from using an implicitAndrew Bartlett1-42/+42
2003-05-09Make sure we always have some client data, not just the hash. An NTLMv2 orAndrew Bartlett1-2/+3
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-2/+2
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij8-35/+42
2003-04-28Add cast for compilerAndrew Bartlett1-1/+1
2003-04-24Merge auth changes from HEAD:Andrew Bartlett5-70/+83
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-2/+8
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij8-84/+105
2003-04-14Fix typoJelmer Vernooij1-1/+1
2003-03-24(merge from HEAD)Andrew Bartlett2-7/+3
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-1/+1
2003-03-17Merge from HEAD - doxygenAndrew Bartlett1-2/+2
2003-03-17Mege from HEAD - doxygen.Andrew Bartlett1-1/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett3-56/+87
2003-02-16Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. FixesAndrew Bartlett1-2/+22
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-2/+2
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett4-5/+12
2003-02-04Merge HEAD: check both the account and password...Andrew Bartlett1-2/+2
2003-01-28Merge from HEAD:Andrew Bartlett1-1/+9
2003-01-28This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+139
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-4/+5
2003-01-15Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett1-225/+78
2003-01-15Crash fixes:Andrew Bartlett1-0/+1
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2-5/+6
2003-01-13Missing indirect in final free.Jeremy Allison1-2/+2
2003-01-13Merge of indirection fixes from HEAD.Jeremy Allison1-5/+5
2003-01-13Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett1-1/+2
2003-01-13Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett2-0/+44
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett2-1/+293
2003-01-13Fix to debian bug #171071 - we had the wrong dereference on the pointer to beAndrew Bartlett1-4/+4
2003-01-11Use size_t for the counter vars, to match the type they are assigned fromAndrew Bartlett1-3/+3
2003-01-05Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild.Andrew Bartlett1-33/+58
2003-01-05Clear up the auth_sam password checking code (the core of our password checkingAndrew Bartlett1-33/+58
2003-01-04Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett1-3/+3
2003-01-04Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett1-5/+5
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2-4/+4
2003-01-02We already have one function to move unistr2 -> multibyte-static, so weAndrew Bartlett1-5/+5