Age | Commit message (Collapse) | Author | Files | Lines |
|
safe for using our headers and linking with C++ modules. Stops us
from using C++ reserved keywords in our code.
Jeremy
(This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a)
|
|
Closes bugzilla 2699.
(This used to be commit 16ddf2812266c314950f464a6f4d75d55de0f9d6)
|
|
On systems with /dev/urandom, this avoids a change to secrets.tdb for every fork().
For other systems, we now only re-seed after a fork, and on startup.
No need to do it per-operation. This removes the 'need_reseed'
parameter from generate_random_buffer().
Andrew Bartlett
(This used to be commit 36741d3cf53a7bd17d361251f2bb50851cdb035f)
|
|
(This used to be commit 03a308afcd8826387e33a9c95df98425f9e0fa79)
|
|
and workstation to utf8 before sending the winbindd request. Also, don't
continue when the call to pull_utf8() fails but rather return a winbind
error. (This is what was causing the crash)
(This used to be commit ca1c463360b75538a93b56a87cbb4a6ee7b6cec6)
|
|
(This used to be commit cfb86b4503c13b34583a61ef01ca8e1ed00fb9e4)
|
|
(This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
|
|
(This used to be commit fc0b2fcf977b9014d2478296168b22e9faa22108)
|
|
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
|
|
>Added some extra code to test absence/presence of LM and NT passwords.
(This used to be commit 89a2ee7e72fef444632659af13feaf94d3f6e9ce)
|
|
(This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
|
|
(This used to be commit 8e1a15a625b72711bcfab77403e6a6b91e434756)
|
|
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
|
|
the docstring for the module.
Doc updates.
(This used to be commit ba5364b30688924d6b69b9fc39a398441a6149e7)
|
|
Implemented auth() and auth_crap() functions.
Expanded docstrings for exported functions, with examples. Now 'pydoc
winbind' returns a nice looking manual page!
Wrote module docstring.
(This used to be commit 26a7333347e630d2f5ff9d017536d21ac4ecaa81)
|
|
Set up and use winbind separator in config object.
Implemented:
- uid to sid
- gid to sid
- sid to uid
- sid to gid
Added RID constants.
(This used to be commit 9afd17f1541446a9c5252cd4d0d4d13c800ecac8)
|
|
Added configuration dictionary to retrieve smb.conf parameters.
(This used to be commit 4d31151977f358c50986131dbd311c3ee69e9286)
|
|
(This used to be commit ba0624d0c397d49b032f34727c910c0be7014813)
|
|
(This used to be commit 5e955b5fcc53b80238bbc178ca0bcd8b3e81c05f)
|
|
(This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)
|