summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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-01This binds the nmbd sending socket to the 'socket address'.Volker Lendecke1-2/+2
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-31Sync up formatting of the va list stuff - the HEAD version was nicer.Tim Potter1-3/+5
2003-10-30If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison1-1/+1
2003-10-30bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter1-0/+5
2003-10-30Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).Jeremy Allison1-1/+1
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison6-14/+28
2003-10-29Compile fix for tdbbackup when Samba needs to override non-C99Tim Potter1-1/+1
2003-10-29parameterise the listen backlog in smbd and make it larger by default. A back...Andrew Tridgell2-2/+5
2003-10-28Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison2-2/+3
2003-10-28Update WHATSNEW.txt with proper version from release branchAlexander Bokovoy1-441/+93
2003-10-28Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison3-67/+86
2003-10-27Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)Tim Potter1-1/+1
2003-10-27Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...Jeremy Allison1-5/+5
2003-10-27Remove some unused variables uncovered by the build farm.Richard Sharpe1-3/+0
2003-10-25Put in a work-around for ENOTSUP not being defined on OpenBSD.Richard Sharpe1-1/+4
2003-10-24Apply these patches as well ... not sure if they all build. They don't onRichard Sharpe2-5/+12
2003-10-24Apply latest of Derrell Lippman's changes to libsmbclient.Richard Sharpe1-9/+13
2003-10-24Fix one other place VA_COPY is defined ... should fix NetBSD build.Richard Sharpe1-0/+4
2003-10-24Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe5-397/+2801
2003-10-24Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe3-9/+22
2003-10-24Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough1-4/+49
2003-10-24Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough5-4/+20
2003-10-24New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough0-0/+0
2003-10-24This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User4-0/+449
2003-10-24New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough4-0/+449
2003-10-24Check for va_copy before you check for __va_copy, since va_copy is theRichard Sharpe2-4/+18
2003-10-24Add some debugs in the error paths for tdb_brlock() to help track downTim Potter1-1/+6
2003-10-24Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison1-0/+16
2003-10-24Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison1-0/+16
2003-10-23Merge from 3_0:Volker Lendecke2-12/+5
2003-10-23After a phonecall with jra finally commit this.Volker Lendecke2-12/+5
2003-10-23Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough3-3/+4
2003-10-23Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough3-3/+4
2003-10-23Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough1-2/+3
2003-10-23Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough1-2/+3
2003-10-23Merge from 3_0:Volker Lendecke1-1/+1
2003-10-23According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrindVolker Lendecke1-1/+1
2003-10-23Apply the changes to libsmbclient that derrell has contributed. Fix someRichard Sharpe4-394/+2799
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison25-63/+83
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison25-63/+83