Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11307: Add support for generating pkg-config files | Jelmer Vernooij | 2005-10-26 | 4 | -4/+40 | |
| | ||||||
* | r11306: Move more static Makefile data to main.mk | Jelmer Vernooij | 2005-10-26 | 2 | -349/+167 | |
| | | | | Clean up smb_build::makefile a bit | |||||
* | r11305: Use more recent guess and sub files | Jelmer Vernooij | 2005-10-26 | 2 | -381/+544 | |
| | ||||||
* | r11304: Add support back in for loading shared modules (not used yet) | Jelmer Vernooij | 2005-10-26 | 6 | -29/+96 | |
| | ||||||
* | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 2005-10-26 | 22 | -138/+316 | |
| | | | | | Support installing libraries. Get rid of pkg-config file (will be autogenerated later on). | |||||
* | r11300: Treat libraries as a special kind of subsystem | Jelmer Vernooij | 2005-10-26 | 7 | -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 Vernooij | 2005-10-26 | 3 | -6/+27 | |
| | ||||||
* | r11298: Consolidate the 'short' samlogon tests, and move to using the | Andrew Bartlett | 2005-10-26 | 2 | -117/+70 | |
| | | | | | | credentials system for password -> NTLM translation. Andrew Bartlett | |||||
* | r11297: Move the RPC-SCHANNEL test to using the credentials system for | Andrew Bartlett | 2005-10-26 | 1 | -14/+45 | |
| | | | | | | converting username/pass into the NTLM responses. Andrew Bartlett | |||||
* | r11294: Update Heimdal in Samba4 to lorikeet-heimdal (which is in turn updated | Andrew Bartlett | 2005-10-25 | 24 | -690/+1264 | |
| | | | | | | to CVS of 2005-10-24). Andrew Bartlett | |||||
* | r11293: Use the right search when forming the data for the PAC. | Andrew Bartlett | 2005-10-25 | 1 | -2/+2 | |
| | | | | Andrew Bartlett | |||||
* | r11291: Fix implementation of LookupNames4. | Andrew Bartlett | 2005-10-25 | 1 | -1/+9 | |
| | | | | Andrew Bartlett | |||||
* | r11290: Make it clear that Heimdal is always included, no need for the test | Andrew Bartlett | 2005-10-25 | 1 | -10/+10 | |
| | | | | | | any more. Andrew Bartlett | |||||
* | r11289: Fix comment. | Andrew Bartlett | 2005-10-25 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | r11288: Fill out LSA LookupNames4 and LookupSids3, including a server-side | Andrew Bartlett | 2005-10-25 | 2 | -18/+42 | |
| | | | | | | implementation. Andrew Bartlett | |||||
* | r11287: Understand the new behaviour of the LSA pipe on ncacn_ip_tcp in ↵ | Andrew Bartlett | 2005-10-25 | 5 | -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.idl | Andrew Tridgell | 2005-10-25 | 1 | -2/+2 | |
| | ||||||
* | r11282: Fix memory leak in LOCAL-PAC test. | Andrew Bartlett | 2005-10-25 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | r11281: Initial ejs interface for libnet functions. | Rafal Szczesniak | 2005-10-24 | 4 | -1/+149 | |
| | | | | rafal | |||||
* | r11279: it should be only possible to register a 0x1C name, when the ↵ | Stefan Metzmacher | 2005-10-24 | 1 | -0/+6 | |
| | | | | | | NBT_NM_GROUP flag is set metze | |||||
* | r11278: fix compiler warnings | Stefan Metzmacher | 2005-10-24 | 1 | -14/+22 | |
| | | | | metze | |||||
* | r11277: fix compiler warning | Stefan Metzmacher | 2005-10-24 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r11276: fix compiler warnings | Stefan Metzmacher | 2005-10-24 | 1 | -2/+2 | |
| | | | | metze | |||||
* | r11274: Start a connection attempt to the DC's port 389. To do this ↵ | Volker Lendecke | 2005-10-24 | 8 | -118/+312 | |
| | | | | | | | | properly, make socket_connect and ldap_connect properly async. Volker | |||||
* | r11273: Initialise the new server_info->logon_server element. | Andrew Bartlett | 2005-10-24 | 2 | -0/+9 | |
| | | | | Andrew Bartlett | |||||
* | r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensure | Andrew Bartlett | 2005-10-24 | 5 | -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 recursion | Volker Lendecke | 2005-10-24 | 1 | -2/+3 | |
| | ||||||
* | r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb. | Andrew Bartlett | 2005-10-23 | 9 | -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 Lendecke | 2005-10-23 | 1 | -4/+5 | |
| | | | | | | | | was the one I sent to you. Sorry for bothering you. Volker | |||||
* | r11265: add a bunch of owned vs. replica conflict tests | Stefan Metzmacher | 2005-10-23 | 1 | -0/+1414 | |
| | | | | metze | |||||
* | r11264: Winbind does not rely on the hostname resolution mechanisms of | Volker Lendecke | 2005-10-23 | 1 | -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 cleanup | Volker Lendecke | 2005-10-23 | 1 | -133/+38 | |
| | ||||||
* | r11262: Try to get the equivalent of a subcontext in pidl ethereal conformance | Tim Potter | 2005-10-23 | 2 | -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 Potter | 2005-10-22 | 4 | -16/+16 | |
| | | | | the other interfaces. | |||||
* | r11260: Delete a leftover scons file. | Tim Potter | 2005-10-22 | 1 | -21/+0 | |
| | ||||||
* | r11259: Map system_name and handle fields to new hf fields. | Tim Potter | 2005-10-22 | 1 | -0/+40 | |
| | ||||||
* | r11258: Dissect all access_required fields as hex using the same hf. | Tim Potter | 2005-10-22 | 1 | -1/+10 | |
| | ||||||
* | r11257: Add and use output function | Jelmer Vernooij | 2005-10-21 | 3 | -145/+128 | |
| | ||||||
* | r11254: Remove support for [TARGET:foo]-like .mk-file entries | Jelmer Vernooij | 2005-10-21 | 2 | -25/+0 | |
| | | | | (it is already possible to include verbatim make data) | |||||
* | r11252: Make makefile.pm OO and descend from env | Jelmer Vernooij | 2005-10-21 | 3 | -126/+127 | |
| | ||||||
* | r11250: Fix a couple of issues in the heimdal/ dirs. | Jelmer Vernooij | 2005-10-21 | 1 | -2/+1 | |
| | ||||||
* | r11249: More OpenBSD make fixes... | Jelmer Vernooij | 2005-10-21 | 3 | -3/+8 | |
| | ||||||
* | r11248: Fix anon fallback with spnego | Volker Lendecke | 2005-10-21 | 1 | -0/+5 | |
| | ||||||
* | r11247: Add environment class | Jelmer Vernooij | 2005-10-21 | 3 | -85/+123 | |
| | ||||||
* | r11246: Another fix for OpenBSD's make | Jelmer Vernooij | 2005-10-21 | 1 | -2/+2 | |
| | ||||||
* | r11245: Hopefully fix heimdal build on some hosts | Jelmer Vernooij | 2005-10-21 | 2 | -2/+2 | |
| | | | | Fix manpage locations | |||||
* | r11244: Relative path names in .mk files | Jelmer Vernooij | 2005-10-21 | 58 | -1388/+1406 | |
| | ||||||
* | r11243: length and size can now be filled in automatically. | Jelmer Vernooij | 2005-10-21 | 2 | -12/+3 | |
| | ||||||
* | r11241: - fix compiler warning | Stefan Metzmacher | 2005-10-21 | 1 | -2/+2 | |
| | | | | | | - fix comment metze | |||||
* | r11239: Use ${REALM} for the realm in rootdse.ldif | Andrew Bartlett | 2005-10-21 | 8 | -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 |