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
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-19
/
+1
2011-06-09
s3-param Remove special case for lp_workgroup()
Andrew Bartlett
1
-14
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-06-01
Change sys_getcd() to take no arguments and always return malloc'ed memory (o...
Jeremy Allison
1
-2
/
+3
2011-05-29
s3: Use cli_connect_nb in do_message_op
Volker Lendecke
1
-33
/
+3
2011-05-18
s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864)
Björn Baumbach
1
-9
/
+14
2011-05-06
s3-includes: finally only include client.h when libsmb is used.
Günther Deschner
1
-0
/
+2
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
3
-0
/
+3
2011-05-06
More const fixes... getting near the end now.
Jeremy Allison
1
-5
/
+5
2011-05-05
More simple const fixups.
Jeremy Allison
1
-1
/
+1
2011-05-04
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
1
-2
/
+2
2011-05-04
Tidy up some missing checks for NULL in strlcpy.
Jeremy Allison
1
-1
/
+1
2011-05-04
Convert safe_strXX to strlXXX. Clean up off-by-ones.
Jeremy Allison
1
-31
/
+17
2011-05-04
Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...
Jeremy Allison
1
-1
/
+1
2011-04-29
s3-client Add TALLOC_CTX argument to attrib_string().
Andrew Bartlett
1
-2
/
+2
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
2
-6
/
+6
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
2
-17
/
+17
2011-04-29
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
2
-10
/
+10
2011-04-29
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
2
-10
/
+10
2011-04-29
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
Andrew Bartlett
1
-1
/
+1
2011-04-26
s3: Use cli_writeall instead of cli_write
Volker Lendecke
2
-8
/
+17
2011-03-30
s3: Use cli_ntcreate to when listing snapshots
Volker Lendecke
1
-1
/
+5
2011-03-30
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
3
-0
/
+3
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-trans2: only include trans2.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-27
s3: Fix Coverity ID 83: RESOURCE_LEAK
Volker Lendecke
1
-0
/
+3
2011-03-27
s3: Remove two calls to cli_errstr
Volker Lendecke
1
-4
/
+8
2011-03-15
s3-libsmb: only include rap client when needed.
Günther Deschner
1
-0
/
+1
2011-03-02
s3: Print all flags in "smbclient allinfo"
Volker Lendecke
1
-1
/
+25
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
1
-0
/
+1
2011-02-28
s3: Eliminate sys_select from do_smb_resolve() -- untested
Volker Lendecke
1
-14
/
+3
2011-02-28
s3: Eliminate sys_select from do_smb_browse() -- untested
Volker Lendecke
1
-14
/
+4
2011-02-28
s3: Eliminiate sys_select_intr from client.c
Volker Lendecke
1
-10
/
+6
2011-01-25
s3-smbclient: Fix cli_errstr() usage (part of bug #7864)
Björn Baumbach
1
-7
/
+9
2011-01-25
s3-smbclient: Fix cli_errstr() usage (part of bug #7864)
Björn Baumbach
1
-5
/
+7
2011-01-17
s3: Avoid a few calls to cli_errstr
Volker Lendecke
1
-6
/
+10
2011-01-13
s3-smbclient: prefer dcerpc_srvsvc_X functions.
Günther Deschner
1
-2
/
+5
2010-12-28
s3: AllowDebugChange is gone
Volker Lendecke
1
-1
/
+0
2010-12-20
s3: Remove unused "retry" from cli_start_connection
Volker Lendecke
1
-1
/
+1
2010-11-30
s3: Add shadow copy info to smbclient allinfo
Volker Lendecke
1
-0
/
+46
2010-11-11
s3: Make cli_set_ea_path return NTSTATUS
Volker Lendecke
1
-3
/
+5
2010-11-02
s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt calls
Andrew Bartlett
1
-2
/
+2
2010-11-02
s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead
Andrew Bartlett
1
-7
/
+1
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
3
-11
/
+5
2010-10-29
Fix bug #7700 - Improvement of return code of smbclient
Jeremy Allison
3
-69
/
+128
2010-10-24
s3: Add "setea" to smbclient
Volker Lendecke
1
-0
/
+47
2010-10-24
s3: Add "geteas" to smbclient
Volker Lendecke
1
-0
/
+59
2010-10-24
s3: Convert cli_qfileinfo_basic to cli_qfileinfo
Volker Lendecke
1
-5
/
+7
[next]