Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 8 | -8/+8 | |
2008-10-06 | Start implementing AD-style trusted domains in Samba4's NETLOGON server | Andrew Bartlett | 1 | -2/+50 | |
2008-10-06 | Store trusted domain passwords in the LSA server | Andrew Bartlett | 1 | -4/+64 | |
2008-10-06 | s4:rpc_server: tell the gensec layer that we want to do header signing | Stefan Metzmacher | 1 | -0/+4 | |
Note: header signing is still off by default, as the gensec backends don't support it together with seal yet. metze | |||||
2008-10-05 | remove dependencies on my home domain | Andrew Tridgell | 1 | -2/+3 | |
(in other words, don't do commits in airports) | |||||
2008-10-05 | removed some debug lines I left in the last commit | Andrew Tridgell | 1 | -4/+0 | |
2008-10-03 | updated the LSA and NETLOGON servers with fixes resulting from the AD | Andrew Tridgell | 3 | -20/+113 | |
plugfest in Redmond | |||||
2008-10-02 | fixed a talloc error in the rpc handle desctructor - destructors | Andrew Tridgell | 1 | -1/+0 | |
should not try to free the ptr they are given | |||||
2008-09-30 | fixed a number of places in our LSA server where we should return the | Andrew Tridgell | 1 | -11/+13 | |
sid/name array even when all are unmapped. If we don't fill in the array then the windows client runtime crashes | |||||
2008-09-30 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 4 | -34/+40 | |
2008-09-30 | check call status not rpc fault code when calling to different levels | Andrew Tridgell | 1 | -4/+4 | |
of calls | |||||
2008-09-30 | cope with NULL attr | Andrew Tridgell | 1 | -1/+3 | |
2008-09-30 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 3 | -15/+21 | |
2008-09-29 | Rework to match new trustDomainPasswords IDL | Andrew Bartlett | 1 | -5/+5 | |
2008-09-29 | Fix parsing of the trust passwords in LSA CreateTrustedDomainEx* | Andrew Bartlett | 1 | -4/+4 | |
2008-09-30 | s4:rpc_server: correctly handle dcerpc requests with object uuids | Stefan Metzmacher | 2 | -6/+12 | |
metze | |||||
2008-09-30 | dcesrv: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -19/+19 | |
2008-09-29 | WSPP docs say we need to check that root_dir is NULL | Andrew Tridgell | 1 | -0/+6 | |
2008-09-29 | we need to return NT_STATUS_INVALID_PARAMETER for bad levels in | Andrew Tridgell | 1 | -0/+5 | |
lsalookupnames2 | |||||
2008-09-29 | unmapped SIDs should be rid 0 not rid -1 | Andrew Tridgell | 1 | -1/+4 | |
2008-09-29 | added some more well known SIDs - thanks to the WSPP LSAT test suite | Andrew Tridgell | 1 | -1/+42 | |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2 | -2/+2 | |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 | |
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | |||||
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 3 | -20/+19 | |
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | |||||
2008-09-22 | Remove unused parameter from decode_pw_buffer and fail on invalid | Andrew Bartlett | 2 | -8/+5 | |
UTF-16 input The input checking is important, as otherwise we could set the wrong password. Andrew Bartlett | |||||
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 1 | -1/+1 | |
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36. | |||||
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-13 | rpc_server: don't send auth trailers in level connect | Stefan Metzmacher | 2 | -89/+80 | |
Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit 2e3629719790e7631d9de383b565dc8a0997bcfb) | |||||
2008-09-13 | rpc_server: correctly calculate the auth padding | Stefan Metzmacher | 1 | -3/+8 | |
metze (This used to be commit e82468a8f538aa0cf6d477fb54cc0178c0d64574) | |||||
2008-09-08 | Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008. | Andrew Bartlett | 1 | -51/+64 | |
(This used to be commit 07cb8db799cc22685af4bb63285fa10115790ce1) | |||||
2008-09-08 | More work towards trusted domains support in Samba4's LSA | Andrew Bartlett | 1 | -50/+323 | |
Make 'lsar_CreateTrustedDomain' consistant with lsar_CreateTrustedDomainEx{,2} by renaming handle -> policy_handle Implement LSA server logic to create the cn=users trust account for incoming trusts. Andrew Bartlett (This used to be commit d87b655e20b7c38756774cec2e5898af38c46786) | |||||
2008-09-05 | Update copyright, I've been working here many long years... | Andrew Bartlett | 1 | -1/+1 | |
(This used to be commit 842ab594124198453fc88f46ab83b712a7d34dc1) | |||||
2008-09-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -1/+44 | |
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451) | |||||
2008-09-03 | Implement NETLOGON PAC verfication on the server-side | Andrew Bartlett | 1 | -31/+29 | |
This is implemented by means of a message to the KDC, to avoid having to link most of the KDC into netlogon. Andrew Bartlett (This used to be commit 82fcd7941f5c54da2d994c8bd99dd8d86299a296) | |||||
2008-09-01 | Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust. | Andrew Bartlett | 1 | -0/+6 | |
Also check we get the defaults correct with a query in the torture suite. Andrew Bartlett (This used to be commit b55a1b63cc2f7de889f046e975e3414bc5000613) | |||||
2008-08-29 | Start implementing the server-sde NETLOGON PAC verification. | Andrew Bartlett | 1 | -1/+46 | |
(This used to be commit 8741e8fee619cccd84f2f10e00426df1d4f34074) | |||||
2008-08-26 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verify | Andrew Bartlett | 3 | -40/+92 | |
(This used to be commit b706708210a05d6f10474a3cd2bbc550704d4356) | |||||
2008-08-26 | More LSA server and testuite work. | Andrew Bartlett | 1 | -1/+38 | |
- Implement QueryDomainInformationPolicy in Samba4 - Allow RPC-LSA to pass against Windows 2008 (which does not allow the Audit privilage to be removed) Andrew Bartlett (This used to be commit d94c7bbcd6eee6d975eac32a1d172f4164c97137) | |||||
2008-08-26 | Implement matching logic to Windows 2008 on handling of secrets. | Andrew Bartlett | 1 | -16/+8 | |
This is enforced by the new RPC-LSA test. Andrew Bartlett (This used to be commit da200ac64485fd9531b1aa048570c682b680b012) | |||||
2008-08-26 | Fix LSA server to pass more of RPC-LSA and match Windows 2008 | Andrew Bartlett | 1 | -17/+32 | |
This fixes some info levels in the QueryTrustedDomainInfo call, and changes from implementing lsa_Delete to lsa_DeleteObject (which has an explicit close and reutrns a NULL handle). Andrew Bartlett (This used to be commit 1f12c368b2566b378a6c521c389b8b1bafbcf916) | |||||
2008-08-12 | Add GenericInfo level for SamLogon calls from the WSPP IDL. | Andrew Bartlett | 1 | -5/+13 | |
Andrew Bartlett (This used to be commit ea58b650a81b48b0477edbcda1e4e26a3b2a9b9e) | |||||
2008-08-11 | rpc_server: correct the chunk_size depending on the signature size | Stefan Metzmacher | 2 | -6/+14 | |
metze (This used to be commit 20fc0d7bfdaa60d6a8ac939dc64733a91652587e) | |||||
2008-08-07 | rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN | Stefan Metzmacher | 3 | -1/+14 | |
you need "dcesrv:header signing=yes" to enable it. metze (This used to be commit bde2496e6b7034c99243b22434a97aebeb8f75b9) | |||||
2008-07-28 | rpc_server: remove unused variable | Stefan Metzmacher | 1 | -1/+0 | |
metze (This used to be commit c2186d5d60aa2b57ecafaa57f9fd41f2a6717046) | |||||
2008-07-25 | Make a new define to ensure the accoc_group_id we use is always in common. | Andrew Bartlett | 1 | -2/+4 | |
(This used to be commit b62490e3e21b606b66e0737a403b0d170b64cddd) | |||||
2008-07-23 | rpc_server: be more strict with the incoming assoc_group_id | Stefan Metzmacher | 1 | -12/+12 | |
Allow 0 and 0x12345678 only. This fixes the RPC-HANDLES test. metze (This used to be commit c123e597cc84685abf2b0d3564e1a26d80bbef2f) | |||||
2008-07-23 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -0/+11 | |
(This used to be commit ae311d89d2d477b235a6a9294a8bb463ed0a8c05) | |||||
2008-07-23 | The SMB session key must not be more than 16 bytes in SAMR (and | Andrew Bartlett | 1 | -1/+10 | |
presumably LSA). Tests show that Vista requires the sesion key to be truncated for a domain join. Andrew Bartlett (This used to be commit af629a3738298d27eb2dbecf466ceb503cec9638) | |||||
2008-07-23 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -6/+9 | |
(This used to be commit 532ccbbe7aa360440f455dfa136f425b9996e998) |