summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-03-29sync with 2.2 branchHerb Lewis1-0/+11
2002-03-29Don't core dump listing thousands of users in usrmgr.Jeremy Allison2-11/+22
2002-03-29Re-implemented net ads user and net ads group to use the newJim McDonough2-22/+54
2002-03-29Added ads_process_results(), which takes a function that is called for eachJim McDonough1-20/+73
2002-03-29Ensure we return a parseable value if invalid handle given.Jeremy Allison1-17/+17
2002-03-29merge winbindd WINS changes from 2.2Herb Lewis7-47/+151
2002-03-29added shutdown to smbdJean-François Micouleau1-0/+6
2002-03-29nmbd handle shutdown message.Jean-François Micouleau1-0/+10
2002-03-29added a shutdown command to smbcontrol.Jean-François Micouleau2-0/+8
2002-03-29Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison1-5/+34
2002-03-28Refresh from sgml source. HTML doesn't come out ok on mine, though, soJim McDonough2-93/+94
2002-03-28merge from SAMBA_2_2Gerald Carter1-1/+6
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter10-62/+111
2002-03-28Added another return type.Tim Potter1-1/+2
2002-03-28Use headername when closing off include file guards.Tim Potter1-1/+2
2002-03-28Use winbind separator in sid_to_name() function.Tim Potter1-20/+182
2002-03-28a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell1-1/+1
2002-03-28Ensure that setting file length can return disk full on failure.Jeremy Allison1-2/+7
2002-03-28Updated version.Tim Potter1-23/+26
2002-03-28Script to generate patch to Makefile.in and configure.inTim Potter1-0/+6
2002-03-27Added sys_adminlog() system for info the appliance admins reallyJeremy Allison3-0/+66
2002-03-27merge from 2.2 - don't check local passdb if -r option usedHerb Lewis1-1/+3
2002-03-27merge from SAMBA_2_2Gerald Carter1-6/+6
2002-03-27Updated for long flags from popt conversion, as well as version number.Jim McDonough1-10/+11
2002-03-27Update smbstatus manpage source. Includes corrections of some flags,Jim McDonough1-10/+25
2002-03-27Told make to build nsswitch/pam_winbind.so - someone changed the MakefileJohn Terpstra1-1/+1
2002-03-27Converted to #include *.c format.Tim Potter2-16/+12
2002-03-27Broke out stuff into other files.Tim Potter1-743/+19
2002-03-27Moved pyconv definitions across.Tim Potter1-4/+19
2002-03-27Fixed bug in guards.Tim Potter1-1/+1
2002-03-27Converted to #include *.c format to avoid namespace pollution andTim Potter2-58/+0
2002-03-27Moved general printer related calls here.Tim Potter1-0/+558
2002-03-27Moved printer driver related calls here.Tim Potter1-0/+295
2002-03-27Whoops, left the paged control not critical in the paged search...kind ofJim McDonough1-1/+1
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison7-257/+221
2002-03-27Add server control to prevent referrals in paged searches. This keepsJim McDonough1-6/+18
2002-03-27Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison1-2/+10
2002-03-27In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison1-16/+27
2002-03-27Moved debug messages for grabbing/releasing mutex.Jeremy Allison2-2/+4
2002-03-26Unblock sigusr1 on startup.Tim Potter1-0/+1
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison3-7/+37
2002-03-26Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter1-2/+15
2002-03-26Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison1-1/+1
2002-03-26Moved conv functions to separate file.Tim Potter2-211/+99
2002-03-26#include "py_conv.h"Tim Potter1-0/+2
2002-03-26Added ports and conversion routines.Tim Potter1-1/+3
2002-03-26Regenerated patch.Tim Potter1-12/+11
2002-03-26Port related functions.Tim Potter2-0/+127
2002-03-26Samba structure <-> Python dictionary helper functions.Tim Potter2-0/+161
2002-03-26Moved form related functions as methods in the policy handle object.Tim Potter2-58/+49