summaryrefslogtreecommitdiff
path: root/source3/python/py_winbind.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-2/+8
(This used to be commit c17a7dc9a190156a069da3e861c18fd3f81224ad)
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-3/+3
(This used to be commit 3101c236b8241dc0183995ffceed551876427de4)
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-2/+2
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE (This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
2003-04-05some more idmapping :)Simo Sorce1-2/+2
(This used to be commit 5ac94535d7b7ce0cc0d44b9a77d6e42ddfd0cd26)
2003-03-19GCC 3.x has deprecated multi-line string constants.Tim Potter1-95/+95
(This used to be commit 54000fc3b0daee452f4d5bc7dad40757f1cf7c11)
2003-03-18Added #ifdef'ed out implementation of auth_smbd python fn. UncommentTim Potter1-1/+71
when auth_smbd functionality merged to HEAD. (This used to be commit 2b6d13672dc1e4a46fc2600e729c22d0ee7e534b)
2003-02-18Cleanup of header files for python extensions.Tim Potter1-22/+21
- combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined (This used to be commit 0659351b251aee438bb9e92682bc445f164923a5)
2002-11-22Added some extra code to test absence/presence of LM and NT passwords.Tim Potter1-8/+17
(This used to be commit 6f1d48555f53ea3b32a7b8a6cf0fc2e148c311b7)
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)