Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the PAC to be passed along during cross-realm authentication | Andrew Bartlett | 2008-10-06 | 1 | -18/+16 |
| | |||||
* | Use the trust password version as kvno for trusts in Kerberos. | Andrew Bartlett | 2008-10-06 | 1 | -0/+7 |
| | |||||
* | Start implementing AD-style trusted domains in Samba4's NETLOGON server | Andrew Bartlett | 2008-10-06 | 1 | -2/+50 |
| | |||||
* | Store trusted domain passwords in the LSA server | Andrew Bartlett | 2008-10-06 | 1 | -4/+64 |
| | |||||
* | Make RPC-LSA test for enumeration conditions more strict | Andrew Bartlett | 2008-10-06 | 1 | -3/+14 |
| | |||||
* | Add in secure channel type used by AD trusts | Andrew Bartlett | 2008-10-06 | 1 | -3/+5 |
| | |||||
* | Clarify use of manual parsers in trustInOutBlob (drsblobs.idl) | Andrew Bartlett | 2008-10-06 | 1 | -4/+6 |
| | |||||
* | Implement 'type unknown' names in the CrackNames code. | Andrew Bartlett | 2008-10-06 | 3 | -11/+50 |
| | | | | | | This guesses the type by running each of the possible options. Andrew Bartlett | ||||
* | Remove compleatly bogus rename test in partitions module. | Andrew Bartlett | 2008-10-06 | 1 | -17/+0 |
| | |||||
* | Remove DESCRIPTION from generated schema lines. | Andrew Bartlett | 2008-10-06 | 2 | -24/+11 |
| | | | | | | | This is not permitted in the AD aggregate schema, and more trouble than it is worth in the OpenLDAP schema due to escaping issues. Andrew Bartlett | ||||
* | Fix Domain Trust creation with Windows 2008 (and many other tools) | Andrew Bartlett | 2008-10-06 | 1 | -1/+5 |
| | | | | | | | | | | | A dITConentRules attribute (unlike objectClasses) must not contain a 'SUP'. The ADSI layer in Windows would download the whole schema, and validate it. Thanks to the team at Microsoft for very long debugging session to find this. Andrew Bartlett | ||||
* | idmap_adex: Add more debugging to the basic search function. | Gerald (Jerry) Carter | 2008-10-06 | 1 | -0/+18 |
| | | | | Log the dn of all located entries in order to verify search results. | ||||
* | idmap_adex: Add log messages to dc_add_domain for easier debugging. | Gerald (Jerry) Carter | 2008-10-06 | 1 | -0/+8 |
| | | | | Part of continue work on BUG 5806. | ||||
* | s4:rpc_server: tell the gensec layer that we want to do header signing | Stefan Metzmacher | 2008-10-06 | 1 | -0/+4 |
| | | | | | | | Note: header signing is still off by default, as the gensec backends don't support it together with seal yet. metze | ||||
* | s4:gensec: pass down want_features to the spnego backend mech | Stefan Metzmacher | 2008-10-06 | 3 | -1/+24 |
| | | | | metze | ||||
* | If name_to_fqdn fails, retry with the dns domain the DC gave us | Volker Lendecke | 2008-10-06 | 1 | -3/+8 |
| | | | | | | This is a workaround for the cases where you want to join under a netbios name that is different from your hostname, i.e. a name that can not be found in /etc/hosts or dns. In these cases, name_to_fqdn fails or gives invalid results. | ||||
* | Log in the parent winbind log where a request is going | Volker Lendecke | 2008-10-06 | 1 | -0/+4 |
| | |||||
* | Add netlogond auth method | Volker Lendecke | 2008-10-06 | 4 | -1/+330 |
| | | | | | | This authenticates against a local running samba4 using SamLogonEx. We retrieve the machine password using samba4's mymachinepwd script and store the schannel key for re-use in secrets.tdb. | ||||
* | Add dyn_NCALRPCDIR | Volker Lendecke | 2008-10-06 | 4 | -0/+26 |
| | |||||
* | Store a local schannel key in secrets.tdb | Volker Lendecke | 2008-10-06 | 3 | -0/+29 |
| | |||||
* | s4:blackbox/test_ldb: test search by <GUID=...> and <SID=...> | Stefan Metzmacher | 2008-10-06 | 1 | -0/+25 |
| | | | | metze | ||||
* | Fix some nonempty blank lines | Volker Lendecke | 2008-10-05 | 1 | -25/+25 |
| | |||||
* | smbd3 is unhappy if stderr is not open | Volker Lendecke | 2008-10-05 | 1 | -1/+2 |
| | |||||
* | Re-enable build of smb_samba3.c after the rename smbd->samba | Volker Lendecke | 2008-10-05 | 1 | -1/+1 |
| | |||||
* | Remove an unused variable | Volker Lendecke | 2008-10-05 | 1 | -1/+0 |
| | |||||
* | Fix some missing error handlings | Volker Lendecke | 2008-10-05 | 3 | -2/+8 |
| | |||||
* | OS/X does not have rl_done in readline.h | Volker Lendecke | 2008-10-05 | 1 | -0/+8 |
| | |||||
* | Fix an uninitialized variable warning | Volker Lendecke | 2008-10-05 | 1 | -0/+2 |
| | | | | Not sure if we can ever not get domain and dns_domain, but gcc complained | ||||
* | remove dependencies on my home domain | Andrew Tridgell | 2008-10-05 | 1 | -2/+3 |
| | | | | (in other words, don't do commits in airports) | ||||
* | removed some debug lines I left in the last commit | Andrew Tridgell | 2008-10-05 | 1 | -4/+0 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 2008-10-04 | 14 | -192/+200 |
|\ | |||||
| * | Fix an unlikely memleak found by the IBM checker | Volker Lendecke | 2008-10-04 | 1 | -0/+2 |
| | | |||||
| * | Fix an uninitialized variable found by the IBM Checker | Volker Lendecke | 2008-10-04 | 1 | -0/+1 |
| | | |||||
| * | Fix a potential NULL deref in line 258 found by the IBM checker | Volker Lendecke | 2008-10-04 | 1 | -0/+1 |
| | | |||||
| * | "gwen/cc" does not like the double const :-) | Volker Lendecke | 2008-10-04 | 1 | -1/+1 |
| | | |||||
| * | Fix the build farm. In this branch cli_echo returns NTSTATUS. | Jeremy Allison | 2008-10-03 | 1 | -1/+4 |
| | | | | | | | | Jeremy | ||||
| * | Correctly fix smbclient to terminate on eof from server. | Jeremy Allison | 2008-10-03 | 3 | -3/+24 |
| | | | | | | | | Jeremy. | ||||
| * | Simply our main loop processing. A lot :-). Correctly use events for all the ↵ | Jeremy Allison | 2008-10-03 | 7 | -188/+148 |
| | | | | | | | | | | | | | | | | previous "special" cases. A step on the way to adding signals to the events and being able to merge the S3 event system with the S4 one. Jeremy. | ||||
| * | Document "cups connection timeout". | Jeremy Allison | 2008-10-03 | 1 | -0/+20 |
| | | | | | | | | Jeremy. | ||||
* | | updated the LSA and NETLOGON servers with fixes resulting from the AD | Andrew Tridgell | 2008-10-03 | 7 | -60/+211 |
| | | | | | | | | plugfest in Redmond | ||||
* | | expanded the netlogon test to better simulate the WSPP NRPC test that | Andrew Tridgell | 2008-10-03 | 1 | -1/+9 |
| | | | | | | | | we had some trouble with | ||||
* | | fixed the ldb blackbox test to work with non-bourne shells (as needed | Andrew Tridgell | 2008-10-03 | 1 | -7/+7 |
|/ | | | | | | by ubuntu) fixed spelling of 'wellknown' | ||||
* | Merge commit 'master/master' | Andrew Tridgell | 2008-10-03 | 40 | -647/+1313 |
|\ | |||||
| * | net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter. | Gerald (Jerry) Carter | 2008-10-03 | 1 | -13/+12 |
| | | | | | | | | | | This is helpful on multihomed hosts that only require a subset of IP addresses be registered with DNS. | ||||
| * | libaddns: Use the same prerequisite for DDNS update as Windows XP. | Gerald (Jerry) Carter | 2008-10-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Hostname, TYPE: CNAME, CLASS: NONE This has to have been broken for ages. I cannot see how it would have worked in any environment. | ||||
| * | Fix regressions in patchfile after last patch, several other minor fixes. | Matthias Dieter Wallnöfer | 2008-10-03 | 1 | -22/+20 |
| | | |||||
| * | Fix crash bugs in error paths: ac is not yet initialized here, and we don't | Simo Sorce | 2008-10-02 | 1 | -27/+18 |
| | | | | | | | | | | need to call ldb_module_done in the main module functions, we can directly return an error. ldb_module_done() is for callbacks | ||||
| * | Don't reject a successful alloc :-(. | Jeremy Allison | 2008-10-02 | 1 | -1/+1 |
| | | | | | | | | Jeremy. | ||||
| * | s4:blackblox/test_ldb: test searches via wellknownObjects | Stefan Metzmacher | 2008-10-02 | 1 | -0/+62 |
| | | | | | | | | metze | ||||
| * | s4:setup: add wellknownObjects to the domain object | Stefan Metzmacher | 2008-10-02 | 1 | -0/+8 |
| | | | | | | | | metze |