summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r1166: Convert (commented out) ndr_pull_error() calls into proto_tree_add_text()Tim Potter2007-10-101-20/+33
| | | | | calls so egregious parse errors are displayed in the ethereal gui. (This used to be commit 904de85c88f8a122cee67bfa175c5e45e7d9c62f)
* r1165: fixed handling of SMBtrans replies that should return ↵Andrew Tridgell2007-10-105-20/+37
| | | | | | STATUS_BUFFER_OVERFLOW when more data is present. (This used to be commit 0e557fe85748558affd20a58455c4b75fee69e27)
* r1164: Whoops - remove debugging printfs and Data::Dumper reference.Tim Potter2007-10-101-7/+9
| | | | | Give unions their own subtree as well as structures. (This used to be commit d3183d781ed62de756840c85742ae4f887c45251)
* r1163: Add const.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 4a445fce7fcc09049b97bcde61fa5ed1a945757d)
* r1162: Give each struct it's own subtree in the ethereal gui. Much moreTim Potter2007-10-103-124/+142
| | | | | readable! (This used to be commit 1d29a4fd874a963c53546825d657b47ee3af085b)
* r1161: Include a few more self-check NTLMSSP examples.Andrew Bartlett2007-10-101-0/+28
| | | | | Andrew Bartlett (This used to be commit 81678f8dc6fc7ef7218c7fad2b2766355927f21c)
* r1160: Some minor cosmetic fixes to make the generated code look nicer.Tim Potter2007-10-101-18/+21
| | | | (This used to be commit a6c95fbd6f7205574182ab4a38f0f061435fda6e)
* r1159: Implement functions to dissect 64-bit values (nttime, hyper_t, int64,Tim Potter2007-10-101-39/+52
| | | | | | | uint64). Rename parameter e_ndr to ndr. (This used to be commit 80bc9c9c598ebb2caa8dee745087f4b80ea8536e)
* r1158: Fix bug in dissection of array count. Arrays mostly work now with theTim Potter2007-10-101-1/+1
| | | | | exception of a union related bug. (This used to be commit 80f1445507165a4b6805cd346b83fe57e576c71d)
* r1153: We can now dissect security descriptors.Tim Potter2007-10-102-14/+109
| | | | (This used to be commit c194f2cf073585d8a9dbc6a6e746dd1cbf7c67b7)
* r1152: Checkin of workarea. The parser can now dissect a big chunk of the samrTim Potter2007-10-103-59/+383
| | | | | operations. Security descriptors and unions are still left to do. (This used to be commit f29fb9a3fc3b9b36518c4bff49e9c030a8a921ba)
* r1151: fixed fill-in of force_password_change field in auth_samAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 9135f14540ded30892dc1f944aec1e8979a476e1)
* r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell2007-10-103-30/+84
| | | | | | | | | | - added a torture test for interactive login in smbtorture These changes allow winxp to perform an interactive login (a login on the winxp console) against a Samba4 DC. Our netlogon server code is still filling in many of the fields incorrectly, but it fills in enough that winxp can login. (This used to be commit db9ea488b047b5f0f7538fd75fb7dde8277eb06b)
* r1149: fixed the handling of NDR_SET_VALUES in the debug print of rpc ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | structures in the generated rpc server code (This used to be commit 60838a0f94ef2b2f27a6f1b3c413481e94c69602)
* r1148: fixed a minor formatting error in generated codeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 0a67b9c324fb4fd74de0f3c12e55de6972b88cdd)
* r1147: Support enumerating valuesJelmer Vernooij2007-10-101-4/+44
| | | | (This used to be commit 3af8419fa4053a3b2887e91b4bda5c93327efad4)
* r1146: initially zero server infoAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit c1aeaf97b39e1769bd43b21225094bb5128eaab4)
* r1145: added server support for logon level 5 in sam logonAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit cb3d3b5e51dc9d52854c922b0c50686284ac8f1b)
* r1144: added logon level 5 for sam logonAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit eb13fc6c3b482d49a2cfaf13d290f1e54a2f1865)
* r1143: fixed spelling of sAMAccountNameAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit aadfbcee76a9181a540620f3b0827a3268b63a0e)
* r1142: I think this should fix the interactive logins for tridge - don't takeAndrew Bartlett2007-10-101-4/+4
| | | | | | | sizeof() a pointer... Andrew Bartlett (This used to be commit c1019e6df6aa4fcce7dc2ccbd404a4254ab5d1fb)
* r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell2007-10-103-140/+55
| | | | | | | | | | | | | structure (andrew, this is the type of structure consolidation I think you were asking about. It's possible here in NDR as it isn't in the top level fn code) - added validation level 6 in sam logon With these changes I can successfully authentication smbclient to a winxp server, with the winxp server using a Samba4 ADS DC for account auth (This used to be commit 705205083a6e2430c420f44436a1d1ff8826bc73)
* r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell2007-10-102-21/+54
| | | | (This used to be commit c8541098436d2cd83538375889560405ecb50034)
* r1139: added IDL and server code for netr_LogonSamLogonWithFlags()Andrew Tridgell2007-10-102-17/+47
| | | | (This used to be commit 4eac7340d8d7a109bed8fe7bb7cf663d6e7f0a56)
* r1138: allow for a user in no groupsAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit f9c1e12594e58b7e663ca099929eab8867b82a0c)
* r1137: - added torture test for netr_LogonGetDomainInfo() callAndrew Tridgell2007-10-101-0/+59
| | | | (This used to be commit fdf6e4169d531c4a7d4e1b937abd3eb3af03c860)
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-1011-59/+381
| | | | | | | | | | | | | | | - added workstation to auth_session_info in rpc servers - added session key fetch hook in crypto backends in dcesrv - store and fetch seed as well as a session key in schannel ldb - when a client uses schannel to setup a netlogon pipe connection we also need to setup the credentials from the schannel negotiation so credentials chaining works - added server side netr_LogonGetDomainInfo() call (This used to be commit a35459387de3b6a422c5af6f658338fc7e4314b0)
* r1135: - allow integer function numbers in ndrdumpAndrew Tridgell2007-10-101-0/+5
| | | | | - dump unused data in ndrdump (This used to be commit 65c5590bd0cd23c65a94786846740180c7f175ba)
* r1134: added a TODO regarding schannel credentialsAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 17dacf494ac25bb6d9f6dea8cb81968ea2b84c55)
* r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()Andrew Tridgell2007-10-102-3/+13
| | | | | | | | (useful for debugging IDL) - fixed a couple of places that auto-generate incorrect printf style arguments for ndr_pull_error() (This used to be commit ad3324a79ce030df4c5ed46408e662b46588f89f)
* r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style ↵Andrew Tridgell2007-10-101-1/+2
| | | | | | coding errors (This used to be commit f0940f19129f0f2eccc3bb5130b8d2dd0b60f83f)
* r1131: remove an error msg for failing to open unexpected.tdbAndrew Tridgell2007-10-101-1/+0
| | | | (This used to be commit ae393c2ed6b6039d28bb02d5e5104a6d25368ce6)
* r1130: remove some pointless debug messagesAndrew Tridgell2007-10-101-2/+0
| | | | (This used to be commit 260be3fbef5a198621274cfe0c0250f292d819ca)
* r1129: Remove unused function.Andrew Bartlett2007-10-101-30/+0
| | | | | Andrew Bartlett (This used to be commit 4d23b9e039872273f3ef433d94d24759bcb87c30)
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-1014-39/+40
| | | | | | | Fix other 'const' warnings in the torture code. Andrew Bartlett (This used to be commit 5d39d7497f189da15d659b3f83b7314026040a15)
* r1119: Saner keyboard shortcutsJelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit 971941acc7e75da89b1bdc612fd476a7f6124dcb)
* r1118: Read-only enumeration of keys in the LDB backend works now :-)Jelmer Vernooij2007-10-102-36/+95
| | | | (This used to be commit 456f97eed05047b20acceb50708b47209c37ca20)
* r1113: Test for wildcards in chkpath.Jeremy Allison2007-10-101-0/+5
| | | | | Jeremy. (This used to be commit 14cf961b7f8d273604e53ba9a889bb18cd8054d8)
* r1100: Comment out functions that we now get from other sources (misc.idl andTim Potter2007-10-102-0/+13
| | | | | | | lsarpc.idl). Add stub for ndr_pull_relative() function. (This used to be commit b3bc3d2ef41e2c5948a05d0c10591befdb2444a5)
* r1099: Set $module variable to name of module.Tim Potter2007-10-101-46/+58
| | | | | | | Only generate code for module registration if we could find a UUID. Tweaks to get [relative] compiling. (This used to be commit 19442e07d080f4965ece5eacd8724e325266ec0c)
* r1098: Extended raw chkpath to catch regressions.Jeremy Allison2007-10-101-0/+40
| | | | | Jeremy. (This used to be commit 37d1fa1684b4cca125ae2cf6039f8b12e7ae1b89)
* r1091: Added in timing tests for deferred opens. Added extra debug info to ↵Jeremy Allison2007-10-102-1/+14
| | | | | | | | signing mistakes. Jeremy. (This used to be commit 5c3a2417cfe1bdbdfb35d933d49f77f6696790b3)
* r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison2007-10-103-2/+86
| | | | | | | This has found some signing errors in the Samba3.0 implementation of the deferred open code. Still working on these... Jeremy (This used to be commit 0068cb12ef91515a95f17a1be7dfbc83fbb89eba)
* r1083: Generate prototypes for structs and unions marked "public" in the idl.Tim Potter2007-10-104-37/+43
| | | | | Delete various hacks to work around not doing this before. (This used to be commit 5c3c3d3e72d8dd5d995a5bc5b2c7d7217b7c0432)
* r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett2007-10-102-17/+27
| | | | | | | | reply also initialise the LM session key, when we have it (was failing because the auth code was setting it's length wrong). Andrew Bartlett (This used to be commit de97d9df224f769953e850a276515923a830839c)
* r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher2007-10-108-52/+59
| | | | | | | | | | the dce_conn->auth_state.session_info ( the ntlmssp one works fine, but the schannel one isn't implemented yet) this is also set by the ntvfs_ipc backend on the endpoint connect. metze (This used to be commit ad3dd1789e9f124493519cb4731d9f5a563fd051)
* r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2007-10-102-13/+15
| | | | | metze (This used to be commit 9e9a52692ebe9d47f1a08740ea1dcb8f46041211)
* r1073: import DYNEXP flags to smb_buildStefan Metzmacher2007-10-104-2/+16
| | | | | | | | | | | | and use @{$SMB_BUILD_CTX->{BUILD_ENV}{LD}{DYNEXP}} for the flags I'll use this for all vars which are currently using AC_SUBST(), so we can skip Makefile.in... (this should fix the build on us4...) metze (This used to be commit 798cbed5a328bd773447f1ee0b4f6ea751062e7e)
* r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher2007-10-106-282/+370
| | | | | metze (This used to be commit 1706ff88a72c6578a109c2cf24f2f009812c3892)
* r1067: fix compiler warningsStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit e5d338821e590c49947a18a5d5c361122571988d)