summaryrefslogtreecommitdiff
path: root/source3/python/py_winbind.c
AgeCommit message (Collapse)AuthorFilesLines
2003-08-12Tims' little fix.John Terpstra1-1/+1
(This used to be commit 03a308afcd8826387e33a9c95df98425f9e0fa79)
2003-08-12Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter1-2/+8
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)
2003-07-22Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()Tim Potter1-3/+3
(This used to be commit cfb86b4503c13b34583a61ef01ca8e1ed00fb9e4)
2003-03-20Merge of compiler warning fixups.Tim Potter1-95/+95
(This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
2003-03-18Merge of #ifdef'ed out auth_smbd wrapper.Tim Potter1-1/+71
(This used to be commit fc0b2fcf977b9014d2478296168b22e9faa22108)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-22/+21
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-11-29Merge from HEAD:Tim Potter1-8/+17
>Added some extra code to test absence/presence of LM and NT passwords. (This used to be commit 89a2ee7e72fef444632659af13feaf94d3f6e9ce)
2002-09-11Implemented getpw{nam,uid} functions.Tim Potter1-0/+65
(This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
2002-05-27More automatically generated prototype madness.Tim Potter1-1/+1
(This used to be commit 8e1a15a625b72711bcfab77403e6a6b91e434756)
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-4/+4
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
2002-04-03Use Py_InitModule3() instead of Py_InitModule4() when we only want to setTim Potter1-6/+8
the docstring for the module. Doc updates. (This used to be commit ba5364b30688924d6b69b9fc39a398441a6149e7)
2002-03-28Use winbind separator in sid_to_name() function.Tim Potter1-20/+182
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)
2002-03-26Renamed internal methods so as not to clash with symbols within Samba.Tim Potter1-23/+175
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)
2002-03-22Added enumerate trusted domains and check secret.Tim Potter1-1/+112
Added configuration dictionary to retrieve smb.conf parameters. (This used to be commit 4d31151977f358c50986131dbd311c3ee69e9286)
2002-03-20Added enum domain users and enum domain groups.Tim Potter1-22/+77
(This used to be commit ba0624d0c397d49b032f34727c910c0be7014813)
2002-03-20Added name_to_sid and sid_to_name functions.Tim Potter1-1/+136
(This used to be commit 5e955b5fcc53b80238bbc178ca0bcd8b3e81c05f)
2002-03-20Initial version.Tim Potter1-0/+34
(This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)