summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-11-04Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison1-1/+18
2003-11-04Fix missing bracket in quota quote - my fault.Tim Potter1-1/+1
2003-11-04Use a static string instead of malloced one in winbind_{off,on}() utilityTim Potter1-29/+8
2003-11-03TDBSAM update code from Aur?lien Degr?mont <adegremont@idealx.com>.Jeremy Allison2-16/+620
2003-11-03Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)Jeremy Allison1-4/+2
2003-11-03Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)Jeremy Allison1-4/+2
2003-11-03removing #include <compat.h> in hopes to avoid problems with apache header fi...Gerald Carter2-5/+1
2003-11-03removing #include <compat.h> in hopes to avoid problems with apache header fi...Gerald Carter2-5/+1
2003-11-03From 3_0:Volker Lendecke1-9/+23
2003-11-03AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at leastVolker Lendecke1-9/+23
2003-11-03Fix more 64-bit printf warnings.Tim Potter13-32/+35
2003-11-03Fix some uninitialised variable warnings.Tim Potter1-2/+2
2003-11-02Printf fixes for 64-bit size_t.Tim Potter1-3/+3
2003-11-02Tidy up calls to uname so as not to produce output on stderr ifTim Potter1-4/+4
2003-11-02Fix duplicate libs problem in iconv detection code.Tim Potter1-1/+1
2003-11-02Use putenv() instead of setenv() in the winbind_{off,on}() functions. SomeTim Potter1-3/+30
2003-11-02Add prototype for smbc_remove_unused_server() to fix compiler warning.Tim Potter1-0/+11
2003-11-02Cast to fix warning on Solaris sendfile - check buildfarm outputTim Potter1-1/+1
2003-11-02Merge of fix for bug 661 from 3.0Tim Potter1-4/+8
2003-11-02Whoops - missed a place where HAVE_STAT_ST_{BLOCKS,BLOCKSIZE} guardsTim Potter1-0/+4
2003-11-02Re-order link command for smbd, rpcclient and smbpasswd to ensure $LDFLAGSTim Potter1-4/+8
2003-11-01From 3_0:Volker Lendecke1-2/+2
2003-11-01This binds the nmbd sending socket to the 'socket address'.Volker Lendecke1-2/+2
2003-10-31set- set-assword when invoking --set-auth-user and no pwGerald Carter1-2/+7
2003-10-31prompt for password when invoking --set-auth-user and no pwGerald Carter1-2/+7
2003-10-31Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison1-2/+4
2003-10-31Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison1-2/+4
2003-10-31Merge from 3.0:Tim Potter1-10/+17
2003-10-31Whitespace syncup with 3.0Tim Potter1-7/+7
2003-10-31Formatting syncup with 3.0Tim Potter1-0/+4
2003-10-31Fix another unused warning.Tim Potter1-0/+3
2003-10-31Fix spelling mistake.Tim Potter1-1/+1
2003-10-31Merge from 3.0:Tim Potter1-40/+40
2003-10-31Fix some unused variable warnings.Tim Potter2-0/+6
2003-10-31Merge from 3.0:Tim Potter1-3/+0
2003-10-31Sync up with 3.0Tim Potter1-3/+3
2003-10-31Sync up some indentation.Tim Potter1-3/+3
2003-10-31Sync up formatting of the va list stuff - the HEAD version was nicer.Tim Potter1-3/+5
2003-10-31Merge from 3.0: Sync up comments.Tim Potter1-2/+2
2003-10-31Merge of some fixes from 3.0:Tim Potter1-8/+10
2003-10-30Add string to uuid fn. Thanks aliguori.Jim McDonough1-1/+84
2003-10-30If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison1-1/+1
2003-10-30If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison1-1/+1
2003-10-30Last of the GUID->struct uuid changes.Jim McDonough2-14/+7
2003-10-30Nearing the end of the GUID -> struct uuid changes.Jim McDonough2-9/+12
2003-10-30Ok, nearing the end of the GUID->struct uuid changes.Jim McDonough5-34/+34
2003-10-30More GUID->struct uuid changes.Jim McDonough2-9/+14
2003-10-30Another round of GUID->struct uuid.Jim McDonough5-10/+10
2003-10-30First round of merging various UUID structures.Jim McDonough17-153/+141
2003-10-30bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter1-0/+5