Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |