Age | Commit message (Expand) | Author | Files | Lines |
2002-08-10 | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 1 | -2/+1 |
2002-03-14 | getpid() -> sys_getpid() | Tim Potter | 1 | -20/+20 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-05 | One line fix to get smbmount working again. | Andrew Bartlett | 1 | -0/+3 |
2001-12-19 | Fix for extra capabilities from Urban Widmark <urban@teststation.com>. | Jeremy Allison | 1 | -25/+33 |
2001-11-28 | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 1 | -6/+0 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -5/+2 |
2001-11-26 | Fixed compiler warnings and dyn_CONFIGFILE related breakage. | Tim Potter | 1 | -10/+9 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |
2001-11-20 | Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the | Martin Pool | 1 | -4/+4 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -8/+17 |
2001-10-24 | Remove xstrdup since it was added to lib/util.c. Caused compile failure | Jim McDonough | 1 | -13/+0 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-20 | smbmount fixes from Urban. | Jeremy Allison | 1 | -5/+21 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -7/+6 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -1/+1 |
2001-08-24 | fixed handling of 139/445 in clients | Andrew Tridgell | 1 | -2/+2 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -8/+8 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -3/+0 |
2001-04-22 | a couple of minor merges from 2_2 | Andrew Tridgell | 1 | -2/+4 |
2001-04-14 | Patch from Mandrakesoft to ensure we close all files. | John Terpstra | 1 | -1/+3 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -4/+4 |
2001-03-10 | Sync up Urbans changes from 2.2 into HEAD. | Jeremy Allison | 1 | -1/+4 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -55/+246 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -2/+2 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -5/+5 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -751/+445 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -1/+1 |
1999-02-18 | Got to the bottom of another weird one... | Michael Warfield | 1 | -1/+5 |
1999-02-14 | Added caching of user password if it was entered via getpass. We were already | Michael Warfield | 1 | -1/+102 |
1999-02-13 | Fixed a glibc glitch in smbumount.c and reenabled some debugging | Michael Warfield | 1 | -1/+1 |
1999-02-01 | Minor change to bring smbmount in the main branch in line with some bzero | Michael Warfield | 1 | -3/+3 |
1999-01-31 | Ok... Yet another round of fixes for smbmount and autofs. | Michael Warfield | 1 | -18/+55 |
1998-11-30 | Earlier fix for smbmount timing window was the wrong patch. | Michael Warfield | 1 | -9/+10 |
1998-11-13 | Fixed timing window created by daemonize function. Smbmount was going daemon | Michael Warfield | 1 | -7/+10 |
1998-09-30 | Fixed uid->vuid confusion in smbmount (hopefully). | Jeremy Allison | 1 | -2/+2 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 1 | -10/+7 |
1998-09-28 | Two changes in this ball... | Michael Warfield | 1 | -0/+2 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -5/+5 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 1 | -1/+1 |
1998-08-12 | Changed a call to fflush(dbg) to dbgflush(). | Christopher R. Hertel | 1 | -1/+1 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1 | -1/+1 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -60/+2 |
1998-05-12 | includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't | Jeremy Allison | 1 | -2/+2 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -23/+23 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -2/+2 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 1 | -4/+4 |
1998-03-19 | Adding the same changes to HEAD as were added to BRANCH_1_9_18. | Jeremy Allison | 1 | -25/+0 |
1998-03-14 | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 1 | -1/+1 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 1 | -16/+3 |