Andrew Tridgell
c900ebb3ac
r1820: added a strcmp_safe() that handles NULL pointers. Needed for the
...
search torture test, as some servers return really bad entries.
2007-10-10 12:57:59 -05:00
Andrew Tridgell
e53d32c65a
r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a classic case for a list)
2007-10-10 12:57:59 -05:00
Andrew Tridgell
ec41c73ae1
r1818: _really_ fixed epmapper this time, it was using more than one old rpc interface method.
2007-10-10 12:57:59 -05:00
Andrew Tridgell
b2152912ca
r1817: fixed fault code generation for unimplemented functions in epmapper
...
thanks to volker for spotting these!
2007-10-10 12:57:59 -05:00
Stefan Metzmacher
dcb3ea32da
r1816: here's the initial idea of libnet
...
metze
2007-10-10 12:57:59 -05:00
Tim Potter
1d0bde1c77
r1815: Update parser for recent changes to perl parser.
2007-10-10 12:57:59 -05:00
Volker Lendecke
48df39c133
r1814: Fix the build.
...
Tridge, in rpc_epmapper.c there's a whole bunch of "return
NT_STATUS_NOT_IMPLEMENTED". You told me that's wrong, you should generate the
correct fault pdu. Or is epmapper special in that respect?
Volker
2007-10-10 12:57:58 -05:00
Stefan Metzmacher
a2cd725681
r1805: ...I just forgot to say that the sasl bind actually works now:-)
...
metze
2007-10-10 12:57:58 -05:00
Stefan Metzmacher
d0278c6bef
r1804: get a bit closer to a sasl bind
...
metze
2007-10-10 12:57:58 -05:00
Stefan Metzmacher
f6c4420107
r1803: more progress on sasl binds, but decoding the response still fails
...
metze
2007-10-10 12:57:58 -05:00
Simo Sorce
10baf58582
r1802: start to support SASL in our ldap libraries
...
does not work yet but we are close currently we send the right data
on wire and fail to decode the answer
2007-10-10 12:57:58 -05:00
Stefan Metzmacher
afe5715200
r1801: fix the build
...
metze
2007-10-10 12:57:58 -05:00
Jelmer Vernooij
8d36dbed8c
r1799: List more uuids. From
...
http://www.hsc.fr/ressources/articles/win_net_srv
2007-10-10 12:57:58 -05:00
Stefan Metzmacher
a1bfc94ab3
r1798: fix the build
...
metze
2007-10-10 12:57:58 -05:00
Andrew Bartlett
cb74d52b56
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
...
signing code to be able to cope.
Andrew Bartlett
2007-10-10 12:57:57 -05:00
Andrew Bartlett
c4036f2189
r1795: Fix the multiple session setup torture tests.
...
Andrew Bartlett
2007-10-10 12:57:57 -05:00
Stefan Metzmacher
fe655d0474
r1794: fix the build MIT krb5
...
metze
2007-10-10 12:57:57 -05:00
Simo Sorce
0eaec28f5c
r1793: try to bind multiple times as anonimous and user
...
added -D parameter to torture to be able to specify:
- user dn
- base dn
- user secret
2007-10-10 12:57:57 -05:00
Simo Sorce
d9f8f97c9e
r1792: split ldap_setup_connection() and provide an ldap_bind_simple() function
2007-10-10 12:57:57 -05:00
Stefan Metzmacher
5a3a10c004
r1790: a few updates on krb5 PAC...
...
metze
2007-10-10 12:57:56 -05:00
Jelmer Vernooij
85fb26a05d
r1786: Add support for the 'helpstring' attribute on interfaces
2007-10-10 12:57:56 -05:00
Simo Sorce
44083e3178
r1785: remove unneeded dependencies on openldap client libraries
2007-10-10 12:57:56 -05:00
Stefan Metzmacher
250485b69f
r1784: a few minor changes and debug the decoded PAC_DATA
...
metze
2007-10-10 12:57:56 -05:00
Jelmer Vernooij
0e07a068b4
r1774: Add the uuids of the known exchange pipes
2007-10-10 12:57:56 -05:00
Stefan Metzmacher
4e1156602c
r1773: fix the build
...
metze
2007-10-10 12:57:56 -05:00
Simo Sorce
e6a6c0737a
r1771: OK Let's add tests for ldap.
...
Thanks to Metze and Volker for their unvaluable support :)
2007-10-10 12:57:56 -05:00
Stefan Metzmacher
d8fe497097
r1770: here's the krb5 server code,
...
there're some cleanups needed and we need to verify the PAC correctly
and create the auth_session_info correctly...
metze
2007-10-10 12:57:55 -05:00
Andrew Bartlett
90d70a63ee
r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO games.
...
Andrew Bartlett
2007-10-10 12:57:55 -05:00
Andrew Bartlett
32b45fc9e8
r1768: Add some debugs to assist in SMB signing debugging.
...
Andrew Bartlett
2007-10-10 12:57:55 -05:00
Tim Potter
456a4d1d72
r1767: Checkin of workarea. Sorry Jelmer but this overwrites some of your changes
...
which I will have to merge in later on.
This latest version of eparser tries to stick more closely to the original
parser.pm.
2007-10-10 12:57:55 -05:00
Simo Sorce
1c3d52cea4
r1766: we do not have smb_read_error in samba4
2007-10-10 12:57:55 -05:00
Andrew Bartlett
07e3d2c4cd
r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,
...
when we have negotiated SPNEGO.
Andrew Bartlett
2007-10-10 12:57:54 -05:00
Simo Sorce
f9d7b731c9
r1761: start porting valuable volker's work on ldap from trunk
...
all ldb functions has been renamed to ldap_ as we don't
really want to include ldb functions here, let's keep ldap
and ldb separate.
2007-10-10 12:57:54 -05:00
Simo Sorce
512c410860
r1760: name the struct
2007-10-10 12:57:54 -05:00
Simo Sorce
40d8262e7d
r1759: Add some helper functions to read and write data to a socket with timeout (again from volker in trunk)
2007-10-10 12:57:54 -05:00
Simo Sorce
606caddeb9
r1758: Move and enhance the add_string_to_array function as per volker job on trunk
2007-10-10 12:57:54 -05:00
Andrew Tridgell
ecb7378bbc
r1757: much simpler (and smaller, faster etc) way of doing relative pointers
...
in pidl. This mechanism should be much easier to extend to the
"retrospective subcontexts" that jelmer needs.
also produced more standards complient full-pointer offsets. This
keeps ethereal happy with decoding our epmapper frames.
2007-10-10 12:57:54 -05:00
Stefan Metzmacher
48939adca1
r1756: merge volkers ldap client lib to samba4 for simo to start with the
...
ldap server code
it's not compiled in yet...
metze
2007-10-10 12:57:54 -05:00
Andrew Bartlett
0949b72645
r1752: Fix compile bugs on C (rather than C++) tolerant compilers.
...
Andrew Bartlett
2007-10-10 12:57:53 -05:00
Andrew Tridgell
d547479290
r1749: added some random stuff that captures some discussions volker and I
...
just had on emulating % macros from smb.conf in a possible ldb based
config system
2007-10-10 12:57:53 -05:00
Stefan Metzmacher
b898589296
r1748: don't segfault if there's no ticket
...
metze
2007-10-10 12:57:53 -05:00
Stefan Metzmacher
ddac5e46d4
r1747: don't segfault when the spnego mech only use one call from the client to finish
...
metze
2007-10-10 12:57:53 -05:00
Andrew Bartlett
b176151b72
r1746: Remove more cruft from the SMB signing code.
...
Andrew Bartlett
2007-10-10 12:57:53 -05:00
Andrew Bartlett
8830603e4b
r1745: More work on cleaning up SMB signing.
...
This removes the function pointer mess from the SMB signing code.
Andrew Bartlett
2007-10-10 12:57:52 -05:00
Jelmer Vernooij
798017bd10
r1742: Add the IDispatch interface
2007-10-10 12:57:52 -05:00
Andrew Tridgell
2b41de48b2
r1741: fixed padding of setpathinfo in server
2007-10-10 12:57:52 -05:00
Andrew Tridgell
c3bce90be7
r1740: fixed the torture suite for ASCII-only servers
2007-10-10 12:57:52 -05:00
Andrew Tridgell
fc75dc4902
r1739: fixed the padding in setpathinfo, noticed when forcing negotiated ascii strings
2007-10-10 12:57:51 -05:00
Andrew Tridgell
b6664bdd0f
r1738: honor the "unicode=yes/no" option in the SMB client library
2007-10-10 12:57:51 -05:00
Stefan Metzmacher
68f3e53826
r1737: don't segfault when a mech don't have a session_info hook
...
metze
2007-10-10 12:57:51 -05:00