Age | Commit message (Expand) | Author | Files | Lines |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 1 | -1/+1 |
2003-02-15 | Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable | Andrew Bartlett | 1 | -5/+38 |
2003-02-13 | Fix typo in WIFSIGNALED (as per Waider's report) | Alexander Bokovoy | 1 | -1/+1 |
2003-02-13 | waitstatus audit: Correctly handle case where smbmnt is killed by a | Martin Pool | 1 | -0/+3 |
2003-02-02 | smb signing compile fix | Tim Potter | 1 | -1/+1 |
2003-02-02 | More signing updates - start checking that the server isn't being spoofed. | Andrew Bartlett | 1 | -0/+3 |
2003-01-20 | Add FIXME about dodgy argument parser. | Martin Pool | 1 | -0/+11 |
2003-01-15 | s/WIFSIGNALLED/WIFSIGNALED/g | Gerald Carter | 1 | -1/+1 |
2003-01-15 | One more from waitpid() audit: Correctly interpret waitstatus when a | Martin Pool | 1 | -1/+5 |
2002-11-13 | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 1 | -1/+1 |
2002-11-13 | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 1 | -2/+1 |
2002-11-09 | Kill append_log from smbmount (thanks vance for reminding me). | Andrew Bartlett | 1 | -2/+0 |
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 |