summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r1904: catch the common gtk function prototypes with make protoStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit b3cae309ae3afddfded7ef224d2c67ebbcd90d8a)
* r1903: hmm a better solution is to include popt.h where it is neededStefan Metzmacher2007-10-102-1/+2
| | | | | metze (This used to be commit 64d61ef4a5b44e76c90914ebaeaafac58228d78c)
* r1902: we need to include popt.h before popt_common.hStefan Metzmacher2007-10-102-2/+1
| | | | | metze (This used to be commit edde7497e9e06be0e51e886981725271a85bd9e5)
* r1901: add missing include of <fnmatch.h>Stefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 5e5681e2830bfd487d7e783249fe069b41be1f37)
* r1900: fix function prototypesStefan Metzmacher2007-10-102-5/+4
| | | | | metze (This used to be commit a60b528b344132083a25f0a8d8718a4d4701198c)
* r1898: Check the context we are going to return.Simo Sorce2007-10-101-1/+5
| | | | (This used to be commit d721b122b5c443363b8f8ec2e1ef4b798378b658)
* r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell2007-10-106-45/+51
| | | | | | | | | handle connections using the IP as the server name, while not trying for NBT name resolution on names like "192" and "192.168.1.2". also removed the ip address argument to smbcli_socket_connect() as it isn't used and doesn't really make sense. (This used to be commit 2ce4028842556328da4da0de9bee942bed02cc62)
* r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 30ab38559e8c52ecdaf7ca9b124875ade82c5c66)
* r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definitionAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit e50fc00671ace0085632f35ec99ad1125cd4d546)
* r1894: Convert // to /* */Volker Lendecke2007-10-104-5/+5
| | | | (This used to be commit 5dc793b2b4b5c54df4aa3b0c98c248bdd671bbb1)
* r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell2007-10-101-0/+15
| | | | | | | | ALL_INFO queryfileinfo level. It is useful having it here as many non-Microsoft servers implement it this way, which breaks just about all the torture tests, so when testing against these broken systems just change this one #if line and recompile smbtorture. (This used to be commit cd8887293e7735d8ee1cc2daebda233673801775)
* 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)