summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r11339: Fix the build by adding the serviceprincial name cracknames helper.Andrew Bartlett2005-10-271-0/+59
| | | | Andrew Bartlett
* r11334: Print error status in debug.Andrew Bartlett2005-10-271-2/+3
| | | | Andrew Bartlett
* r11333: Push service principal lookups into the cracknames code, rather thanAndrew Bartlett2005-10-271-166/+92
| | | | | | in the hdb-ldb code. Andrew Bartlett
* r11331: add conflict cases owned,released vs. replicaStefan Metzmacher2005-10-271-1/+146
| | | | metze
* r11330: - split up owned,active vs replica and owned,released vs. replicaStefan Metzmacher2005-10-271-4/+651
| | | | | | - complete owned,released tests metze
* r11329: the 0x1C must be registered as group nameStefan Metzmacher2005-10-271-2/+2
| | | | metze
* r11325: Fix up some kerberos notes.Andrew Bartlett2005-10-271-15/+14
| | | | Andrew Bartlett
* r11322: Start moving towards using the cracknames code in the KDC.Andrew Bartlett2005-10-271-26/+70
| | | | Andrew Bartlett
* r11321: Fix typos in warnings.Andrew Bartlett2005-10-271-2/+2
| | | | Andrew Bartlett
* r11318: Tweak import statement for decoding KeySecurityData as a NT securityTim Potter2005-10-271-1/+1
| | | | descriptor in ethereal.
* r11317: An ugly hack to setup the global gssapi_krb5_context early, when weAndrew Bartlett2005-10-273-5/+24
| | | | | | | | | have easy access to the event context. This stops Samba dead-locking against itself when the winbindd client tries to contact the KDC. Andrew Bartlett
* r11316: Kill off a bit more of the old secrets system...Andrew Bartlett2005-10-271-35/+1
| | | | Andrew Bartlett
* r11315: Sorry gd, I just removed all of your code that I just merged...Andrew Bartlett2005-10-271-2/+0
| | | | | | (We now ask the kerberos libraries to handle getting and unwapping the PAC). Andrew Bartlett
* r11314: Use a patch from lha to have the kerberos libs extract the PAC, ratherAndrew Bartlett2005-10-266-149/+199
| | | | | | | | | than doing ASN.1 parsing in Samba. Also use the API function for getting a client from a ticket, rather than just digging in the structure. Andrew Bartlett
* r11313: TypoAndrew Bartlett2005-10-261-1/+1
|
* r11312: Make it clear we are looking at the 'domain ref', not the domainAndrew Bartlett2005-10-261-18/+18
| | | | | | itself in the auth_sam module. Andrew Bartlett
* r11311: Move some more logic to envJelmer Vernooij2005-10-263-32/+79
|
* r11310: Free the 'if_relevent' portion of the PAC when we build it.Andrew Bartlett2005-10-261-0/+1
| | | | Andrew Bartlett
* r11309: A trivial test script for ejs libnet interface.Rafal Szczesniak2005-10-261-0/+4
| | | | rafal
* r11308: Correctly return status code in case of js error or libnetRafal Szczesniak2005-10-261-1/+8
| | | | | | | function execution error. rafal
* r11307: Add support for generating pkg-config filesJelmer Vernooij2005-10-264-4/+40
|
* r11306: Move more static Makefile data to main.mkJelmer Vernooij2005-10-262-349/+167
| | | | Clean up smb_build::makefile a bit
* r11305: Use more recent guess and sub filesJelmer Vernooij2005-10-262-381/+544
|
* r11304: Add support back in for loading shared modules (not used yet)Jelmer Vernooij2005-10-266-29/+96
|
* r11303: Support defining and installing public headers for libraries. Jelmer Vernooij2005-10-2622-138/+316
| | | | | Support installing libraries. Get rid of pkg-config file (will be autogenerated later on).
* r11300: Treat libraries as a special kind of subsystemJelmer Vernooij2005-10-267-59/+23
| | | | (one that can also be built as a library and installed).
* r11299: Try to fix build on Stratos VOS (doesn't support ld -r)Jelmer Vernooij2005-10-263-6/+27
|
* r11298: Consolidate the 'short' samlogon tests, and move to using theAndrew Bartlett2005-10-262-117/+70
| | | | | | credentials system for password -> NTLM translation. Andrew Bartlett
* r11297: Move the RPC-SCHANNEL test to using the credentials system forAndrew Bartlett2005-10-261-14/+45
| | | | | | converting username/pass into the NTLM responses. Andrew Bartlett
* r11294: Update Heimdal in Samba4 to lorikeet-heimdal (which is in turn updatedAndrew Bartlett2005-10-2524-690/+1264
| | | | | | to CVS of 2005-10-24). Andrew Bartlett
* r11293: Use the right search when forming the data for the PAC.Andrew Bartlett2005-10-251-2/+2
| | | | Andrew Bartlett
* r11291: Fix implementation of LookupNames4.Andrew Bartlett2005-10-251-1/+9
| | | | Andrew Bartlett
* r11290: Make it clear that Heimdal is always included, no need for the testAndrew Bartlett2005-10-251-10/+10
| | | | | | any more. Andrew Bartlett
* r11289: Fix comment.Andrew Bartlett2005-10-251-1/+1
| | | | Andrew Bartlett
* r11288: Fill out LSA LookupNames4 and LookupSids3, including a server-sideAndrew Bartlett2005-10-252-18/+42
| | | | | | implementation. Andrew Bartlett
* r11287: Understand the new behaviour of the LSA pipe on ncacn_ip_tcp in ↵Andrew Bartlett2005-10-255-193/+325
| | | | | | | | | | | | | | Win2k3 SP1. Only a few operations are supported (LookupSids3 and LookupNames4), and these are only supported under schannel. This appears to be the operations Win2k3 SP1 uses to verify part of the PAC back to the server. The test is setup to pass, but not enforce (so far) this new behaviour. Andrew Bartlett
* r11285: fixed winreg.js for the recent change to winreg.idlAndrew Tridgell2005-10-251-2/+2
|
* r11282: Fix memory leak in LOCAL-PAC test.Andrew Bartlett2005-10-251-1/+1
| | | | Andrew Bartlett
* r11281: Initial ejs interface for libnet functions.Rafal Szczesniak2005-10-244-1/+149
| | | | rafal
* r11279: it should be only possible to register a 0x1C name, when the ↵Stefan Metzmacher2005-10-241-0/+6
| | | | | | NBT_NM_GROUP flag is set metze
* r11278: fix compiler warningsStefan Metzmacher2005-10-241-14/+22
| | | | metze
* r11277: fix compiler warningStefan Metzmacher2005-10-241-1/+1
| | | | metze
* r11276: fix compiler warningsStefan Metzmacher2005-10-241-2/+2
| | | | metze
* r11274: Start a connection attempt to the DC's port 389. To do this ↵Volker Lendecke2005-10-248-118/+312
| | | | | | | | properly, make socket_connect and ldap_connect properly async. Volker
* r11273: Initialise the new server_info->logon_server element.Andrew Bartlett2005-10-242-0/+9
| | | | Andrew Bartlett
* r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett2005-10-245-91/+114
| | | | | | | | we can round-trip all the way back to a server_info structure, not just a filled in PAC_DATA. (I was worried about generated fields being incorrect, or some other logical flaw). Andrew Bartlett
* r11271: Fix a warning and an infinite recursionVolker Lendecke2005-10-241-2/+3
|
* r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett2005-10-239-165/+143
| | | | | | | | | | | I'm sure this will not be the final resting place, but it will do for now. Use the cracknames code in auth/ for creating a server_info given a principal name only (should avoid assumtions about spliting a user@realm principal). Andrew Bartlett
* r11267: Fix a memleak and an uninitialized variable. Andrew Bartlett, this ↵Volker Lendecke2005-10-231-4/+5
| | | | | | | | was the one I sent to you. Sorry for bothering you. Volker
* r11265: add a bunch of owned vs. replica conflict testsStefan Metzmacher2005-10-231-0/+1414
| | | | metze