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
/
clirap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18009: Fixes bug 4026.
Derrell Lipman
1
-16
/
+28
2007-10-10
r17800: Start using struct timespec internally for file times
Jeremy Allison
1
-7
/
+7
2007-10-10
r17761: Handle times consistently across all client utils.
Jeremy Allison
1
-23
/
+24
2007-10-10
r17333: Some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r16582: Fix Klocwork #1997 and all generic class of problems
Jeremy Allison
1
-0
/
+6
2007-10-10
r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500
Derrell Lipman
1
-17
/
+17
2007-10-10
r12466: r12028@cabra: derrell | 2005-12-24 20:25:38 -0500
Derrell Lipman
1
-5
/
+5
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
1
-12
/
+12
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-3
/
+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
r7172: This is the proper fix for setting file times from libsmbclient. We now
Derrell Lipman
1
-0
/
+95
2007-10-10
r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() to
Derrell Lipman
1
-4
/
+4
2007-10-10
r5968: derrell's large file fix for libsmbclient (BUG 2505)
Gerald Carter
1
-15
/
+15
2007-10-10
r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs root
Gerald Carter
1
-1
/
+16
2007-10-10
r5518: Add initial msdfs support to smbclient. Currently I can only
Gerald Carter
1
-1
/
+58
2007-10-10
r588: Some fixes from coolo ...
Richard Sharpe
1
-1
/
+14
2004-02-26
That const was one too many
Volker Lendecke
1
-3
/
+2
2004-02-26
Apply some const
Volker Lendecke
1
-2
/
+3
2004-02-23
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
1
-2
/
+2
2004-02-20
Make SMB_FILE_ACCESS_INFORMATION call work correctly.
Jeremy Allison
1
-1
/
+1
2004-02-20
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
Jeremy Allison
1
-3
/
+8
2004-01-26
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
1
-5
/
+7
2003-08-15
get rid of some sompiler warnings on IRIX
Herb Lewis
1
-5
/
+5
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-05-26
Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...
Jelmer Vernooij
1
-1
/
+1
2003-04-16
More merges from HEAD:
Jelmer Vernooij
1
-1
/
+1
2003-03-17
pstrcpy_base merges for client-side smbpasswd.
Andrew Bartlett
1
-9
/
+9
2003-03-13
Change size parameters from signed to unsigned to fix up warnings.
Jeremy Allison
1
-19
/
+19
2003-03-10
strcpy_base from HEAD and trivial fix for smbclient -L
Volker Lendecke
1
-8
/
+8
2003-01-14
merge alt_name patch from head
Andrew Tridgell
1
-1
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-3
/
+3
2002-10-26
Try to catch up on the code I've put into HEAD that should be in 3.0:
Andrew Bartlett
1
-4
/
+8
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-10
/
+4
2002-02-21
added cli_qfilename(), used in trans2 torture test
Andrew Tridgell
1
-0
/
+43
2002-02-05
fixed a bug in qpathinfo client code
Andrew Tridgell
1
-4
/
+6
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-12
Always use ASCII strings when changing passwords with RAP.
Jeremy Allison
1
-3
/
+3
2001-09-25
added cli_qpathinfo_alt_name() for fetching the 8.3 name of a file
Andrew Tridgell
1
-0
/
+65
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-24
/
+16
2001-08-10
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
1
-3
/
+3
2001-08-10
Changed the order of arguments in make_oem_passwd_hash(). All the other
Tim Potter
1
-1
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-16
/
+10
2001-07-03
Fixed incorrect comment for cli_NetServerEnum()
Tim Potter
1
-4
/
+4
2001-06-21
Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Jeremy Allison
1
-6
/
+11
2001-06-18
New info level tester.
Jeremy Allison
1
-0
/
+43
2001-03-10
to use the same macros in the client and server rename the CLISTR_
Andrew Tridgell
1
-3
/
+3
2001-02-21
converted the last couple of functions in libsmb to be unicode
Andrew Tridgell
1
-10
/
+14
2001-02-21
reverted richards cli_NetServerEnum changes - they broke lots of things
Andrew Tridgell
1
-56
/
+12
2001-02-20
converted a bunch more fns
Andrew Tridgell
1
-19
/
+27
2001-02-20
pipe opening now works with unicode
Andrew Tridgell
1
-11
/
+8
[next]