1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
66115cf64b Fix memory leaks and return values in error returns for enumports().
Return enumerated ports as a hash of hashes instead of a list of hashes.
(This used to be commit c469ada3d3)
2002-05-16 05:19:30 +00:00
286d3a80fd 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
(This used to be commit d35cad359d)
2002-05-16 04:00:31 +00:00
ce03ce2e56 Refactored open_pipe_creds() function to remove unused parameter.
(This used to be commit 36ed06cb50)
2002-05-16 02:24:22 +00:00
f9b571811d Converted drivers, forms and ports functions to use new conversion routines
and exception throwing.
(This used to be commit ed0a6480f7)
2002-04-05 05:48:01 +00:00
c15c667afb Start to make argument ordering consistent.
(This used to be commit e84cc7ea84)
2002-04-03 04:47:44 +00:00
230e36ccde Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
(This used to be commit 1e48f872a4)
2002-03-28 04:14:43 +00:00
b66111f9ba Moved pyconv definitions across.
Fixed misc compile problems.
(This used to be commit 723bfa1a85)
2002-03-27 05:28:42 +00:00
04ab61a56c Port related functions.
(This used to be commit 5dc7e350ec)
2002-03-26 11:08:09 +00:00