1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-01 09:05:46 +03:00

17 Commits

Author SHA1 Message Date
John Terpstra
03a308afcd Tims' little fix. -
Tim Potter
ca1c463360 Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username
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)
-
Tim Potter
cfb86b4503 Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id() -
Tim Potter
0308a0a112 Merge of compiler warning fixups. -
Tim Potter
fc0b2fcf97 Merge of #ifdef'ed out auth_smbd wrapper. -
Tim Potter
dbea592877 Merge of cleanups and srvsvc implementation from HEAD. -
Tim Potter
89a2ee7e72 Merge from HEAD:
>Added some extra code to test absence/presence of LM and NT passwords.
-
Tim Potter
19adbf1fae Implemented getpw{nam,uid} functions. -
Tim Potter
8e1a15a625 More automatically generated prototype madness. -
Tim Potter
18aeadc591 General cleanup of compiler warnings etc. -
Tim Potter
ba5364b306 Use Py_InitModule3() instead of Py_InitModule4() when we only want to set
the docstring for the module.

Doc updates.
-
Tim Potter
26a7333347 Use winbind separator in sid_to_name() function.
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.
-
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
ba0624d0c3 Added enum domain users and enum domain groups. -
Tim Potter
5e955b5fcc Added name_to_sid and sid_to_name functions. -
Tim Potter
d35770d06f Initial version. -