summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-16Merge the fix from head about short variables.Richard Sharpe1-1/+1
(This used to be commit e408bf329163e45e60ebd1aef648f79aaeef1c13)
2003-01-16Fix an error where the SK Offset was truncated to 16 bits. Variables neededRichard Sharpe1-1/+1
to be unsigned int (DWORD) not unsigned int (WORD). (This used to be commit e1e9c29c4095405d7031cfd618e06dd841075aad)
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison4-38/+77
Jeremy. (This used to be commit 3d04872499332ef2d8e7479b924afc8fc1ac29d7)
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison4-38/+77
Jeremy. (This used to be commit daf179bcd6297b525bfc644efb154734723f4d58)
2003-01-16Adding genlogon (from 3.0.0).John Terpstra1-0/+71
(This used to be commit b776521ba757f4b4995aff3db87a0da226480a69)
2003-01-16Adding genlogon obtained from a a mailing list posting in 2001.John Terpstra1-0/+71
(This used to be commit f6121fb55b27178f1bcae00a7225e03028f9e7d4)
2003-01-16Added NT4 Profile Modification Docs, updated Win2K version.John Terpstra2-0/+128
NOTE: These documents are place holders for a REAL document. (This used to be commit 393c4a37f3a1729ff92c42becfd066c76deefcda)
2003-01-16(missed in last commit)Andrew Bartlett2-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)
2003-01-16allow a couple of LSA functions to take a username instead of a SID,Andrew Tridgell1-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)
2003-01-16Add LIBSMB_OBJ for the new ntlm_auth functionality.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 9128aa3dd2f4bf4a21adac51be1da7c6380d23a0)
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett9-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)
2003-01-16More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison4-2/+9
Jeremy. (This used to be commit c3544c119e4cafb817479b4c5dfae178c3de000b)
2003-01-16More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison4-2/+9
Jeremy. (This used to be commit 4333be5732de07786254382a4aa41333783d81b5)
2003-01-16Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison4-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)
2003-01-16Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison4-146/+282
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 54d83de8a23937f1d8179a7e2596df3c50785618)
2003-01-16regenerate docsGerald Carter50-7991/+6486
(This used to be commit 2215dc37e26bec17eb971e7b54818622a9bb5b97)
2003-01-16* merge fixes for SGML syntax errors (does no one ever regenerate the docs?)Gerald Carter53-5564/+5850
* regenerate the docs * add some files from SAMBA_3_0 (This used to be commit 1af74785f334bd84b2d62e7fc2975f9477386acb)
2003-01-16Fix a signed/unsigned warning.Andrew Bartlett1-1/+1
(This used to be commit b5ae49544d8e389595a3b076466498912de42081)
2003-01-16More notes added.John Terpstra1-0/+57
(This used to be commit 0406b786236017ca817f18c25ec9ad778a7c001d)
2003-01-16Add mutex protection around auth calls.Jeremy Allison1-41/+37
Jeremy. (This used to be commit af8a5d79682410482646eea075dff2d344d60e31)
2003-01-16Add mutex protection around auth calls.Jeremy Allison1-41/+37
Jeremy. (This used to be commit ea4fe9baadd70e6fc22c5e33de66165895d2e42c)
2003-01-15Merge of holding pattern stuff from HEAD.Tim Potter1-21/+5
(This used to be commit bf8bb62023bcd38e5bc53ef1ac2183360d6ff734)
2003-01-15s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter1-1/+1
(This used to be commit dc6cda595179b8c53f15d4bc92faf782f3e2d482)
2003-01-15s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter1-1/+1
(This used to be commit 251585142bb5d13951160a76f65bb2bf32f209bf)
2003-01-15missed a fileGerald Carter1-13/+4
(This used to be commit 1df9f3e259b5ba190de7a123a79b3afcd2bfe489)
2003-01-15do not use RCS variables in fileGerald Carter1-1/+1
(This used to be commit 6d739272218276c89256224226d44fc05b80c6f6)
2003-01-15do not use RCS variables in fileGerald Carter1-1/+1
(This used to be commit 88d673e1a14b5c91843bd64a516555b6f1f77d7f)
2003-01-15syncing docs with HEADGerald Carter76-29006/+11457
(This used to be commit d8fe70c3b4be548244e9d7b7ea533e64232df001)
2003-01-15Remove debugging stmt.Tim Potter1-3/+0
(This used to be commit d74382ccfe7e96e20816dd2d481b79fb66f2f243)
2003-01-15add ntlogon directory and files from 3.0Gerald Carter3-0/+580
(This used to be commit 3ae66807d86753b840b674e76a27b9f6133cca98)
2003-01-15Sync up compiler warning fixes.Tim Potter1-9/+9
(This used to be commit 225182a3a36c72b10643c9568e5cc1f80c0173f1)
2003-01-15Removed level 0 DEBUG leftover from testing.Tim Potter1-3/+0
(This used to be commit 7ed8046d043743d1a7af70eaa1d215e8c04e7700)
2003-01-15and another comment.John Terpstra1-0/+11
(This used to be commit 60d1fe38bd0c779158426e776bfb64b0ba1c710f)
2003-01-15dded further comment.John Terpstra1-0/+12
(This used to be commit 094726d84d08a83dcce8e1b96c3b3623ef9f7382)
2003-01-15Remove a wayward file.Richard Sharpe1-281/+0
(This used to be commit ef597400602cdbd1601355f8ef54f12ea45dff78)
2003-01-15Adding Win2K profile info.John Terpstra1-0/+32
(This used to be commit 7b9aa0008b914f8657b19d3c671774574767abbc)
2003-01-15Adding more notes.John Terpstra1-0/+16
(This used to be commit 2649a21c93d0c93164d6a3cef4931d4e992fe972)
2003-01-15Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett2-225/+82
challenge in the NTLMSSP context. Andrew Bartlett (This used to be commit ba13e058d4533b1ffba723b9e98e95090ad63d85)
2003-01-15Added note about Win2Pro RK.John Terpstra1-0/+12
(This used to be commit 60b19241a5e3fa264154a35e6c446b2bbc6191d9)
2003-01-15playing janitor for tpot; remove holding patternGerald Carter1-6/+0
(This used to be commit c8e77809adfb2ace18c219d9291651a4959bbcb7)
2003-01-15remove torture tools on make cleanGerald Carter1-1/+1
(This used to be commit dfeab6ff24e87e3459d28aa4bbaa5187505c199c)
2003-01-15*lots of small merges form HEADGerald Carter25-19108/+9063
*sync up configure.in *don't build torture tools in make all *make sure to remove torture tools as part of make clean (This used to be commit 0fb724b3216eeeb97e61ff12755ca3a31bcad6ef)
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter11-1362/+200
(This used to be commit 9ac196dad4893b0ceef13281a140be5d85391e6c)
2003-01-15sync up ignored files from HEADGerald Carter1-2/+6
(This used to be commit 787830782c14d219bd15f28969ed3c9fd251dbed)
2003-01-15winbindd merges from HEADGerald Carter3-18/+13
(This used to be commit 8bd91a50d4e743935196ca258d06a3e43392140d)
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter13-26/+349
(This used to be commit 7a4c87484237308cb3ad0d671687da7e0f6e733b)
2003-01-15initialize acct_ctrl before using itHerb Lewis1-2/+1
remove ldap_msgfree(result); as result is unitialized at this point (This used to be commit dc8882778694289ca461de57d443992f52ab7524)
2003-01-15initialize acct_ctrl variable before it is usedHerb Lewis1-2/+1
remove ldap_msgfree(result); as result is unitialized at this point (This used to be commit 1102a6f8cdf295d564df5447a223b354be72895d)
2003-01-15more unused filesGerald Carter1-92/+0
(This used to be commit d223ea87ae202574714da5c4eadbe281f8699a80)
2003-01-15remving more unused filesGerald Carter2-77/+0
(This used to be commit e3f9b68deecb61274ead2086a0ed977d5318b09c)