1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-22 07:17:05 +03:00

7 Commits

Author SHA1 Message Date
Tim Potter
10889241d5 Broke out unpacking of a username/password stored in a Python
dictionary into a separate function.
-
Tim Potter
8e1a15a625 More automatically generated prototype madness. -
Tim Potter
4cafbcb205 Added a utility function to extract the info key from a dictionary. -
Tim Potter
d35cad359d More cleanups.
- removed dodgy fprintf() error handling

 - return an error string from open_pipe_creds() so the appropriate
   exception can be raised by the caller

 - reformatting
-
Tim Potter
36ed06cb50 Refactored open_pipe_creds() function to remove unused parameter. -
Tim Potter
38d2b1794a Started working on setprinter code. -
Tim Potter
d586289197 New file to hold common prototypes. -