| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix missing bracket in quota quote - my fault. | Tim Potter | 2003-11-04 | 1 | -1/+1 |
* | | Use a static string instead of malloced one in winbind_{off,on}() utility | Tim Potter | 2003-11-04 | 1 | -29/+8 |
* | | Fix for winbindd on HPUX from albert chin (china@thewrittenword.com) | Jeremy Allison | 2003-11-03 | 1 | -4/+2 |
* | | removing #include <compat.h> in hopes to avoid problems with apache header fi... | Gerald Carter | 2003-11-03 | 2 | -5/+1 |
* | | AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at least | Volker Lendecke | 2003-11-03 | 1 | -9/+23 |
* | | Fix more 64-bit printf warnings. | Tim Potter | 2003-11-03 | 13 | -32/+35 |
* | | Fix some uninitialised variable warnings. | Tim Potter | 2003-11-03 | 1 | -2/+2 |
* | | Printf fixes for 64-bit size_t. | Tim Potter | 2003-11-02 | 1 | -3/+3 |
* | | Tidy up calls to uname so as not to produce output on stderr if | Tim Potter | 2003-11-02 | 1 | -4/+4 |
* | | Use putenv() instead of setenv() in the winbind_{off,on}() functions. Some | Tim Potter | 2003-11-02 | 1 | -3/+30 |
* | | Add prototype for smbc_remove_unused_server() to fix compiler warning. | Tim Potter | 2003-11-02 | 1 | -0/+11 |
* | | Cast to fix warning on Solaris sendfile - check buildfarm output | Tim Potter | 2003-11-02 | 1 | -1/+1 |
* | | Whoops - missed a place where HAVE_STAT_ST_{BLOCKS,BLOCKSIZE} guards | Tim Potter | 2003-11-02 | 1 | -0/+4 |
* | | Re-order link command for smbd, rpcclient and smbpasswd to ensure $LDFLAGS | Tim Potter | 2003-11-02 | 1 | -4/+8 |
* | | This binds the nmbd sending socket to the 'socket address'. | Volker Lendecke | 2003-11-01 | 1 | -2/+2 |
* | | prompt for password when invoking --set-auth-user and no pw | Gerald Carter | 2003-10-31 | 1 | -2/+7 |
* | | Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependent | Jeremy Allison | 2003-10-31 | 1 | -2/+4 |
* | | Sync up formatting of the va list stuff - the HEAD version was nicer. | Tim Potter | 2003-10-31 | 1 | -3/+5 |
* | | If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide... | Jeremy Allison | 2003-10-30 | 1 | -1/+1 |
* | | bug 696; check for an invalid fid before dereferencing the fsp pointer | Gerald Carter | 2003-10-30 | 1 | -0/+5 |
* | | Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com). | Jeremy Allison | 2003-10-30 | 1 | -1/+1 |
* | | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 2003-10-29 | 6 | -14/+28 |
* | | Compile fix for tdbbackup when Samba needs to override non-C99 | Tim Potter | 2003-10-29 | 1 | -1/+1 |
* | | parameterise the listen backlog in smbd and make it larger by default. A back... | Andrew Tridgell | 2003-10-29 | 2 | -2/+5 |
* | | Don't log at level zero when chdir fails. Ensure correct error message is ret... | Jeremy Allison | 2003-10-28 | 2 | -2/+3 |
* | | Fix for bug #667. DFS filenames can now have arbitrary case. | Jeremy Allison | 2003-10-28 | 3 | -67/+86 |
* | | Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com) | Tim Potter | 2003-10-27 | 1 | -1/+1 |
* | | Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo... | Jeremy Allison | 2003-10-27 | 1 | -5/+5 |
* | | Remove some unused variables uncovered by the build farm. | Richard Sharpe | 2003-10-27 | 1 | -3/+0 |
* | | Put in a work-around for ENOTSUP not being defined on OpenBSD. | Richard Sharpe | 2003-10-25 | 1 | -1/+4 |
* | | Apply latest of Derrell Lippman's changes to libsmbclient. | Richard Sharpe | 2003-10-24 | 1 | -9/+13 |
* | | Fix one other place VA_COPY is defined ... should fix NetBSD build. | Richard Sharpe | 2003-10-24 | 1 | -0/+4 |
* | | Commit Derrell's changes to libsmbclient plus a small change to configure.in | Richard Sharpe | 2003-10-24 | 5 | -397/+2801 |
* | | Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.in | Richard Sharpe | 2003-10-24 | 3 | -9/+22 |
* | | Add shutdown abort try over initshutdown pipe first, then fall back to | Jim McDonough | 2003-10-24 | 1 | -4/+49 |
* | | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 2003-10-24 | 5 | -4/+20 |
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 2003-10-24 | 4 | -0/+449 |
|\| |
|
| * | New files for support of initshutdown pipe. Win2k doesn't respond properly | Jim McDonough | 2003-10-24 | 4 | -0/+449 |
| * | Check for va_copy before you check for __va_copy, since va_copy is the | Richard Sharpe | 2003-10-24 | 2 | -4/+18 |
| * | Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth. | Jeremy Allison | 2003-10-24 | 1 | -0/+16 |
| * | Merge from 3_0: | Volker Lendecke | 2003-10-23 | 2 | -12/+5 |
| * | Fix bug 451. Stop net -P from prompting for machine account password. | Jim McDonough | 2003-10-23 | 3 | -3/+4 |
| * | Volker's fix for bug #668. Change the \n after the password prompt to go | Jim McDonough | 2003-10-23 | 1 | -2/+3 |
| * | Merge from 3_0: | Volker Lendecke | 2003-10-23 | 1 | -1/+1 |
| * | Apply the changes to libsmbclient that derrell has contributed. Fix some | Richard Sharpe | 2003-10-23 | 4 | -394/+2799 |
| * | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2003-10-22 | 25 | -63/+83 |
| * | Be sure referent ID is updated for incoming structures, too. | Jim McDonough | 2003-10-22 | 1 | -3/+13 |
| * | Fix segfault in mount.cifs helper when there is no options specified during m... | Alexander Bokovoy | 2003-10-22 | 1 | -1/+1 |
| * | Merge from 3_0: | Volker Lendecke | 2003-10-22 | 1 | -0/+1 |
| * | Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing | Jeremy Allison | 2003-10-21 | 2 | -1/+13 |