summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r1867: Add README file in build/pidl/Jelmer Vernooij2007-10-101-0/+35
| | | | (This used to be commit 189ed098408b52965ccdf652d78ec678bbe0462e)
* r1862: add invalid_creds ldap errorStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 11c866d602fb4daefc1dced349606bd8ccd38ef2)
* r1856: - move asn1 functions to asn1.cStefan Metzmacher2007-10-102-43/+71
| | | | | | | - merge some stuff from trunk metze (This used to be commit 267edf1c0bb1ed73f1ba19148e6412b9a1c41979)
* r1855: fix compiler warning and output fromattingStefan Metzmacher2007-10-101-2/+4
| | | | | metze (This used to be commit 59f3d417449f55d247604966b6e9fa2fa97c5124)
* r1851: if we try to peek a subtag, check if the parent tag has remaining dataStefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 01626ed381bdc9cab3e94e80220c916bb61acf30)
* r1850: when we have a username and use sign or seal on a dcerpc over npStefan Metzmacher2007-10-101-1/+2
| | | | | | | use dcerpc auth instead off smb auth metze (This used to be commit 6b429234968da7e51de95b6ede2afe3c1605debb)
* r1849: use LIBNDR_STRING_BYTESIZE hereStefan Metzmacher2007-10-101-2/+1
| | | | | metze (This used to be commit 6e6bfd6dd290b5e1cd3e90ebf20cd2207f94342e)
* r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZEStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 7f1fceeb7f7e2e51fb67f48b1513a32564b7cdff)
* r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher2007-10-103-6/+54
| | | | | | | the size is in bytes not in unicode chars metze (This used to be commit 6d094d60d377479de28790bad8ceb4c083c902cd)
* r1846: add helpstringStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit b1c8611d730c8fd3927576faaa4b8fed8ad5b1fe)
* r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILUREStefan Metzmacher2007-10-102-3/+12
| | | | | metze (This used to be commit 0cf0c3646038574e73c77a0b7adbdf6d04fe7207)
* r1844: fix the build,Stefan Metzmacher2007-10-101-1/+1
| | | | | | | jelmer: you forgot lookupsid.c metze (This used to be commit 2d4b806156842af84dd6de217a8652f4c9b0e090)
* r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth failsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit a6ce6ee878c896cfc256989894fd2b35707e3da0)
* r1842: add fault code that happens with wrong passwordStefan Metzmacher2007-10-101-0/+1
| | | | | | | | | or when signing or sealing fails DCERPC_FAULT_LOGON_FAILURE = 0x00000005; metze (This used to be commit 6ed2ce4edca9dbdb30e52e83d62227656d671a29)
* r1838: Updates from the airplane:Jelmer Vernooij2007-10-1037-132/+203
| | | | | | - IDL fixes + adding comments - Start working on dcom infrastructure (This used to be commit ef0fc269f06c82594c34ad8673c76c5ea099250e)
* r1836: - as abartlet said to me, we need to contact the users domain pdcfor ↵Stefan Metzmacher2007-10-106-30/+188
| | | | | | | | | | | | 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 (This used to be commit 05c40dca8ad1ab020aa75282da046f1dbce2a52a)
* r1826: Implement some stub functions: ndr_pull_{save,restore,set_offset}()Tim Potter2007-10-103-6/+72
| | | | | | | | | | | | | 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. (This used to be commit 197fb3a264536ee84d4b02a8a349c6b21e91b1f5)
* r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2007-10-102-2/+8
| | | | | with the async SMB code (This used to be commit cef94978f43a8326b6cf1888c15ca8c568ebe9f8)
* r1823: No real changes, I just did not like the ^M's an the line ends :-)Volker Lendecke2007-10-101-231/+232
| | | | | Volker (This used to be commit ea73426e6557cbc35d38a312b0251e3979692efc)
* r1821: fixed reference to "status" that should be "result"Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit bdf7d66d299b0956fbf17b38291089585b2b54bf)
* r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell2007-10-102-5/+20
| | | | | search torture test, as some servers return really bad entries. (This used to be commit c900ebb3ac18d77ab334d3bf5259b3bba547b09c)
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a ↵Andrew Tridgell2007-10-103-11/+17
| | | | | | classic case for a list) (This used to be commit e53d32c65ab0751b3e01f4f699f5d0e1892369ae)
* r1818: _really_ fixed epmapper this time, it was using more than one old rpc ↵Andrew Tridgell2007-10-103-59/+50
| | | | | | interface method. (This used to be commit ec41c73ae136bffea4285ade8be322b3c4cf3629)
* r1817: fixed fault code generation for unimplemented functions in epmapperAndrew Tridgell2007-10-101-5/+5
| | | | | thanks to volker for spotting these! (This used to be commit b2152912caee1020fa2e2ea13728fc78a875bc5d)
* r1816: here's the initial idea of libnetStefan Metzmacher2007-10-104-0/+191
| | | | | metze (This used to be commit dcb3ea32da6d7cf93e6bdda9b839faf604ba3b6a)
* r1815: Update parser for recent changes to perl parser.Tim Potter2007-10-101-2/+1
| | | | (This used to be commit 1d0bde1c77f511a3de5815c2d0e5319c74daf18a)
* r1814: Fix the build.Volker Lendecke2007-10-102-63/+197
| | | | | | | | | 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 (This used to be commit 48df39c133cd08f1eb8007c7986a675f129d0cae)
* r1805: ...I just forgot to say that the sasl bind actually works now:-)Stefan Metzmacher2007-10-103-0/+47
| | | | | metze (This used to be commit a2cd725681fa7b10a5cca337554be17f628465c0)
* r1804: get a bit closer to a sasl bindStefan Metzmacher2007-10-101-2/+19
| | | | | metze (This used to be commit d0278c6bef622feeda8da7a120e3d1abce4a74e5)
* r1803: more progress on sasl binds, but decoding the response still failsStefan Metzmacher2007-10-102-4/+28
| | | | | metze (This used to be commit f6c44201073df37881191509ffb7badee3baac71)
* r1802: start to support SASL in our ldap librariesSimo Sorce2007-10-104-33/+230
| | | | | | does not work yet but we are close currently we send the right data on wire and fail to decode the answer (This used to be commit 10baf585821bf1f10a3786045a0965000cdffd12)
* r1801: fix the buildStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit afe5715200cbbe2c9720c0455adddeb42776f5c4)
* r1799: List more uuids. FromJelmer Vernooij2007-10-1024-122/+662
| | | | | http://www.hsc.fr/ressources/articles/win_net_srv (This used to be commit 8d36dbed8c5bdc82176083b2c6f8d989ae903ba5)
* r1798: fix the buildStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit a1bfc94ab35c426b75efedea0df21acec7d1eeed)
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-1010-123/+256
| | | | | | | signing code to be able to cope. Andrew Bartlett (This used to be commit cb74d52b563730a50e33c92d868c45ee96a598e8)
* r1795: Fix the multiple session setup torture tests.Andrew Bartlett2007-10-101-1/+2
| | | | | Andrew Bartlett (This used to be commit c4036f218967459c17056f9d27eb95eed3f72dd8)
* r1794: fix the build MIT krb5Stefan Metzmacher2007-10-103-5/+9
| | | | | metze (This used to be commit fe655d047434422eae77486e5fd7fa51eb942677)
* r1793: try to bind multiple times as anonimous and userSimo Sorce2007-10-103-7/+98
| | | | | | | | added -D parameter to torture to be able to specify: - user dn - base dn - user secret (This used to be commit 0eaec28f5c511a28764a1d350c2eaaf37272eb62)
* r1792: split ldap_setup_connection() and provide an ldap_bind_simple() functionSimo Sorce2007-10-101-22/+42
| | | | (This used to be commit d9f8f97c9eaa8078f411adf0a8db607365082197)
* r1790: a few updates on krb5 PAC...Stefan Metzmacher2007-10-102-14/+34
| | | | | metze (This used to be commit 5a3a10c004ee2c94c42f08d52b36c75b413bdb79)
* r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij2007-10-104-1/+12
| | | | (This used to be commit 85fb26a05d57e58795b0c0ffa93dc9e0fa902431)
* r1785: remove unneeded dependencies on openldap client librariesSimo Sorce2007-10-103-17/+4
| | | | (This used to be commit 44083e317855f6d8a0b4a81002a3376e8775df28)
* r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher2007-10-101-8/+10
| | | | | metze (This used to be commit 250485b69fbdd494bfd6c69bae94662e24fb0117)
* r1774: Add the uuids of the known exchange pipesJelmer Vernooij2007-10-104-0/+81
| | | | (This used to be commit 0e07a068b4fa6eaa4c73681dc2e4c156605aba89)
* r1773: fix the buildStefan Metzmacher2007-10-101-2/+1
| | | | | metze (This used to be commit 4e1156602caf60b3c0659d9d5e7aba8e430153e2)
* r1771: OK Let's add tests for ldap.Simo Sorce2007-10-107-5/+105
| | | | | Thanks to Metze and Volker for their unvaluable support :) (This used to be commit e6a6c0737ab94d58930c0d4e1ef0bb4d99510833)
* r1770: here's the krb5 server code,Stefan Metzmacher2007-10-105-37/+328
| | | | | | | | there're some cleanups needed and we need to verify the PAC correctly and create the auth_session_info correctly... metze (This used to be commit d8fe497097ee49611bb05c4a2fed36912d8e16b4)
* r1769: Add a new torture test to check vuid properties, and ↵Andrew Bartlett2007-10-103-5/+46
| | | | | | | SPNEGO/non-SPNEGO games. Andrew Bartlett (This used to be commit 90d70a63ee6d44172cec99a9115817f666b5d06d)
* r1768: Add some debugs to assist in SMB signing debugging.Andrew Bartlett2007-10-101-0/+12
| | | | | Andrew Bartlett (This used to be commit 32b45fc9e8ff1d0b73bbec1eb1d249af3ec52e46)
* r1767: Checkin of workarea. Sorry Jelmer but this overwrites some of your ↵Tim Potter2007-10-107-1139/+1039
| | | | | | | | | | 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. (This used to be commit 456a4d1d72807da037417073f346451421638c2f)