summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix cross-realm authentication in Samba4's KDC.Andrew Bartlett2008-10-061-3/+5
* Allow the PAC to be passed along during cross-realm authenticationAndrew Bartlett2008-10-061-18/+16
* Use the trust password version as kvno for trusts in Kerberos.Andrew Bartlett2008-10-061-0/+7
* Start implementing AD-style trusted domains in Samba4's NETLOGON serverAndrew Bartlett2008-10-061-2/+50
* Store trusted domain passwords in the LSA serverAndrew Bartlett2008-10-061-4/+64
* Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett2008-10-061-3/+14
* Add in secure channel type used by AD trustsAndrew Bartlett2008-10-061-3/+5
* Clarify use of manual parsers in trustInOutBlob (drsblobs.idl)Andrew Bartlett2008-10-061-4/+6
* Implement 'type unknown' names in the CrackNames code.Andrew Bartlett2008-10-063-11/+50
* Remove compleatly bogus rename test in partitions module.Andrew Bartlett2008-10-061-17/+0
* Remove DESCRIPTION from generated schema lines.Andrew Bartlett2008-10-062-24/+11
* Fix Domain Trust creation with Windows 2008 (and many other tools)Andrew Bartlett2008-10-061-1/+5
* idmap_adex: Add more debugging to the basic search function.Gerald (Jerry) Carter2008-10-061-0/+18
* idmap_adex: Add log messages to dc_add_domain for easier debugging.Gerald (Jerry) Carter2008-10-061-0/+8
* s4:rpc_server: tell the gensec layer that we want to do header signingStefan Metzmacher2008-10-061-0/+4
* s4:gensec: pass down want_features to the spnego backend mechStefan Metzmacher2008-10-063-1/+24
* If name_to_fqdn fails, retry with the dns domain the DC gave usVolker Lendecke2008-10-061-3/+8
* Log in the parent winbind log where a request is goingVolker Lendecke2008-10-061-0/+4
* Add netlogond auth methodVolker Lendecke2008-10-064-1/+330
* Add dyn_NCALRPCDIRVolker Lendecke2008-10-064-0/+26
* Store a local schannel key in secrets.tdbVolker Lendecke2008-10-063-0/+29
* s4:blackbox/test_ldb: test search by <GUID=...> and <SID=...>Stefan Metzmacher2008-10-061-0/+25
* Fix some nonempty blank linesVolker Lendecke2008-10-051-25/+25
* smbd3 is unhappy if stderr is not openVolker Lendecke2008-10-051-1/+2
* Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke2008-10-051-1/+1
* Remove an unused variableVolker Lendecke2008-10-051-1/+0
* Fix some missing error handlingsVolker Lendecke2008-10-053-2/+8
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-051-0/+8
* Fix an uninitialized variable warningVolker Lendecke2008-10-051-0/+2
* remove dependencies on my home domainAndrew Tridgell2008-10-051-2/+3
* removed some debug lines I left in the last commitAndrew Tridgell2008-10-051-4/+0
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-10-0414-192/+200
|\
| * Fix an unlikely memleak found by the IBM checkerVolker Lendecke2008-10-041-0/+2
| * Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-041-0/+1
| * Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke2008-10-041-0/+1
| * "gwen/cc" does not like the double const :-)Volker Lendecke2008-10-041-1/+1
| * Fix the build farm. In this branch cli_echo returns NTSTATUS.Jeremy Allison2008-10-031-1/+4
| * Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-033-3/+24
| * Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-037-188/+148
| * Document "cups connection timeout".Jeremy Allison2008-10-031-0/+20
* | updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-037-60/+211
* | expanded the netlogon test to better simulate the WSPP NRPC test thatAndrew Tridgell2008-10-031-1/+9
* | fixed the ldb blackbox test to work with non-bourne shells (as neededAndrew Tridgell2008-10-031-7/+7
|/
* Merge commit 'master/master'Andrew Tridgell2008-10-0340-647/+1313
|\
| * net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-031-13/+12
| * libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter2008-10-031-2/+2
| * Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer2008-10-031-22/+20
| * Fix crash bugs in error paths: ac is not yet initialized here, and we don'tSimo Sorce2008-10-021-27/+18
| * Don't reject a successful alloc :-(.Jeremy Allison2008-10-021-1/+1
| * s4:blackblox/test_ldb: test searches via wellknownObjectsStefan Metzmacher2008-10-021-0/+62