Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of header files for python extensions. | Tim Potter | 2003-02-18 | 1 | -1/+4 |
| | | | | | | - 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 | ||||
* | Fixed some compiler warnings. | Tim Potter | 2002-11-22 | 1 | -0/+1 |
| | |||||
* | Added char *, uid_t and gid_t types to generic conversion routines. | Tim Potter | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | to_struct() now returns a boolean which is false if not all the elements of | Tim Potter | 2002-05-17 | 1 | -1/+1 |
| | | | | the structure were present in the dictionary. | ||||
* | Aborted experiment to avoid namespace pollution and prototype hell and | Tim Potter | 2002-03-28 | 1 | -3/+8 |
| | | | | moved to 'make proto' based solution. | ||||
* | Fixed bug in guards. | Tim Potter | 2002-03-27 | 1 | -1/+1 |
| | |||||
* | Samba structure <-> Python dictionary helper functions. | Tim Potter | 2002-03-26 | 1 | -0/+35 |