index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
libsmbclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my faul...
Gerald Carter
2007-10-10
1
-2
/
+0
*
r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...
Gerald Carter
2007-10-10
1
-9
/
+7
*
r5738: fix my build breakage; fix a few compiler warnings
Gerald Carter
2007-10-10
1
-3
/
+1
*
r5735: rest of derrel's patch for BUG 2308; had to move the options structure...
Gerald Carter
2007-10-10
1
-526
/
+1051
*
r4970: Fix for bug 2092, allowing fallback after kerberos and allow
Jeremy Allison
2007-10-10
1
-2
/
+10
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-23
/
+23
*
r3931: Fix all "may be used uninitialized" and "shadow" warnings.
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r3138: Fix from Sorin Manolache <sorinm@gmail.com> for memory leak.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
2007-10-10
1
-1
/
+1
*
r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensure
Richard Sharpe
2007-10-10
1
-1
/
+1
*
r616: Bug #1333.
Richard Sharpe
2007-10-10
1
-2
/
+8
*
r588: Some fixes from coolo ...
Richard Sharpe
2007-10-10
1
-4
/
+1
*
r559: Some fixes from coolo ...
Richard Sharpe
2007-10-10
1
-2
/
+2
*
r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ...
Gerald Carter
2007-10-10
1
-0
/
+6
*
r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r116: volker's patch for local group and group nesting
Gerald Carter
2007-10-10
1
-3
/
+1
*
updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD
Gerald Carter
2004-03-19
1
-95
/
+462
*
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2004-03-13
1
-1
/
+1
*
auth/auth_util.c:
Andrew Bartlett
2003-12-31
1
-1
/
+1
*
Put in a work-around for ENOTSUP not being defined on OpenBSD.
Richard Sharpe
2003-10-25
1
-1
/
+4
*
Apply latest of Derrell Lippman's changes to libsmbclient.
Richard Sharpe
2003-10-24
1
-9
/
+13
*
Commit Derrell's changes to libsmbclient plus a small change to configure.in
Richard Sharpe
2003-10-24
1
-375
/
+1758
*
Enclose usage of st_blksize and st_blocks struct stat members in
Tim Potter
2003-10-14
1
-0
/
+4
*
More merges from HEAD:
Jelmer Vernooij
2003-04-16
1
-94
/
+199
*
Add some castiness for Don McCall.
Richard Sharpe
2003-04-04
1
-2
/
+2
*
Merge fixes to libsmbclient (fstring/pstring) from HEAD.
Andrew Bartlett
2003-03-22
1
-19
/
+19
*
Now that I am running config.developer, I decided to get rif of some warnings:
Richard Sharpe
2003-01-13
1
-72
/
+101
*
Merge from HEAD
Andrew Bartlett
2002-11-13
1
-3
/
+2
*
Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...
Jelmer Vernooij
2002-09-28
1
-1
/
+1
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-7
/
+5
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-815
/
+876
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-1
/
+1
*
getpid() -> sys_getpid()
Tim Potter
2002-03-14
1
-1
/
+1
*
bcopy must DIE ! Stop people creeping use of bcopy back into the code
Jeremy Allison
2002-02-26
1
-2
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed unused static variable.
Tim Potter
2002-01-25
1
-1
/
+0
*
Fix another memory leak spotted by Tom Jansen.
Richard Sharpe
2001-11-27
1
-0
/
+1
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-3
/
+2
*
W2K doesn't seem to respond to *#0 names in node status. Ensure name
Jeremy Allison
2001-11-21
1
-2
/
+2
*
Fix up the build again...
Andrew Bartlett
2001-11-21
1
-1
/
+1
*
Fix up libsmbclient in head.
Richard Sharpe
2001-11-21
1
-1366
/
+1413
*
Fix problems with lp_workgroup() being passed to routines that will modify
Richard Sharpe
2001-11-17
1
-24
/
+44
*
Fix for @ in pathname from Kian Win.
Jeremy Allison
2001-10-22
1
-1
/
+5
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-46
/
+34
*
it now all compiles - so try enabling it by default and see what explodes on ...
Andrew Tridgell
2001-09-04
1
-2
/
+2
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-1
/
+1
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-1
/
+1
*
Fixes for new client error api.
Tim Potter
2001-08-10
1
-2
/
+2
*
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
2001-08-10
1
-12
/
+21
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-5
/
+5
[next]