1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00
Commit Graph

361 Commits

Author SHA1 Message Date
Tim Potter
9afd17f154 Renamed internal methods so as not to clash with symbols within Samba.
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.
-
Tim Potter
4d31151977 Added enumerate trusted domains and check secret.
Added configuration dictionary to retrieve smb.conf parameters.
-
Tim Potter
b1b7ae8bcf Actually use flags passed in PYTHON_CFLAGS variable.
Use py_common.c in winbind extension module for correct initialisation.

Some reformatting.
-
Tim Potter
ba0624d0c3 Added enum domain users and enum domain groups. -
Tim Potter
8e4bb2f8a0 Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS) -
Tim Potter
5e955b5fcc Added name_to_sid and sid_to_name functions. -
Tim Potter
19dd8ba826 Remove nsswitch from include directories. -
Tim Potter
b06fc0cc84 Ignore autogenerated setup.py -
Tim Potter
d35770d06f Initial version. -
Tim Potter
4d172b712f Patch to configure.in and Makefile.in for Python extensions. -
Tim Potter
85650ee3bc setup.py for samba python wrappers -