1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Tim Potter
0659351b25 Cleanup of header files for python extensions.
- 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
-
Tim Potter
9e871cc256 Fixed some compiler warnings. -
Tim Potter
a938863914 Added char *, uid_t and gid_t types to generic conversion routines. -
Tim Potter
b26d9d7939 to_struct() now returns a boolean which is false if not all the elements of
the structure were present in the dictionary.
-
Tim Potter
1e48f872a4 Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
-
Tim Potter
22990c3dda Fixed bug in guards. -
Tim Potter
6c8a2ad167 Samba structure <-> Python dictionary helper functions. -