Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more idmapping :) | Simo Sorce | 2003-04-05 | 1 | -2/+2 |
| | |||||
* | GCC 3.x has deprecated multi-line string constants. | Tim Potter | 2003-03-19 | 1 | -95/+95 |
| | |||||
* | Added #ifdef'ed out implementation of auth_smbd python fn. Uncomment | Tim Potter | 2003-03-18 | 1 | -1/+71 |
| | | | | when auth_smbd functionality merged to HEAD. | ||||
* | Cleanup of header files for python extensions. | Tim Potter | 2003-02-18 | 1 | -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 | ||||
* | Added some extra code to test absence/presence of LM and NT passwords. | Tim Potter | 2002-11-22 | 1 | -8/+17 |
| | |||||
* | Implemented getpw{nam,uid} functions. | Tim Potter | 2002-09-11 | 1 | -0/+65 |
| | |||||
* | More automatically generated prototype madness. | Tim Potter | 2002-05-27 | 1 | -1/+1 |
| | |||||
* | General cleanup of compiler warnings etc. | Tim Potter | 2002-05-14 | 1 | -4/+4 |
| | |||||
* | Use Py_InitModule3() instead of Py_InitModule4() when we only want to set | Tim Potter | 2002-04-03 | 1 | -6/+8 |
| | | | | | | the docstring for the module. Doc updates. | ||||
* | Use winbind separator in sid_to_name() function. | Tim Potter | 2002-03-28 | 1 | -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. | ||||
* | Renamed internal methods so as not to clash with symbols within Samba. | Tim Potter | 2002-03-26 | 1 | -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. | ||||
* | Added enumerate trusted domains and check secret. | Tim Potter | 2002-03-22 | 1 | -1/+112 |
| | | | | Added configuration dictionary to retrieve smb.conf parameters. | ||||
* | Added enum domain users and enum domain groups. | Tim Potter | 2002-03-20 | 1 | -22/+77 |
| | |||||
* | Added name_to_sid and sid_to_name functions. | Tim Potter | 2002-03-20 | 1 | -1/+136 |
| | |||||
* | Initial version. | Tim Potter | 2002-03-20 | 1 | -0/+34 |