Stefan Metzmacher
6ad57a86c8
r1880: bugger, now I have used gcc 3.4.1 myself and have statements before declarations
...
Does any knows if there are flags to let gcc 3.4.1 fail with that?
metze
2007-10-10 12:58:08 -05:00
Stefan Metzmacher
939da063cd
r1879: - add a user sub struct in net_context
...
- add 'net password change' command
(it doesn'T work yet because libnet_rpc_connect() isn't implemented yet,
and we don't fill in the net_context user substruct yet)
metze
2007-10-10 12:58:07 -05:00
Stefan Metzmacher
d48050ae90
r1878: implemet libnet_context_{init,destroy}
...
and implement libnet_Change_Password_generic()
metze
2007-10-10 12:58:07 -05:00
Stefan Metzmacher
97fe38183b
r1877: since make proto catches all functions
...
the inlcude has to move to includes.h
metze
2007-10-10 12:58:06 -05:00
Stefan Metzmacher
14b9858800
r1876: rewrite net command completely
...
and add it to the build
metze
2007-10-10 12:58:06 -05:00
Stefan Metzmacher
8b2d5ec973
r1875: - move 'net' code into a subdir
...
- and remove all unneeded files
we'll reimplement the stuff step by step using the functions from
libnet/ which will do the hard work for us
metze
2007-10-10 12:58:06 -05:00
Stefan Metzmacher
964748389b
r1874: add dcerpc_errstr() function to display a fault code by name,
...
this should be used in the torture tests when we got NT_STATU_NET_WRITE_FAULT
metze
2007-10-10 12:58:06 -05:00
Stefan Metzmacher
084845c1ab
r1872: revert -r 1845 because the caling function should look at the fault_code
...
when it gets NT_STATUS_NET_WRITE_FAULT
metze
2007-10-10 12:58:06 -05:00
Jelmer Vernooij
189ed09840
r1867: Add README file in build/pidl/
2007-10-10 12:58:04 -05:00
Stefan Metzmacher
11c866d602
r1862: add invalid_creds ldap error
...
metze
2007-10-10 12:58:04 -05:00
Stefan Metzmacher
267edf1c0b
r1856: - move asn1 functions to asn1.c
...
- merge some stuff from trunk
metze
2007-10-10 12:58:02 -05:00
Stefan Metzmacher
59f3d41744
r1855: fix compiler warning and output fromatting
...
metze
2007-10-10 12:58:02 -05:00
Stefan Metzmacher
01626ed381
r1851: if we try to peek a subtag, check if the parent tag has remaining data
...
metze
2007-10-10 12:58:02 -05:00
Stefan Metzmacher
6b42923496
r1850: when we have a username and use sign or seal on a dcerpc over np
...
use dcerpc auth instead off smb auth
metze
2007-10-10 12:58:01 -05:00
Stefan Metzmacher
6e6bfd6dd2
r1849: use LIBNDR_STRING_BYTESIZE here
...
metze
2007-10-10 12:58:01 -05:00
Stefan Metzmacher
7f1fceeb7f
r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZE
...
metze
2007-10-10 12:58:01 -05:00
Stefan Metzmacher
6d094d60d3
r1847: add STR_BYTESIZE flag, to handle cases where
...
the size is in bytes not in unicode chars
metze
2007-10-10 12:58:01 -05:00
Stefan Metzmacher
b1c8611d73
r1846: add helpstring
...
metze
2007-10-10 12:58:01 -05:00
Stefan Metzmacher
0cf0c36460
r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILURE
...
metze
2007-10-10 12:58:01 -05:00
Stefan Metzmacher
2d4b806156
r1844: fix the build,
...
jelmer: you forgot lookupsid.c
metze
2007-10-10 12:58:00 -05:00
Stefan Metzmacher
a6ce6ee878
r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth fails
...
metze
2007-10-10 12:58:00 -05:00
Stefan Metzmacher
6ed2ce4edc
r1842: add fault code that happens with wrong password
...
or when signing or sealing fails
DCERPC_FAULT_LOGON_FAILURE = 0x00000005;
metze
2007-10-10 12:58:00 -05:00
Jelmer Vernooij
ef0fc269f0
r1838: Updates from the airplane:
...
- IDL fixes + adding comments
- Start working on dcom infrastructure
2007-10-10 12:58:00 -05:00
Stefan Metzmacher
05c40dca8a
r1836: - as abartlet said to me, we need to contact the users domain pdcfor doing a
...
password change
- add start of libnet_SetPassword
- use KRB5 and LDAP instead of ADS as ADS isn't a protocol
- add start of lib_rpc_connect()
metze
2007-10-10 12:58:00 -05:00
Tim Potter
197fb3a264
r1826: Implement some stub functions: ndr_pull_{save,restore,set_offset}()
...
Implement ndr_pull_relative()
Call ndr_pull_uintX() for ndr_pull_intX()
Generate warnings for unimplemented functions pulling NTTIME and HYPER_T.
Implement ndr_pull_dom_sid2()
We now dissect a lot more of the samr torture test without errors.
2007-10-10 12:58:00 -05:00
Andrew Tridgell
cef94978f4
r1824: nicer handling of NBT session replies, and handling of bad packets
...
with the async SMB code
2007-10-10 12:58:00 -05:00
Volker Lendecke
ea73426e65
r1823: No real changes, I just did not like the ^M's an the line ends :-)
...
Volker
2007-10-10 12:57:59 -05:00
Andrew Tridgell
bdf7d66d29
r1821: fixed reference to "status" that should be "result"
2007-10-10 12:57:59 -05:00
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