index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
libsmbclient.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3138: Fix from Sorin Manolache <sorinm@gmail.com> for memory leak.
Jeremy Allison
1
-0
/
+1
2007-10-10
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
1
-1
/
+1
2007-10-10
r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensure
Richard Sharpe
1
-1
/
+1
2007-10-10
r616: Bug #1333.
Richard Sharpe
1
-2
/
+8
2007-10-10
r588: Some fixes from coolo ...
Richard Sharpe
1
-4
/
+1
2007-10-10
r559: Some fixes from coolo ...
Richard Sharpe
1
-2
/
+2
2007-10-10
r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ...
Gerald Carter
1
-0
/
+6
2007-10-10
r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ...
Gerald Carter
1
-1
/
+1
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
1
-3
/
+1
2004-03-19
updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD
Gerald Carter
1
-95
/
+462
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-1
/
+1
2003-12-31
auth/auth_util.c:
Andrew Bartlett
1
-1
/
+1
2003-10-25
Put in a work-around for ENOTSUP not being defined on OpenBSD.
Richard Sharpe
1
-1
/
+4
2003-10-24
Apply latest of Derrell Lippman's changes to libsmbclient.
Richard Sharpe
1
-9
/
+13
2003-10-24
Commit Derrell's changes to libsmbclient plus a small change to configure.in
Richard Sharpe
1
-375
/
+1758
2003-10-14
Enclose usage of st_blksize and st_blocks struct stat members in
Tim Potter
1
-0
/
+4
2003-04-16
More merges from HEAD:
Jelmer Vernooij
1
-94
/
+199
2003-04-04
Add some castiness for Don McCall.
Richard Sharpe
1
-2
/
+2
2003-03-22
Merge fixes to libsmbclient (fstring/pstring) from HEAD.
Andrew Bartlett
1
-19
/
+19
2003-01-13
Now that I am running config.developer, I decided to get rif of some warnings:
Richard Sharpe
1
-72
/
+101
2002-11-13
Merge from HEAD
Andrew Bartlett
1
-3
/
+2
2002-09-28
Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...
Jelmer Vernooij
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-7
/
+5
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-815
/
+876
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-1
/
+1
2002-03-14
getpid() -> sys_getpid()
Tim Potter
1
-1
/
+1
2002-02-26
bcopy must DIE ! Stop people creeping use of bcopy back into the code
Jeremy Allison
1
-2
/
+2
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-25
Removed unused static variable.
Tim Potter
1
-1
/
+0
2001-11-27
Fix another memory leak spotted by Tom Jansen.
Richard Sharpe
1
-0
/
+1
2001-11-26
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
1
-3
/
+2
2001-11-21
W2K doesn't seem to respond to *#0 names in node status. Ensure name
Jeremy Allison
1
-2
/
+2
2001-11-21
Fix up the build again...
Andrew Bartlett
1
-1
/
+1
2001-11-21
Fix up libsmbclient in head.
Richard Sharpe
1
-1366
/
+1413
2001-11-17
Fix problems with lp_workgroup() being passed to routines that will modify
Richard Sharpe
1
-24
/
+44
2001-10-22
Fix for @ in pathname from Kian Win.
Jeremy Allison
1
-1
/
+5
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-46
/
+34
2001-09-04
it now all compiles - so try enabling it by default and see what explodes on ...
Andrew Tridgell
1
-2
/
+2
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-1
/
+1
2001-08-10
Fixes for new client error api.
Tim Potter
1
-2
/
+2
2001-08-10
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
1
-12
/
+21
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-5
/
+5
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-4
/
+0
2001-06-27
Fix a stupid typo ...
Richard Sharpe
1
-2
/
+2
2001-06-07
Fix up the problems with calling smbc_init multiple times.
Richard Sharpe
1
-0
/
+6
2001-05-15
Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVAL
Richard Sharpe
1
-24
/
+24
2001-03-28
More memory leaks fixed courtesy of Insure ...
Richard Sharpe
1
-11
/
+44
2001-03-27
One small Insure fix for a memory leak. More fixes to come perhaps ...
Richard Sharpe
1
-2
/
+52
2001-03-09
More SGI type fixes ...
Richard Sharpe
1
-5
/
+7
[next]