summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Adding genlogon (from 3.0.0).John Terpstra2003-01-161-0/+71
| | | | | | | | (This used to be commit b776521ba757f4b4995aff3db87a0da226480a69)
| * Added NT4 Profile Modification Docs, updated Win2K version.John Terpstra2003-01-162-0/+128
| | | | | | | | | | NOTE: These documents are place holders for a REAL document. (This used to be commit 393c4a37f3a1729ff92c42becfd066c76deefcda)
| * (missed in last commit)Andrew Bartlett2003-01-162-6/+9
| | | | | | | | | | | | | | | | | | | | | | Change the 'cookie' to be the ntlmssp_context, and use the 'auth_context' on that to store the cookie. Ensures that simple callbacks can 'just work'. Also make it clear that we are doing a pull_string into a pstring, not just any sized buffer. Andrew Bartlett (This used to be commit c7793f27188e658b7fc6336aa51d367eab36fc17)
| * allow a couple of LSA functions to take a username instead of a SID,Andrew Tridgell2003-01-161-3/+44
| | | | | | | | | | | | They still accept a SID, it just can be tedious to have to type SIDs instead of names all the time. (This used to be commit 665cc9b1aceb454074e9de9c6e8636b39be29493)
| * Add LIBSMB_OBJ for the new ntlm_auth functionality.Andrew Bartlett2003-01-161-1/+1
| | | | | | | | | | Andrew Bartlett (This used to be commit 9128aa3dd2f4bf4a21adac51be1da7c6380d23a0)
| * Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-169-72/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of the SWAT code, and adding a base64 encoder. The main purpose of this patch is to add NTLMSSP support to 'ntlm_auth', for use with Squid. Unfortunetly the squid side doesn't quite support what we need yet. Changes to winbind to get us the info we need, and a couple of consequential changes/cleanups in the rest of the code. Andrew Bartlett (This used to be commit fe50ca8f54ded2e119bde08831785fbe0db2ee99)
| * More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison2003-01-164-2/+9
| | | | | | | | | | Jeremy. (This used to be commit c3544c119e4cafb817479b4c5dfae178c3de000b)
| * Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison2003-01-164-18899/+9100
| | | | | | | | | | | | | | detect for now, I still have vague hopes of hiding the differences between MIT and Heimdal with a compatibility layer.... Jeremy. (This used to be commit a776fbef3244ae82a17c57a7f62de115fd023c86)
| * * merge fixes for SGML syntax errors (does no one ever regenerate the docs?)Gerald Carter2003-01-1653-5564/+5850
| | | | | | | | | | | | * regenerate the docs * add some files from SAMBA_3_0 (This used to be commit 1af74785f334bd84b2d62e7fc2975f9477386acb)
| * Fix a signed/unsigned warning.Andrew Bartlett2003-01-161-1/+1
| | | | | | | | (This used to be commit b5ae49544d8e389595a3b076466498912de42081)
| * Add mutex protection around auth calls.Jeremy Allison2003-01-161-41/+37
| | | | | | | | | | Jeremy. (This used to be commit af8a5d79682410482646eea075dff2d344d60e31)
| * s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter2003-01-151-1/+1
| | | | | | | | (This used to be commit 251585142bb5d13951160a76f65bb2bf32f209bf)
| * do not use RCS variables in fileGerald Carter2003-01-151-1/+1
| | | | | | | | (This used to be commit 88d673e1a14b5c91843bd64a516555b6f1f77d7f)
| * add ntlogon directory and files from 3.0Gerald Carter2003-01-153-0/+580
| | | | | | | | (This used to be commit 3ae66807d86753b840b674e76a27b9f6133cca98)
| * Removed level 0 DEBUG leftover from testing.Tim Potter2003-01-151-3/+0
| | | | | | | | (This used to be commit 7ed8046d043743d1a7af70eaa1d215e8c04e7700)
| * Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett2003-01-152-225/+82
| | | | | | | | | | | | | | challenge in the NTLMSSP context. Andrew Bartlett (This used to be commit ba13e058d4533b1ffba723b9e98e95090ad63d85)
| * remove torture tools on make cleanGerald Carter2003-01-151-1/+1
| | | | | | | | (This used to be commit dfeab6ff24e87e3459d28aa4bbaa5187505c199c)
| * small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-1511-1362/+200
| | | | | | | | (This used to be commit 9ac196dad4893b0ceef13281a140be5d85391e6c)
| * initialize acct_ctrl before using itHerb Lewis2003-01-151-2/+1
| | | | | | | | | | remove ldap_msgfree(result); as result is unitialized at this point (This used to be commit dc8882778694289ca461de57d443992f52ab7524)
| * * removed unused variable from rpcclient codeGerald Carter2003-01-157-17/+19
| | | | | | | | | | | | * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 4a6d8280ea27ca7a6998219aacc4b15b1227a659)
* | Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).Jeremy Allison2003-01-286-147/+247
| | | | | | | | | | Jeremy. (This used to be commit 1b71786c161cd8ec4c3c0c6b178370ed50feeef4)
* | performance patch from HP-UX folks (cant remember who)Gerald Carter2003-01-281-3/+14
| | | | | | | | (This used to be commit d6c22e693efee88c17f1f0f6c861e7101b3fec99)
* | CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter2003-01-281-2/+101
| | | | | | | | (This used to be commit 8d0bde43156f5511df7a5a6865b361ebc2a933eb)
* | Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison2003-01-286-20648/+10581
| | | | | | | | | | Jeremy. (This used to be commit 85dda434763bbcea260c800599e4b6b73afcf174)
* | sync with tpot's change to gencache_get() in HEADGerald Carter2003-01-241-22/+31
| | | | | | | | (This used to be commit 305f167db2a34cdf3dd6378954e815ce34111232)
* | masking an assert error in Tim's wins server checking code; needs a proper ↵Gerald Carter2003-01-241-0/+11
| | | | | | | | | | | | fix after I talk to tpot (This used to be commit 607bc0b4fca38640c6b5c730aa4119e2aa9006fc)
* | Memory leak fix from Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison2003-01-241-1/+4
| | | | | | | | | | Jeremy. (This used to be commit efd52f6ca7784a3edfc0371b5ff2054ad9704ab7)
* | Fixed typo found by tpot.Jeremy Allison2003-01-241-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 7e2bc1fe58f5da437e55867d1205ca6ceade4c74)
* | merging [un]signed declarationGerald Carter2003-01-241-1/+1
| | | | | | | | (This used to be commit 15be89e72fee97106db1bd06d18060c21bbf78e1)
* | Thanks Meeester Potter, for reverting *all* my Heimdal changes becauseJeremy Allison2003-01-232-40/+61
| | | | | | | | | | | | I mistyped a comma :-). Jeremy. (This used to be commit 04cc149c756c396012cfa321a74724b077302b95)
* | Fixed typo.Tim Potter2003-01-231-1/+1
| | | | | | | | (This used to be commit 09d8a8e87fbb13928b863f659381dddb09592985)
* | Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though.Tim Potter2003-01-221-1/+1
| | | | | | | | (This used to be commit 81bfd9a4d9c80b87b020b998e9722750339c422d)
* | Sync with HEAD.Tim Potter2003-01-222-128/+8
| | | | | | | | (This used to be commit db3901827fe776041fa38900e80ab2fab94c28a6)
* | Minor merges from HEAD.Tim Potter2003-01-222-1/+3
| | | | | | | | (This used to be commit 902a1dc1d5f74ce94496d03327c07416bc2061be)
* | Merge: remove dead function.Tim Potter2003-01-221-10/+0
| | | | | | | | (This used to be commit 648307ab3d16cb557cead27d6799a741a266c0d5)
* | Merge of kerberos changes to make this branch build again!Tim Potter2003-01-222-61/+40
| | | | | | | | (This used to be commit 51b319f57f28e3993919d7f3db0251a724902332)
* | Merge of wins server dead list into gencache.tdbTim Potter2003-01-221-60/+54
| | | | | | | | (This used to be commit d1107efa1cd23cbfe8da6d3462714a6f3ec570ae)
* | Merge: Make torture tools in everything target.Tim Potter2003-01-221-1/+1
| | | | | | | | (This used to be commit 087607e03a6db8e9ec021e13fe00303ec50d71a6)
* | fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLEGerald Carter2003-01-221-0/+1
| | | | | | | | (This used to be commit b063acd9062704be6352647dae2ad801ecacec75)
* | Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison2003-01-216-15/+533
| | | | | | | | | | | | kerberos_verify... Jeremy. (This used to be commit e8c4098da619a1429cc4c8251761333a7c0f3458)
* | Properly display popt errors. Also fix debug to be -d for consistency with ↵Jim McDonough2003-01-211-2/+3
| | | | | | | | | | | | other progs. (This used to be commit c58c84e8066d5d17e1cde99b83d259030f15458b)
* | Fixup proto generation to not include krb5 specific symbolsJeremy Allison2003-01-212-5/+8
| | | | | | | | | | | | if no kerberos selected. Noticed by Metze. Jeremy. (This used to be commit 0c98f779f05431ac4d298c9f021fca85d16aebae)
* | More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-215-11/+155
| | | | | | | | | | Jeremy. (This used to be commit a7ee6ed64500a0d949849da6996b7dc837518f00)
* | don't free() auto variables; fixes segfault when looking up ↵Gerald Carter2003-01-211-3/+5
| | | | | | | | | | | | RefusePasswordChange registry value (This used to be commit b3fc458e9e4b90deb971dd2495786e74c8b425bd)
* | sanity checks from Ken CrossGerald Carter2003-01-212-3/+7
| | | | | | | | (This used to be commit 9f35846b8e0d711c9101ade9e79394219045383c)
* | should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the buildJim McDonough2003-01-201-1/+1
| | | | | | | | (This used to be commit 9f1f3cb8bb3d7d9b4fb414b06ad10356f775bb28)
* | Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison2003-01-195-10070/+20214
| | | | | | | | | | | | | | to add a function without an explicit #ifdef HEIMDAL which I'm trying to avoid. Jeremy. (This used to be commit 92ecd0bf0fe2cc4f6c86ca48e6e458e726470a50)
* | strip any trailing \'s from reg key names in an openGerald Carter2003-01-191-2/+10
| | | | | | | | (This used to be commit d13f727c4b442d2327d134a0944c15f4cdc82aa2)
* | removing extra debug statementGerald Carter2003-01-181-2/+0
| | | | | | | | (This used to be commit 1244ef3dbec1b63eee48d3086661afe26e23e4c0)
* | connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter2003-01-171-1/+1
| | | | | | | | (This used to be commit 50d65996e497a6b4647b74dadb4a7f3f5dddf2ed)