summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-26Append $(srcdir) to include directories.Tim Potter1-9/+15
2002-03-26Pass $(srcdir) to setup.pyTim Potter1-0/+1
2002-03-26Renamed internal methods so as not to clash with symbols within Samba.Tim Potter1-23/+175
2002-03-26OpenPrinter() merge from 2.2Gerald Carter5-27/+282
2002-03-26Removed unused variable.Jeremy Allison1-3/+0
2002-03-26Tests for insane open semantics.Jeremy Allison1-7/+68
2002-03-26Matched W2K *insane* open semantics....Jeremy Allison1-0/+18
2002-03-26Added 5 *NASTY* non-io open tests....Jeremy Allison1-0/+169
2002-03-25add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett1-0/+58
2002-03-25Roll back proto.h changes -- to hard to do them portably. LeaveMartin Pool1-55/+16
2002-03-24Spelling fixes.Tim Potter3-3/+3
2002-03-23Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison1-8/+11
2002-03-23Documentation updates.Andrew Bartlett1-4/+58
2002-03-23Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett1-4/+18
2002-03-23Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett1-4/+6
2002-03-23rerun autoconfAndrew Bartlett1-312/+313
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett4-15/+15
2002-03-23Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett1-8/+11