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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6738: My version of the patch by metze that I just reverted (-r 6734).
Andrew Bartlett
3
-56
/
+83
2007-10-10
r6737: Explain these error returns a bit better.
Andrew Bartlett
1
-2
/
+5
2007-10-10
r6736: Revert metze's -r 6734, as metze and I made the same changes at the
Andrew Bartlett
3
-51
/
+51
2007-10-10
r6734: most compiler don't like struct elements without a name...
Stefan Metzmacher
3
-51
/
+51
2007-10-10
r6733: GSS_C_DCE_STYLE is not available for most builds
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r6732: - move sasl send recv code to the ldap lib
Stefan Metzmacher
4
-153
/
+219
2007-10-10
r6731: add a useful function for getting a guid with all bits to 0
Stefan Metzmacher
1
-0
/
+10
2007-10-10
r6730: register gensec_krb5 also with the drcrpc auth type
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r6729: Fix silly copy-paste bug spotted by metze.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6728: Microsoft relies very strongly on getting the OIDs it expects, so we
Andrew Bartlett
1
-1
/
+31
2007-10-10
r6727: One more step down the long march to the 'Kerberos domain join'.
Andrew Bartlett
3
-8
/
+350
2007-10-10
r6726: support binary search elements in ldap_decode()
Andrew Tridgell
1
-6
/
+42
2007-10-10
r6725: the beginnings of a cldap server
Andrew Tridgell
6
-0
/
+202
2007-10-10
r6724: added "cldap port" smb.conf parameter
Andrew Tridgell
3
-5
/
+31
2007-10-10
r6720: added support for the remaining 2 types of CLDAP netlogon
Andrew Tridgell
6
-33
/
+106
2007-10-10
r6719: pidl need to be told that the external type netr_SchannelType is an en...
Andrew Tridgell
1
-0
/
+2
2007-10-10
r6718: Formatting fixes.
Rafal Szczesniak
1
-3
/
+2
2007-10-10
r6717: - torture test of async useradd function and monitor messages.
Rafal Szczesniak
2
-1
/
+59
2007-10-10
r6714: We can only ask GENSEC questions if we are authenticated.
Andrew Bartlett
1
-1
/
+3
2007-10-10
r6711: Clarify that we are dealing with a salting principal in the kerberos
Andrew Bartlett
1
-40
/
+60
2007-10-10
r6709: Add monitor messages to useradd composite useradd function.
Rafal Szczesniak
1
-5
/
+15
2007-10-10
r6708: Another type of monitor message.
Rafal Szczesniak
1
-0
/
+5
2007-10-10
r6705: let the gensec module decide if messages can be signed and sealed in a...
Stefan Metzmacher
3
-0
/
+10
2007-10-10
r6704: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6703: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6701: Updates to our server-side ticket verification code, we now use the
Andrew Bartlett
1
-57
/
+44
2007-10-10
r6700: Upper case realms in kerberos-specific parts of the code, as this is
Andrew Bartlett
2
-2
/
+11
2007-10-10
r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6698: Our domain join code requires that the secureChannelType be set. Type
Andrew Bartlett
1
-0
/
+1
2007-10-10
r6697: fix from Sven (wAmpIre) Velt
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r6694: a simple CLDAP torture test
Andrew Tridgell
3
-2
/
+85
2007-10-10
r6693: first version of cldap client library, with async interface
Andrew Tridgell
4
-0
/
+665
2007-10-10
r6692: used idr_get_new_random() in the nbt client library
Andrew Tridgell
1
-13
/
+4
2007-10-10
r6691: fixed a comment
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6690: added ndr_pull_struct_blob_all(), which is like ndr_pull_struct_blob()...
Andrew Tridgell
1
-0
/
+21
2007-10-10
r6689: minor ldap client library work
Andrew Tridgell
2
-24
/
+63
2007-10-10
r6688: removed unused binary_string() function
Andrew Tridgell
1
-23
/
+0
2007-10-10
r6687: added a idr helper function for creating random IDs
Andrew Tridgell
1
-0
/
+18
2007-10-10
r6677: Unused variables.
Tim Potter
1
-5
/
+0
2007-10-10
r6676: Fix unused variable.
Tim Potter
1
-2
/
+0
2007-10-10
r6675: Fix printf warning.
Tim Potter
1
-1
/
+1
2007-10-10
r6674: Fix some compiler warnings.
Tim Potter
1
-4
/
+1
2007-10-10
r6664: Obey overrided CC in the Makefile
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r6663: only use -Wall for gcc
Andrew Tridgell
2
-3
/
+4
2007-10-10
r6662: add an installcheck target for talloc
Andrew Tridgell
1
-0
/
+3
2007-10-10
r6661: fix up talloc autoconf to have a chance of working on the build farm
Andrew Tridgell
3
-4
/
+250
2007-10-10
r6660: Sorry for the spam... I think now I've got a version that should compi...
Volker Lendecke
2
-2
/
+23
2007-10-10
r6650: keep style consistent
Simo Sorce
1
-1
/
+2
2007-10-10
r6645: Add talloc_get_size() function.
Simo Sorce
3
-0
/
+19
[prev]
[next]