summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell2007-10-101-1/+13
| | | | | | team meeting at CIFS04. It allows you to find the talloc context given any pointer allocated with talloc. (This used to be commit 01dc4ed9b4f9390930d3c235cf2ccf9a9028392d)
* r1886: Fix the buildVolker Lendecke2007-10-101-3/+3
| | | | (This used to be commit 7be7f25a57422fea3e763479629e18dc9a204aba)
* r1884: remove empty header fileStefan Metzmacher2007-10-102-1/+0
| | | | | metze (This used to be commit 874d4506094123a1f42c32c3ad37f6374f5958e8)
* r1883: I don't know why this was broken...Stefan Metzmacher2007-10-101-3/+3
| | | | | | | | tridge: can you please check if this is correct, I have only compiled it, but haven'T run it. metze (This used to be commit d3123c2e7357d8db4dce9e0253ac405318d05c48)
* r1881: empty structs are not allowed by all compilersStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 4c6c4d6bc8927b93f29beecf44aef5c228533a43)
* r1880: bugger, now I have used gcc 3.4.1 myself and have statements before ↵Stefan Metzmacher2007-10-101-7/+6
| | | | | | | | | declarations Does any knows if there are flags to let gcc 3.4.1 fail with that? metze (This used to be commit 6ad57a86c8583df90a93fdf36b7184010d2054bc)
* r1879: - add a user sub struct in net_contextStefan Metzmacher2007-10-104-23/+172
| | | | | | | | | - 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 (This used to be commit 939da063cdf18a5ab7e7f0490ac58d1f138cf0f0)
* r1878: implemet libnet_context_{init,destroy}Stefan Metzmacher2007-10-103-1/+61
| | | | | | | and implement libnet_Change_Password_generic() metze (This used to be commit d48050ae906ecf8d4f78c224042f8f9fe584ad39)
* r1877: since make proto catches all functionsStefan Metzmacher2007-10-102-1/+1
| | | | | | | the inlcude has to move to includes.h metze (This used to be commit 97fe38183b6a03c01f6ac2d28a958d632eb4ff8a)
* r1876: rewrite net command completelyStefan Metzmacher2007-10-105-567/+111
| | | | | | | and add it to the build metze (This used to be commit 14b9858800f6944bf78bee34338242cd3292b297)
* r1875: - move 'net' code into a subdirStefan Metzmacher2007-10-1012-6883/+0
| | | | | | | | | | - 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 (This used to be commit 8b2d5ec973fde980389bfe03cbcd70274b98b2dc)
* r1874: add dcerpc_errstr() function to display a fault code by name,Stefan Metzmacher2007-10-102-0/+60
| | | | | | | this should be used in the torture tests when we got NT_STATU_NET_WRITE_FAULT metze (This used to be commit 964748389bb7560ba141d71bb9256a8552c7db92)
* r1872: revert -r 1845 because the caling function should look at the fault_codeStefan Metzmacher2007-10-102-13/+3
| | | | | | | when it gets NT_STATUS_NET_WRITE_FAULT metze (This used to be commit 084845c1ab5e8acdb91f1d93b87d3f58e5de1bfd)
* 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)