index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
client
/
smbmount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
syncing files from 3.0
Gerald Carter
2003-08-28
1
-2
/
+2
*
syncing up to 3.0.0rc1
Gerald Carter
2003-08-15
1
-1
/
+1
*
starting to sync up for beta3
Gerald Carter
2003-07-16
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
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
*
Make sure that the 'remote' machine name can only be set once. For some weird
Andrew Bartlett
2003-03-08
1
-1
/
+1
*
Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
Andrew Bartlett
2003-02-15
1
-5
/
+38
*
Fix typo in WIFSIGNALED (as per Waider's report)
Alexander Bokovoy
2003-02-13
1
-1
/
+1
*
waitstatus audit: Correctly handle case where smbmnt is killed by a
Martin Pool
2003-02-13
1
-0
/
+3
*
smb signing compile fix
Tim Potter
2003-02-02
1
-1
/
+1
*
More signing updates - start checking that the server isn't being spoofed.
Andrew Bartlett
2003-02-02
1
-0
/
+3
*
Add FIXME about dodgy argument parser.
Martin Pool
2003-01-20
1
-0
/
+11
*
s/WIFSIGNALLED/WIFSIGNALED/g
Gerald Carter
2003-01-15
1
-1
/
+1
*
One more from waitpid() audit: Correctly interpret waitstatus when a
Martin Pool
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
*
Kill append_log from smbmount (thanks vance for reminding me).
Andrew Bartlett
2002-11-09
1
-2
/
+0
*
Fix the %m security bug again - and try to make it harder to reintroduce in
Andrew Bartlett
2002-08-10
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
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
1
-5
/
+5
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-751
/
+445
*
sys_select added one more argument (read, write selectors).
Luke Leighton
1999-12-01
1
-1
/
+1
*
Got to the bottom of another weird one...
Michael Warfield
1999-02-18
1
-1
/
+5
*
Added caching of user password if it was entered via getpass. We were already
Michael Warfield
1999-02-14
1
-1
/
+102
*
Fixed a glibc glitch in smbumount.c and reenabled some debugging
Michael Warfield
1999-02-13
1
-1
/
+1
*
Minor change to bring smbmount in the main branch in line with some bzero
Michael Warfield
1999-02-01
1
-3
/
+3
[next]