r25598: Add missing become_root/unbecome_root around calls of add_aliases.
[samba.git] / source / python / py_winbind.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 Lars Müllerr15093: Align to the last winbind changes.
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Tim Potterr6739: Fix for segfault in samba.winbind.auth_crap...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-12 John TerpstraTims' little fix.
2003-08-12 Tim PotterFix for bug 269. Change wbinfo and ntlm_auth to conver...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-22 Tim PotterUse lp_idmap_[ug]id() instead of lp_winbind_[ug]id()
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-05 Simo Sorcesome more idmapping :)
2003-03-20 Tim PotterMerge of compiler warning fixups.
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 Tim PotterGCC 3.x has deprecated multi-line string constants.
2003-03-18 Tim PotterMerge of #ifdef'ed out auth_smbd wrapper.
2003-03-18 Tim PotterAdded #ifdef'ed out implementation of auth_smbd python...
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 from HEAD:
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-22 Tim PotterAdded some extra code to test absence/presence of LM...
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-11 Tim PotterImplemented getpw{nam,uid} functions.
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-27 Tim PotterMore automatically generated prototype madness.
2002-05-14 Tim PotterGeneral cleanup of compiler warnings etc.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-03 Tim PotterUse Py_InitModule3() instead of Py_InitModule4() when...
2002-03-28 Tim PotterUse winbind separator in sid_to_name() function.
2002-03-26 Tim PotterRenamed internal methods so as not to clash with symbol...
2002-03-22 Tim PotterAdded enumerate trusted domains and check secret.
2002-03-20 Tim PotterAdded enum domain users and enum domain groups.
2002-03-20 Tim PotterAdded name_to_sid and sid_to_name functions.
2002-03-20 Tim PotterInitial version.