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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
s4:libcli/smb2: move smb2_connect_resolve_done()
Stefan Metzmacher
1
-36
/
+35
2011-04-28
s4:libcli/smb2: rename step functions of smb2_connect_*()
Stefan Metzmacher
1
-26
/
+10
2011-04-28
s4:libcli/smb2: convert smb2_connect_*() to tevent_req
Stefan Metzmacher
3
-123
/
+215
2011-04-28
s4:ntvfs/smb2: use sync version of smb2_connect()
Stefan Metzmacher
1
-10
/
+8
2011-04-28
s4:selftest: skip s3member tests for now
Stefan Metzmacher
1
-0
/
+1
2011-04-28
s3: Close the winbind client fds after forking
Volker Lendecke
1
-0
/
+10
2011-04-28
s3: Fix a strange German translation
Volker Lendecke
1
-1
/
+1
2011-04-28
s4-selftest: Don't use a hardcoded target DC name
Andrew Bartlett
1
-1
/
+1
2011-04-28
selftest: Make combined test the default when s3build is enabled
Andrew Bartlett
1
-0
/
+2
2011-04-28
selftest: Fix combination of Samba3 and Samba4 test lists
Andrew Bartlett
2
-10
/
+26
2011-04-28
selftest: Print a better warning warning message when smbcacls fails.
Andrew Bartlett
1
-1
/
+1
2011-04-28
selftest: Don't die() when the join fails
Andrew Bartlett
1
-5
/
+14
2011-04-28
selftest: s3member admember test to confirm s3/s4 interopability
Andrew Bartlett
4
-58
/
+172
2011-04-28
s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapper
Andrew Bartlett
4
-7
/
+48
2011-04-28
selftest: Make overwrite of $env->{target} optional
Andrew Bartlett
1
-2
/
+6
2011-04-28
s3-libads Pass a struct sockaddr_storage to cldap routines
Andrew Bartlett
6
-48
/
+33
2011-04-28
s3-selftest: Use default name resolution methods (now that dns is emulated)
Andrew Bartlett
1
-2
/
+0
2011-04-28
lib/util/charset Merge talloc-based pull and push charset functions
Andrew Bartlett
6
-221
/
+154
2011-04-28
s3-test: log to stdout for smbd/nmbd/winbindd
Andrew Tridgell
1
-3
/
+5
2011-04-28
lib/util/charset Add copyright headers
Andrew Bartlett
1
-1
/
+2
2011-04-28
lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearer
Andrew Tridgell
1
-14
/
+28
2011-04-28
lib/util/charset Add tests for srclen=-1 behaviour.
Andrew Bartlett
1
-0
/
+443
2011-04-28
lib/util/charset use convert_string.c in common
Andrew Bartlett
5
-205
/
+6
2011-04-28
lib/util/charset Fix string termination conditions for UTF16 strings
Andrew Bartlett
1
-4
/
+4
2011-04-28
Remove another fstring in this code.
Jeremy Allison
1
-12
/
+20
2011-04-27
s3: Properly clean up in pthreadpool_init in case of failure
Volker Lendecke
1
-0
/
+6
2011-04-27
s3-rpc_server Fix compile without kerberos
Andrew Bartlett
2
-3
/
+9
2011-04-27
Fixup (C) - we've both worked lots on this :-).
Jeremy Allison
1
-0
/
+2
2011-04-27
Remove fstrings from client struct. Properly talloc strings (ensuring we neve...
Jeremy Allison
3
-49
/
+278
2011-04-27
s3-waf: add pthreadpool support.
Günther Deschner
3
-4
/
+21
2011-04-27
s3-waf: check for pthread support.
Günther Deschner
1
-0
/
+31
2011-04-27
s3-netapi: Fix Coverity CID #2302: FORWARD_NULL
Günther Deschner
1
-1
/
+1
2011-04-27
Remove outdated S4 OpenLDAP backend HOWTO.
Andrew Bartlett
1
-131
/
+0
2011-04-27
s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dir
Andrew Bartlett
1
-1
/
+1
2011-04-27
dynconfig: Have only one dynconfig.o in the common code.
Andrew Bartlett
12
-212
/
+32
2011-04-27
s3-test Make samba3.blackbox.net.local.registry.roundtrip reliable
Andrew Bartlett
1
-2
/
+2
2011-04-27
s3-waf Don't enable profiling by default
Andrew Bartlett
1
-1
/
+1
2011-04-27
build: Add lib/replace as a default include path
Andrew Bartlett
1
-1
/
+1
2011-04-27
docs: Fix a bogus )
Samba-JP oota
1
-1
/
+1
2011-04-27
selftest: we don't get valgrind errors any more with iconv
Andrew Tridgell
1
-5
/
+0
2011-04-27
build: fixed build problems due to implicit library deps in samba3core
Andrew Tridgell
1
-3
/
+3
2011-04-27
auth/kerberos Add check for gss_inquire_sec_context_by_oid
Andrew Bartlett
4
-5
/
+13
2011-04-27
s4-gensec: Use new common 'obtain the PAC' functions.
Andrew Bartlett
1
-15
/
+4
2011-04-27
s3-gse: Don't release the mech OID from gss_accept_security_context
Andrew Bartlett
4
-5
/
+34
2011-04-27
auth/kerberos Move all the PAC handling functions to auth/kerberos
Andrew Bartlett
4
-3
/
+3
2011-04-27
auth/kerberos: Create common helper to get the verified PAC from GSSAPI
Andrew Bartlett
12
-99
/
+152
2011-04-27
s3-libsmb Use 'resolv:hosts file' as a DNS emulation when specified.
Andrew Bartlett
3
-1
/
+43
2011-04-27
s3-libads Don't start a DEBUG with 'time'
Andrew Bartlett
1
-1
/
+1
2011-04-27
selftest: Make bindir_path much less complex
Andrew Bartlett
4
-51
/
+51
2011-04-27
libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth
Andrew Bartlett
6
-48
/
+54
[next]