r25598: Add missing become_root/unbecome_root around calls of add_aliases.
[tprouty/samba.git] / source / python / py_common.c
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Deryck Hodger15299: Fix import of Python modules. Fixes Bug #3567.
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Jeremy Allisonr4238: More *alloc fixes.
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-30 Jeremy AllisonAdd a command line option (-S on|off|required) to enabl...
2003-02-19 Tim PotterMerge of cleanups and srvsvc implementation from HEAD.
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-18 Tim PotterCleanup of header files for python extensions.
2002-11-29 Tim PotterMerge of global_myname() fixes from HEAD.
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-22 Tim PotterFixed some globals that escaped the recent globalcide.
2002-11-04 Tim PotterSync with HEAD.
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-18 Jim McDonoughAdd extra parm to cli_full_connection. Tim, you should...
2002-10-18 Jim McDonoughAdd extra parm to cli_full_connection call. Tim, you...
2002-10-17 Tim PotterFix for new arguments of cli_nt_session_open()
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-09 Tim PotterCheck no extra fields are present when parsing credentials.
2002-09-02 Tim PotterFix transposed args in open_pipe_creds() function.
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-02 Tim PotterBroke out unpacking of a username/password stored in...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-11 Tim PotterCompile fix for flags field to cli_full_connection()
2002-06-20 Tim PotterCompile fix for new arguments to cli_full_connection()
2002-05-28 Tim PotterSeparate error handling for cli_full_connection() and...
2002-05-27 Tim PotterConvert open_pipe_creds() to use new cli_full_connectio...
2002-05-17 Tim PotterAdded a utility function to extract the info key from...
2002-05-16 Tim PotterMore cleanups.
2002-05-16 Tim PotterRefactored open_pipe_creds() function to remove unused...
2002-04-14 Tim PotterExplicitly return a list in py_ntstatus_tuple() and...
2002-04-14 Tim PotterMoved open_pipe_creds() function to common file.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-11 Tim PotterImplemented a setup_logging() function that takes two...
2002-04-05 Tim PotterAdded functions to return Python tuples (error code...
2002-03-20 Tim PotterInitial version.