summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r6714: We can only ask GENSEC questions if we are authenticated.Andrew Bartlett2007-10-101-1/+3
| | | | | Andrew Bartlett (This used to be commit b429712f1e8234c64138aaa8ff67dce94988406c)
* r6711: Clarify that we are dealing with a salting principal in the kerberosAndrew Bartlett2007-10-101-40/+60
| | | | | | | | | | | | | code, which is certainly not in the form of machine$. Rework the default salt to match what I just added to the heimdal server (Samba4 is back on speaking terms with lorikeet heimdal now), from Luke Howard's post to samba-technical in Nov 2004. Now to test compatability with MS... Andrew Bartlett (This used to be commit d719a0093bfe37fc62f28c7c02f17f93eec16abf)
* r6709: Add monitor messages to useradd composite useradd function.Rafal Szczesniak2007-10-101-5/+15
| | | | | rafal (This used to be commit b3fce5b94be2f9491a53673b1baecf0c8fe5b7c4)
* r6708: Another type of monitor message.Rafal Szczesniak2007-10-101-0/+5
| | | | | rafal (This used to be commit f7aaa0bfcae7fd4518256a703ad237693ff0c295)
* r6705: let the gensec module decide if messages can be signed and sealed in ↵Stefan Metzmacher2007-10-103-0/+10
| | | | | | | | | | | a different order than a strict request - reply sequence Note: we should also fix the client code... metze (This used to be commit 0a61d1f65150546f7a7582512ca010d156f963bf)
* r6704: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 9d86314c44ae8e1ec21653b21cc267bfac573445)
* r6703: fix the buildStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 333f9bdf585db3df455009667d94deae568be02a)
* r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 77b67da5b8187951ba8c25af85bbf716cf5b3561)
* r6701: Updates to our server-side ticket verification code, we now use theAndrew Bartlett2007-10-101-57/+44
| | | | | | | | | | client credentials code to read the secrets.ldb. Also clean up error handling, and ensure to always set the last_error_message stuff. Andrew Bartlett (This used to be commit 435d229e5d1da349f00d80a36b599ae70468e99d)
* r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett2007-10-102-2/+11
| | | | | | | | | | no longer done globally. This keeps MIT client libraries happy, because otherwise the windows KDC will return a different case to what was requested. Andrew Bartlett (This used to be commit 9098b9321f938473c367f906cfe2f001ca1d8e6a)
* r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 6d7f1daaf2a521864994e06b013c36287f27a129)
* r6698: Our domain join code requires that the secureChannelType be set. TypeAndrew Bartlett2007-10-101-0/+1
| | | | | | | 6 is BDC, which is correct for a self-join. Andrew Bartlett (This used to be commit cd61ff80f886bcb4a8c6b681879ee269604e98f3)
* r6697: fix from Sven (wAmpIre) VeltStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit db2f5619f8114b6454cc2541d80129e1ca5fa1a9)
* r6694: a simple CLDAP torture testAndrew Tridgell2007-10-103-2/+85
| | | | | | | | | interestingly, w2k3 seems to have 4 different varients of the netlogon cldap response. We decode two of them so far. The other two are tricky as they aren't distinguished by a command code, they use the same command codes (0x13 and 0x17) but have quite a different format. Very strange! (This used to be commit 58f1c39282e281450fe94ceab7ca0a53ec7172e1)
* r6693: first version of cldap client library, with async interfaceAndrew Tridgell2007-10-104-0/+665
| | | | (This used to be commit cbeffe830b2d3aee2ba346034548fa273a08f409)
* r6692: used idr_get_new_random() in the nbt client libraryAndrew Tridgell2007-10-101-13/+4
| | | | (This used to be commit a3f64357af75587a855cfedb58ce2583658c7d04)
* r6691: fixed a commentAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit a0fa871c3fda9fce7da0b110ed313c930a677a80)
* r6690: added ndr_pull_struct_blob_all(), which is like ↵Andrew Tridgell2007-10-101-0/+21
| | | | | | | ndr_pull_struct_blob() but checks that all bytes are consumed (This used to be commit 7951e9bd647b35d2f92d7ba4dbbc2ac05f31491a)
* r6689: minor ldap client library workAndrew Tridgell2007-10-102-24/+63
| | | | | | | - added support for binary encoded search filters - fixed some const handling - changed the message type to an enum, to help debugging (This used to be commit d5353b63428698d1ce95c50e2626f1841fa637e3)
* r6688: removed unused binary_string() functionAndrew Tridgell2007-10-101-23/+0
| | | | (This used to be commit 0b48c69e0b94571173a12714b22d3d5e2af17bcf)
* r6687: added a idr helper function for creating random IDsAndrew Tridgell2007-10-101-0/+18
| | | | (This used to be commit ef573df2a012e9a192487f207502ef1027c66d4b)
* r6677: Unused variables.Tim Potter2007-10-101-5/+0
| | | | (This used to be commit 7417f6fa8be637ccf04f8608e67174d6d5624662)
* r6676: Fix unused variable.Tim Potter2007-10-101-2/+0
| | | | (This used to be commit 699e0adf4cba1473b48ff38c8043dbc36bc43560)
* r6675: Fix printf warning.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 513fc9c24493e007a9e4d034ca05657897a5eac2)
* r6674: Fix some compiler warnings.Tim Potter2007-10-101-4/+1
| | | | (This used to be commit c2c563bf985a8fdd28beacb3dbdf650c11af2fa7)
* r6664: Obey overrided CC in the MakefileJelmer Vernooij2007-10-101-1/+2
| | | | | (should fix build on several buildfarm hosts) (This used to be commit cbd7af4fcf72fd21b2a8ea2ee8f9f61f90f36f03)
* r6663: only use -Wall for gccAndrew Tridgell2007-10-102-3/+4
| | | | (This used to be commit b7fbe2173d45456c77fad9673073173704a1b266)
* r6662: add an installcheck target for tallocAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit 2f78428cfd823b499c60ac3cc02650183b760ef0)
* r6661: fix up talloc autoconf to have a chance of working on the build farmAndrew Tridgell2007-10-103-4/+250
| | | | (This used to be commit 9318744fd496a829a57fc8e0f21d4b26b1eb74c7)
* r6660: Sorry for the spam... I think now I've got a version that should ↵Volker Lendecke2007-10-102-2/+23
| | | | | | | | | compile on trunk, 3_0 and 4_0. Volker (This used to be commit 777c489cad610fef140ec80d5644111b04a314c1)
* r6650: keep style consistentSimo Sorce2007-10-101-1/+2
| | | | (This used to be commit 34671674ee326ea835408f8c1fdb105ea50ccc55)
* r6645: Add talloc_get_size() function.Simo Sorce2007-10-103-0/+19
| | | | | | | Sometimes it is usefull to know this data. Simo. (This used to be commit df401847827ef660d8b9d55af9b27bb85bad6b5f)
* r6637: Test for asynchronous function and monitor messages.Rafal Szczesniak2007-10-101-2/+81
| | | | | rafal (This used to be commit 4ac3c145fccc203323e3bf8772bccd290a82cf63)
* r6624: I have put monitor function pointer into userinfo call, but I haven't putRafal Szczesniak2007-10-101-5/+7
| | | | | | | any possibility to pass such pointer from calling function... :) rafal (This used to be commit 08a8878436f3ba21666f43e9abafb27055a02e8a)
* r6622: Add talloc manpage in DocBook XML, based on SGML version by Garry ↵Jelmer Vernooij2007-10-103-1/+650
| | | | | | Williams (This used to be commit 62550eac1e56e95c8080a0519579fd97ee5d465a)
* r6621: Warn when the user is trying to use socket wrapperJelmer Vernooij2007-10-102-0/+8
| | | | | while it is not compiled in. (This used to be commit d63086918ba79307089b3992dc7ed8fc8c6d18a8)
* r6620: the type 23 schannel bind uses a workstation name, not an account nameAndrew Tridgell2007-10-102-6/+9
| | | | (This used to be commit 250f1f69dd719a7981ec4c1698942b31826888d2)
* r6619: realm should not be forced uppercaseAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 93e70717c7cb6aa591d3d83a70e5df03822fa17c)
* r6618: only print the netlogon packets we receive if it is an unknown packet ↵Andrew Tridgell2007-10-101-2/+1
| | | | | | type (This used to be commit 8229fe4dd5f4eb89eb19fa02eedc7f00a31b204e)
* r6617: Let --enable-developer imply --enable-socket-wrapperJelmer Vernooij2007-10-102-4/+20
| | | | | | Add socket-wrapper-enabled test target and use that by default when the socket wrapper was included (This used to be commit d3b0ad8b4b6f8ee80a9c77e1102960d51ced5a5f)
* r6616: First (and totally untested) approach to monitoring userinfoRafal Szczesniak2007-10-101-0/+13
| | | | | | | composite call. rafal (This used to be commit 227c9fb45bdba5ac795ee14f7e51ccaa18a2a0e1)
* r6615: As usual, I forgot to commit new structure in this file...Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 3389cfb1354532aad4245b281a5637b58802a276)
* r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak2007-10-102-0/+53
| | | | | rafal (This used to be commit 47a7a6c3fcfd1ab159a6baa71cd5c7984334fddb)
* r6612: fix the buildStefan Metzmacher2007-10-102-9/+2
| | | | | metze (This used to be commit a1c7fe2578810d7c2b3c44e8271765468d0fcaee)
* r6611: Add mailslot test programJelmer Vernooij2007-10-102-0/+90
| | | | (This used to be commit fae95f740dde0d5c7268367a35d6f042e9f5f724)
* r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter2007-10-102-2/+2
| | | | | is required after updating to this version). (This used to be commit 258d03ef9248b2827db18269e4f0883c73839084)
* r6609: remove double entry for [BINARY::getntacl]Stefan Metzmacher2007-10-101-15/+0
| | | | | metze (This used to be commit 55c9746da847d053d0c5a1b599da24af0a9e4b71)
* r6607: fix the buildStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit 7fb10f2753f4acd7d86928b601139137af4be7b5)
* r6606: add a DCESRV_FAULT_VOID() marco to use in void functionsStefan Metzmacher2007-10-101-0/+6
| | | | | metze (This used to be commit a379836de63951bcfbc281425af3db7094248f2f)
* r6604: solved a memory hierarchy ordering problem that led to crashes onAndrew Tridgell2007-10-101-5/+5
| | | | | | | ncacn_ip_tcp and ncalrpc for the standard process model. Thanks to Jelmer for noticing this bug! (This used to be commit 81863cdd8bba0d4e39a1b4dc7e6dd7e6cafb38cf)