Age | Commit message (Expand) | Author | Files | Lines |
2007-11-05 | Fix the smbmount build | Volker Lendecke | 1 | -1/+1 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET) | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Two patches | Volker Lendecke | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -9/+9 |
2007-10-15 | Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctool | Günter Kukkukk | 1 | -5/+5 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23596: Add notes about smbfs/cifs to usage() in smb[u]mount | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r23567: Fix bug 4721 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20124: clean up nested extern declaration warnings | Herb Lewis | 1 | -3/+2 |
2007-10-10 | r17572: Fix the build | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13486: Two more -- fix bug 3503 | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba... | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work. | Alexander Bokovoy | 1 | -0/+1 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -2/+2 |
2003-08-06 | Get rid of MAXPATHLEN, move to standard PATH_MAX. | Jeremy Allison | 1 | -1/+1 |
2003-07-04 | More conversions I missed. Thanks metze. | Jeremy Allison | 1 | -2/+2 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+2 |
2003-04-08 | Update smbmount to include unicode and lfs capabilities options -- smbfs supp... | Alexander Bokovoy | 1 | -9/+16 |
2003-03-18 | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a share | Andrew Bartlett | 1 | -5/+55 |
2003-01-15 | s/WIFSIGNALLED/WIFSIGNALED/g | Gerald Carter | 1 | -1/+1 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 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 | Merge append_log fix from HEAD | Andrew Bartlett | 1 | -2/+0 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 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 |