Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of header files for python extensions. | Tim Potter | 2003-02-18 | 1 | -2/+17 |
| | | | | | | - 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 silly bug. | Tim Potter | 2002-11-29 | 1 | -1/+1 |
| | |||||
* | Fixed some compiler warnings. | Tim Potter | 2002-11-22 | 1 | -5/+5 |
| | |||||
* | Moved function to parse a list of unicode strings into util file. | Tim Potter | 2002-11-06 | 1 | -0/+24 |
| | | | | | It's now used in parsing printer driver structures and the response from the enumprinterkey rpc. | ||||
* | Added char *, uid_t and gid_t types to generic conversion routines. | Tim Potter | 2002-09-11 | 1 | -0/+25 |
| | |||||
* | Check types of dictionary elements in to_struct() | Tim Potter | 2002-05-27 | 1 | -10/+10 |
| | |||||
* | When converting from a dictionary to a Samba structure, check for any | Tim Potter | 2002-05-20 | 1 | -2/+30 |
| | | | | additional keys that may have been added and return False if so. | ||||
* | to_struct() now returns a boolean which is false if not all the elements of | Tim Potter | 2002-05-17 | 1 | -1/+6 |
| | | | | the structure were present in the dictionary. | ||||
* | rpcstr_pull() src_len fix. | Tim Potter | 2002-05-07 | 1 | -1/+1 |
| | |||||
* | Samba structure <-> Python dictionary helper functions. | Tim Potter | 2002-03-26 | 1 | -0/+126 |