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
2007-10-10
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
23
-159
/
+65
2007-10-10
r6794: spellfix
Simo Sorce
1
-3
/
+3
2007-10-10
r6793: Move auth_sam to use the dnsDomain rather than the
Andrew Bartlett
2
-1
/
+7
2007-10-10
r6792: Allow a mech to fail on the first pass at the packet, and still fall
Andrew Bartlett
1
-0
/
+2
2007-10-10
r6791: My early notes on the particular things I have discovered as I learn
Andrew Bartlett
1
-0
/
+176
2007-10-10
r6790: Use config.h file for ldb and add test for stdint.h
Jelmer Vernooij
4
-2
/
+10
2007-10-10
r6787: Use debhelper for the debian packages
Jelmer Vernooij
5
-40
/
+49
2007-10-10
r6781: -add some comments on how attributes and objectClasses are identified ...
Stefan Metzmacher
1
-2
/
+83
2007-10-10
r6776: make the cldap torture test not dependent on the realm being set
Andrew Tridgell
1
-27
/
+54
2007-10-10
r6768: Fix wrong comment
Simo Sorce
1
-1
/
+1
2007-10-10
r6767: Fix compiler warning.
Tim Potter
1
-0
/
+1
2007-10-10
r6766: some more cldap tests ...
Andrew Tridgell
2
-5
/
+36
2007-10-10
r6765: expanded the cldap test suite to test the usage of the DomainGuid,
Andrew Tridgell
1
-5
/
+60
2007-10-10
r6764: added support for DomainGuid, DomainSid, AAC, and User attributes in
Andrew Tridgell
2
-8
/
+40
2007-10-10
r6763: added functions in libcli/ldap/ to binary encode some NDR structures into
Andrew Tridgell
4
-2
/
+89
2007-10-10
r6762: with the zone right we don't need a fully qualified site name at all
Andrew Tridgell
1
-2
/
+1
2007-10-10
r6761: - not everyone is in my domain :-)
Andrew Tridgell
1
-1
/
+19
2007-10-10
r6760: Update debian packages
Jelmer Vernooij
3
-9
/
+8
2007-10-10
r6759: let us have a wildcard attribute so that we can set a default for all ...
Simo Sorce
1
-1
/
+7
2007-10-10
r6752: Patch by Steven Edwards to improve portability to mingw32
Jelmer Vernooij
6
-4
/
+25
2007-10-10
r6751: dnsDomain should be CASE_INSENSITIVE (winxp will sometimes do a cldap ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6750: some minor tweaks to the cldapd server
Andrew Tridgell
2
-8
/
+24
2007-10-10
r6747: first working version of cldapd server. It is missing 'sites' support,...
Andrew Tridgell
5
-5
/
+252
2007-10-10
r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOB
Andrew Tridgell
1
-0
/
+23
2007-10-10
r6745: - escape spaces in binary ldap blobs
Andrew Tridgell
2
-3
/
+15
2007-10-10
r6744: added support for reply packets in libcli/cldap/
Andrew Tridgell
2
-7
/
+184
2007-10-10
r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6740: make gensec_gssapi.c compile again
Andrew Tridgell
1
-1
/
+1
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
[prev]
[next]