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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-16
Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...
Kai Blin
1
-683
/
+24
2008-12-16
commit b520befe6f51644d20434add9864d7a2fa30aa2e
SATOH Fumiyasu
1
-6
/
+4
2008-12-14
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2
-12
/
+19
2008-12-13
Remove a pointless static variable
Volker Lendecke
1
-7
/
+7
2008-12-13
Remove a static variable
Volker Lendecke
1
-6
/
+5
2008-12-13
Micro-Optimize cliconnect.c
Volker Lendecke
1
-22
/
+27
2008-12-13
s3:dsgetdcname: retry with the clients site
Stefan Metzmacher
1
-6
/
+43
2008-12-13
s3:libsmb/namequery.c: add saf_join_store() function
Stefan Metzmacher
1
-3
/
+65
2008-12-13
s3: libsmb/namequery: fallback to returning all dcs, when none is available i...
Stefan Metzmacher
1
-0
/
+9
2008-12-13
For read&x replies, check the offset
Volker Lendecke
1
-0
/
+19
2008-12-08
Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.
Jeremy Allison
1
-1
/
+1
2008-12-08
Simplify async programming a bit with helper routines
Volker Lendecke
4
-21
/
+14
2008-12-08
Add a "bytes_padding" parameter to smb_splice_chain
Volker Lendecke
1
-12
/
+28
2008-12-08
Factor out smb_splice_chain(), to be used by chain_reply() in smbd
Volker Lendecke
1
-46
/
+98
2008-12-07
Slightly simplify cli_session_setup_ntlmssp
Volker Lendecke
1
-10
/
+2
2008-12-05
Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...
Volker Lendecke
1
-0
/
+7
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
5
-13
/
+13
2008-11-30
remove the explicit mem_ctx from ntlmssp_state, use the state itself
Volker Lendecke
1
-46
/
+41
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-27
/
+27
2008-11-30
Do not build the session request if it si not used anyway
Volker Lendecke
1
-4
/
+4
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-19
/
+19
2008-11-28
Move cli_trans_oob to lib/util.c
Volker Lendecke
1
-17
/
+4
2008-11-18
libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal
Kai Blin
1
-1
/
+1
2008-11-10
nterrors: add NT_STATUS_DS_BUSY.
Günther Deschner
1
-0
/
+1
2008-11-06
s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex).
Günther Deschner
1
-0
/
+2
2008-11-01
Make use of smb_bufrem()
Volker Lendecke
1
-1
/
+1
2008-11-01
ntlm_check.c: Sync some changes from Samba 4.
Jelmer Vernooij
1
-16
/
+23
2008-11-01
Use standardized types in ntlm_check.c.
Jelmer Vernooij
1
-13
/
+13
2008-11-01
Use shared doserr.c.
Jelmer Vernooij
1
-196
/
+0
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-18
/
+12
2008-10-31
errors: share dcerpc error function.
Günther Deschner
1
-55
/
+0
2008-10-24
Error return is False, not -1
Derrell Lipman
1
-3
/
+3
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
4
-21
/
+21
2008-10-23
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij
1
-1
/
+1
2008-10-23
Use common error definitions.
Jelmer Vernooij
2
-3
/
+3
2008-10-23
s3-build: fix another build warning with the new ASN1 code.
Günther Deschner
1
-2
/
+5
2008-10-23
s3-build: fix some const build warnings.
Günther Deschner
1
-2
/
+2
2008-10-22
s3-build: fix the build.
Günther Deschner
1
-2
/
+2
2008-10-22
s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.
Günther Deschner
3
-291
/
+354
2008-10-22
s3: use shared asn1 code.
Günther Deschner
5
-643
/
+41
2008-10-20
s3-build: no need to duplicate generated ndr_ prototypes.
Günther Deschner
1
-0
/
+1
2008-10-19
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij
1
-3
/
+2
2008-10-14
Fixed "argument differ in signedness" warning on linux
Tim Prouty
1
-2
/
+2
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
3
-31
/
+27
2008-10-13
Import changes from upstream libndr.
Jelmer Vernooij
1
-1
/
+1
2008-10-12
Use common byteorder.h.
Jelmer Vernooij
1
-1
/
+1
2008-10-12
Fix "warning: initialization discards qualifiers from pointer target type"
Volker Lendecke
1
-1
/
+1
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-2
/
+2
2008-10-11
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Jelmer Vernooij
6
-340
/
+68
2008-10-09
Ensure we handle signals correctly during the async calls.
Jeremy Allison
1
-2
/
+2
[prev]
[next]