Age | Commit message (Expand) | Author | Files | Lines |
2002-03-30 | Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgr | Jeremy Allison | 1 | -1/+12 |
2002-03-29 | Don't core dump listing thousands of users in usrmgr. | Jeremy Allison | 2 | -11/+22 |
2002-03-29 | Re-implemented net ads user and net ads group to use the new | Jim McDonough | 2 | -22/+54 |
2002-03-29 | Added ads_process_results(), which takes a function that is called for each | Jim McDonough | 1 | -20/+73 |
2002-03-29 | Ensure we return a parseable value if invalid handle given. | Jeremy Allison | 1 | -17/+17 |
2002-03-29 | merge winbindd WINS changes from 2.2 | Herb Lewis | 7 | -47/+151 |
2002-03-29 | added shutdown to smbd | Jean-François Micouleau | 1 | -0/+6 |
2002-03-29 | nmbd handle shutdown message. | Jean-François Micouleau | 1 | -0/+10 |
2002-03-29 | added a shutdown command to smbcontrol. | Jean-François Micouleau | 2 | -0/+8 |
2002-03-29 | Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINS | Jeremy Allison | 1 | -5/+34 |
2002-03-28 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+6 |
2002-03-28 | Aborted experiment to avoid namespace pollution and prototype hell and | Tim Potter | 10 | -62/+111 |
2002-03-28 | Added another return type. | Tim Potter | 1 | -1/+2 |
2002-03-28 | Use headername when closing off include file guards. | Tim Potter | 1 | -1/+2 |
2002-03-28 | Use winbind separator in sid_to_name() function. | Tim Potter | 1 | -20/+182 |
2002-03-28 | a dodgy fix for a dodgy race condition in smbtorture child startup | Andrew Tridgell | 1 | -1/+1 |
2002-03-28 | Ensure that setting file length can return disk full on failure. | Jeremy Allison | 1 | -2/+7 |
2002-03-28 | Updated version. | Tim Potter | 1 | -23/+26 |
2002-03-28 | Script to generate patch to Makefile.in and configure.in | Tim Potter | 1 | -0/+6 |
2002-03-27 | Added sys_adminlog() system for info the appliance admins really | Jeremy Allison | 3 | -0/+66 |
2002-03-27 | merge from 2.2 - don't check local passdb if -r option used | Herb Lewis | 1 | -1/+3 |
2002-03-27 | merge from SAMBA_2_2 | Gerald Carter | 1 | -6/+6 |
2002-03-27 | Converted to #include *.c format. | Tim Potter | 2 | -16/+12 |
2002-03-27 | Broke out stuff into other files. | Tim Potter | 1 | -743/+19 |
2002-03-27 | Moved pyconv definitions across. | Tim Potter | 1 | -4/+19 |
2002-03-27 | Fixed bug in guards. | Tim Potter | 1 | -1/+1 |
2002-03-27 | Converted to #include *.c format to avoid namespace pollution and | Tim Potter | 2 | -58/+0 |
2002-03-27 | Moved general printer related calls here. | Tim Potter | 1 | -0/+558 |
2002-03-27 | Moved printer driver related calls here. | Tim Potter | 1 | -0/+295 |
2002-03-27 | Whoops, left the paged control not critical in the paged search...kind of | Jim McDonough | 1 | -1/+1 |
2002-03-27 | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 7 | -257/+221 |
2002-03-27 | Add server control to prevent referrals in paged searches. This keeps | Jim McDonough | 1 | -6/+18 |
2002-03-27 | Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax. | Jeremy Allison | 1 | -2/+10 |
2002-03-27 | In msleep - never sleep for more than 1 second. Cope with time changes. | Jeremy Allison | 1 | -16/+27 |
2002-03-27 | Moved debug messages for grabbing/releasing mutex. | Jeremy Allison | 2 | -2/+4 |
2002-03-26 | Unblock sigusr1 on startup. | Tim Potter | 1 | -0/+1 |
2002-03-26 | Don't hold the mutex for more than 20 seconds. | Jeremy Allison | 3 | -7/+37 |
2002-03-26 | Added code for smb messaging. winbindd now responds to the smbcontrol | Tim Potter | 1 | -2/+15 |
2002-03-26 | Don't do a zero-length malloc (caught with dmalloc library). | Jeremy Allison | 1 | -1/+1 |
2002-03-26 | Moved conv functions to separate file. | Tim Potter | 2 | -211/+99 |
2002-03-26 | #include "py_conv.h" | Tim Potter | 1 | -0/+2 |
2002-03-26 | Added ports and conversion routines. | Tim Potter | 1 | -1/+3 |
2002-03-26 | Regenerated patch. | Tim Potter | 1 | -12/+11 |
2002-03-26 | Port related functions. | Tim Potter | 2 | -0/+127 |
2002-03-26 | Samba structure <-> Python dictionary helper functions. | Tim Potter | 2 | -0/+161 |
2002-03-26 | Moved form related functions as methods in the policy handle object. | Tim Potter | 2 | -58/+49 |
2002-03-26 | Append $(srcdir) to include directories. | Tim Potter | 1 | -9/+15 |
2002-03-26 | Pass $(srcdir) to setup.py | Tim Potter | 1 | -0/+1 |
2002-03-26 | Renamed internal methods so as not to clash with symbols within Samba. | Tim Potter | 1 | -23/+175 |
2002-03-26 | OpenPrinter() merge from 2.2 | Gerald Carter | 5 | -27/+282 |