Added #ifdef'ed out implementation of auth_smbd python fn. Uncomment
[kai/samba.git] / source / python / py_samr.c
2003-02-18 Tim PotterCleanup of header files for python extensions.
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-10-17 Tim Potteropen_pipe_creds() now takes a pipe index instead of...
2002-08-27 Tim PotterImplemented enum_domain_groups function.
2002-06-20 Tim PotterAdded samr_open_domain() call.
2002-05-28 Tim PotterAllow None to be used as a valid credential for functio...
2002-05-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-16 Tim PotterShorten some debug messages.
2002-05-16 Tim PotterMore cleanups.
2002-05-16 Tim PotterRefactored open_pipe_creds() function to remove unused...
2002-05-14 Tim PotterGeneral cleanup of compiler warnings etc.
2002-04-15 Tim PotterStubs for connect, domain, user, group and alias policy...
2002-04-15 Tim PotterSkeleton for SAMR module.