summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* r11264: Winbind does not rely on the hostname resolution mechanisms ofVolker Lendecke2005-10-231-1/+5
| | | | | | | | composite_connect, so in io.in.dest_host I'm setting the IP address. Gensec does not like that as a target hostname, so if a called name is present, use that. So we can session setup using kerberos now. Volker
* r11263: Some cleanupVolker Lendecke2005-10-231-133/+38
|
* r11262: Try to get the equivalent of a subcontext in pidl ethereal conformance Tim Potter2005-10-232-0/+6
| | | | | | | | | files working. It doesn't quite work though. (-: This patch also allows a struct.field format to be used in an IMPORT statement instead of a type name. Jelmer, what do you think?
* r11261: Rename access_required field in winreg idl to access_mask so it matches Tim Potter2005-10-224-16/+16
| | | | the other interfaces.
* r11260: Delete a leftover scons file.Tim Potter2005-10-221-21/+0
|
* r11259: Map system_name and handle fields to new hf fields.Tim Potter2005-10-221-0/+40
|
* r11258: Dissect all access_required fields as hex using the same hf.Tim Potter2005-10-221-1/+10
|
* r11257: Add and use output functionJelmer Vernooij2005-10-213-145/+128
|
* r11254: Remove support for [TARGET:foo]-like .mk-file entriesJelmer Vernooij2005-10-212-25/+0
| | | | (it is already possible to include verbatim make data)
* r11252: Make makefile.pm OO and descend from envJelmer Vernooij2005-10-213-126/+127
|
* r11250: Fix a couple of issues in the heimdal/ dirs.Jelmer Vernooij2005-10-211-2/+1
|
* r11249: More OpenBSD make fixes...Jelmer Vernooij2005-10-213-3/+8
|
* r11248: Fix anon fallback with spnegoVolker Lendecke2005-10-211-0/+5
|
* r11247: Add environment classJelmer Vernooij2005-10-213-85/+123
|
* r11246: Another fix for OpenBSD's makeJelmer Vernooij2005-10-211-2/+2
|
* r11245: Hopefully fix heimdal build on some hostsJelmer Vernooij2005-10-212-2/+2
| | | | Fix manpage locations
* r11244: Relative path names in .mk filesJelmer Vernooij2005-10-2158-1388/+1406
|
* r11243: length and size can now be filled in automatically.Jelmer Vernooij2005-10-212-12/+3
|
* r11241: - fix compiler warningStefan Metzmacher2005-10-211-2/+2
| | | | | | - fix comment metze
* r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett2005-10-218-100/+740
| | | | | | | | | | | | | | Add the kpasswd server to our KDC, implementing the 'original' and Microsoft versions of the protocol. This works with the Heimdal kpasswd client, but not with MIT, I think due to ordering issues. It may not be worth the pain to have this code go via GENSEC, as it is very, very tied to krb5. This gets us one step closer to joins from Apple, Samba3 and other similar implementations. Andrew Bartlett