index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
client
/
smbmount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23596: Add notes about smbfs/cifs to usage() in smb[u]mount
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r23567: Fix bug 4721
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r20124: clean up nested extern declaration warnings
Herb Lewis
2007-10-10
1
-3
/
+2
*
r17572: Fix the build
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13486: Two more -- fix bug 3503
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba...
Gerald Carter
2007-10-10
1
-0
/
+3
*
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
2007-10-10
1
-2
/
+0
*
r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.
Alexander Bokovoy
2007-10-10
1
-0
/
+1
*
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
1
-2
/
+2
*
Get rid of MAXPATHLEN, move to standard PATH_MAX.
Jeremy Allison
2003-08-06
1
-1
/
+1
*
More conversions I missed. Thanks metze.
Jeremy Allison
2003-07-04
1
-2
/
+2
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-2
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+2
*
Update smbmount to include unicode and lfs capabilities options -- smbfs supp...
Alexander Bokovoy
2003-04-08
1
-9
/
+16
*
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
2003-03-18
1
-1
/
+1
*
Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a share
Andrew Bartlett
2003-02-24
1
-5
/
+55
*
s/WIFSIGNALLED/WIFSIGNALED/g
Gerald Carter
2003-01-15
1
-1
/
+1
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
1
-1
/
+5
*
Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()
Jeremy Allison
2002-11-13
1
-1
/
+1
*
Bring smbmount.c in line with jra's global-cide. global_scope was used here...
Jim McDonough
2002-11-13
1
-2
/
+1
*
Merge append_log fix from HEAD
Andrew Bartlett
2002-11-09
1
-2
/
+0
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-2
/
+1
*
getpid() -> sys_getpid()
Tim Potter
2002-03-14
1
-20
/
+20
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
One line fix to get smbmount working again.
Andrew Bartlett
2002-01-05
1
-0
/
+3
*
Fix for extra capabilities from Urban Widmark <urban@teststation.com>.
Jeremy Allison
2001-12-19
1
-25
/
+33
*
fix a bunch of places where we can double-free a cli structure
Andrew Tridgell
2001-11-28
1
-6
/
+0
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-5
/
+2
*
Fixed compiler warnings and dyn_CONFIGFILE related breakage.
Tim Potter
2001-11-26
1
-10
/
+9
*
Removed TimeInit() call from every client program (except for one place
Tim Potter
2001-11-23
1
-2
/
+0
*
Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the
Martin Pool
2001-11-20
1
-4
/
+4
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-8
/
+17
*
Remove xstrdup since it was added to lib/util.c. Caused compile failure
Jim McDonough
2001-10-24
1
-13
/
+0
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
smbmount fixes from Urban.
Jeremy Allison
2001-09-20
1
-5
/
+21
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-7
/
+6
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
1
-1
/
+1
*
fixed handling of 139/445 in clients
Andrew Tridgell
2001-08-24
1
-2
/
+2
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-8
/
+8
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-3
/
+0
*
a couple of minor merges from 2_2
Andrew Tridgell
2001-04-22
1
-2
/
+4
*
Patch from Mandrakesoft to ensure we close all files.
John Terpstra
2001-04-14
1
-1
/
+3
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-4
/
+4
*
Sync up Urbans changes from 2.2 into HEAD.
Jeremy Allison
2001-03-10
1
-1
/
+4
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-55
/
+246
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-2
/
+2
[next]