| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
(This used to be commit 3e9701f34c730783648fb2a666f7b57478e5942d)
|
| |
| |
| |
| |
| |
| | |
open resources.
Jeremy.
(This used to be commit 0173d6fe164568a73247fa542895443fad6c20c3)
|
| |
| |
| |
| | |
(This used to be commit e3d00fa47d38cd214f5e350e1d6b30d90ed8a52c)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
calls to init_unistr2() in the code and every one of them got the 3rd
argument incorrect, so I thought it best just to remove the argument.
The incorrect usage was caused by callers using strlen() to determine
the length of the string. The 3rd argument to init_unistr2() was
supposed to be the character length, not the byte length of the
string, so for non-english this could come out wrong.
I also removed the bogus 'always allocate at least 256 bytes'
hack. There may be some code that relies on this, but if there is then
the code is broken and needs fixing.
(This used to be commit b9eff31b1433c81fbff733e194914a40f25e3bda)
|
| |
| |
| |
| |
| | |
variable or function
(This used to be commit f2c9c64900c4da24f73b188deb0f57271e3bf3e7)
|
| |
| |
| |
| |
| | |
compiler could have produced complete crap for this code.
(This used to be commit 0e90da0810b60dd1c2b1ec46c1a2993856b919d3)
|
| |
| |
| |
| |
| | |
Removed a dead function.
(This used to be commit a1c790b5ea8de120a1d8710ac190955aea28246f)
|
| |
| |
| |
| | |
(This used to be commit 60c13a767523e3ec4db7ee5f5c6b20ca07d2a00a)
|
| |
| |
| |
| | |
(This used to be commit 8b2d19eeaa59c709315062df6d68cf16b2905054)
|
| |
| |
| |
| |
| | |
to be unsigned int (DWORD) not unsigned int (WORD).
(This used to be commit e1e9c29c4095405d7031cfd618e06dd841075aad)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 3d04872499332ef2d8e7479b924afc8fc1ac29d7)
|
| |
| |
| |
| | |
(This used to be commit b776521ba757f4b4995aff3db87a0da226480a69)
|
| |
| |
| |
| |
| | |
NOTE: These documents are place holders for a REAL document.
(This used to be commit 393c4a37f3a1729ff92c42becfd066c76deefcda)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| | |
Andrew Bartlett
(This used to be commit 9128aa3dd2f4bf4a21adac51be1da7c6380d23a0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit c3544c119e4cafb817479b4c5dfae178c3de000b)
|
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| | |
* regenerate the docs
* add some files from SAMBA_3_0
(This used to be commit 1af74785f334bd84b2d62e7fc2975f9477386acb)
|
| |
| |
| |
| | |
(This used to be commit b5ae49544d8e389595a3b076466498912de42081)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit af8a5d79682410482646eea075dff2d344d60e31)
|
| |
| |
| |
| | |
(This used to be commit 251585142bb5d13951160a76f65bb2bf32f209bf)
|
| |
| |
| |
| | |
(This used to be commit 88d673e1a14b5c91843bd64a516555b6f1f77d7f)
|
| |
| |
| |
| | |
(This used to be commit 3ae66807d86753b840b674e76a27b9f6133cca98)
|
| |
| |
| |
| | |
(This used to be commit 7ed8046d043743d1a7af70eaa1d215e8c04e7700)
|
| |
| |
| |
| |
| |
| |
| | |
challenge in the NTLMSSP context.
Andrew Bartlett
(This used to be commit ba13e058d4533b1ffba723b9e98e95090ad63d85)
|
| |
| |
| |
| | |
(This used to be commit dfeab6ff24e87e3459d28aa4bbaa5187505c199c)
|
| |
| |
| |
| | |
(This used to be commit 9ac196dad4893b0ceef13281a140be5d85391e6c)
|
| |
| |
| |
| |
| | |
remove ldap_msgfree(result); as result is unitialized at this point
(This used to be commit dc8882778694289ca461de57d443992f52ab7524)
|
| |
| |
| |
| |
| |
| | |
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
(This used to be commit 4a6d8280ea27ca7a6998219aacc4b15b1227a659)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 1b71786c161cd8ec4c3c0c6b178370ed50feeef4)
|
| |
| |
| |
| | |
(This used to be commit d6c22e693efee88c17f1f0f6c861e7101b3fec99)
|
| |
| |
| |
| | |
(This used to be commit 8d0bde43156f5511df7a5a6865b361ebc2a933eb)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 85dda434763bbcea260c800599e4b6b73afcf174)
|
| |
| |
| |
| | |
(This used to be commit 305f167db2a34cdf3dd6378954e815ce34111232)
|
| |
| |
| |
| |
| |
| | |
fix after I talk to tpot
(This used to be commit 607bc0b4fca38640c6b5c730aa4119e2aa9006fc)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit efd52f6ca7784a3edfc0371b5ff2054ad9704ab7)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 7e2bc1fe58f5da437e55867d1205ca6ceade4c74)
|
| |
| |
| |
| | |
(This used to be commit 15be89e72fee97106db1bd06d18060c21bbf78e1)
|
| |
| |
| |
| |
| |
| | |
I mistyped a comma :-).
Jeremy.
(This used to be commit 04cc149c756c396012cfa321a74724b077302b95)
|
| |
| |
| |
| | |
(This used to be commit 09d8a8e87fbb13928b863f659381dddb09592985)
|
| |
| |
| |
| | |
(This used to be commit 81bfd9a4d9c80b87b020b998e9722750339c422d)
|
| |
| |
| |
| | |
(This used to be commit db3901827fe776041fa38900e80ab2fab94c28a6)
|
| |
| |
| |
| | |
(This used to be commit 902a1dc1d5f74ce94496d03327c07416bc2061be)
|
| |
| |
| |
| | |
(This used to be commit 648307ab3d16cb557cead27d6799a741a266c0d5)
|
| |
| |
| |
| | |
(This used to be commit 51b319f57f28e3993919d7f3db0251a724902332)
|
| |
| |
| |
| | |
(This used to be commit d1107efa1cd23cbfe8da6d3462714a6f3ec570ae)
|
| |
| |
| |
| | |
(This used to be commit 087607e03a6db8e9ec021e13fe00303ec50d71a6)
|
| |
| |
| |
| | |
(This used to be commit b063acd9062704be6352647dae2ad801ecacec75)
|