Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-19 | s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hostname" | Matthias Dieter Wallnöfer | 1 | -25/+37 | |
- Performs the short computer name check against the sam account name. - Enhances the LogonGetDomainInfo testsuite which checks the NULL "dns_hostname" behaviour Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Nov 19 12:50:33 CET 2010 on sn-devel-104 | |||||
2010-11-16 | s4-eventlog: fixed dcerpc handle return | Andrew Tridgell | 1 | -4/+12 | |
2010-11-16 | Update dcerpc_server.pc library name to match reality. | Brad Hards | 1 | -1/+1 | |
2010-11-15 | smb_server: Build as shared module. | Jelmer Vernooij | 1 | -1/+1 | |
2010-11-15 | s4: Build ldap and samba3_smb services as shared modules. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 15 03:04:41 UTC 2010 on sn-devel-104 | |||||
2010-11-15 | s4-server: make server sockets a child of the task context | Andrew Tridgell | 1 | -4/+4 | |
We previously allocated sockets as direct children of the event context. That led to crashes if a service called task_server_terminate(), as it left the socket open and handling events for a dead protocol. Making them a child of the task allows the task to terminate and take all its sockets with it. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-13 | s4-drs: fixed a crash in writspn | Andrew Tridgell | 1 | -2/+8 | |
sam_ctx_system may be NULL for non-privileged users Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 13 08:52:53 UTC 2010 on sn-devel-104 | |||||
2010-11-09 | s4:rpc_server/drsuapi: don't ask for constructed "distinguishedName" if we ↵ | Stefan Metzmacher | 1 | -1/+0 | |
don't use it metze | |||||
2010-11-09 | s4:rpc_server/drsuapi: make msg_attrs static const | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2010-11-09 | s4:rpc_server/drsuapi: let dcesrv_drsuapi_DsGetNCChanges() use ↵ | Stefan Metzmacher | 1 | -5/+1 | |
DSDB_SECRET_ATTRIBUTES We should replicate all secret attributes back to other DCs. metze | |||||
2010-11-08 | s4:drsuapi RPC server - writespn.c - fix indentations | Matthias Dieter Wallnöfer | 1 | -15/+24 | |
2010-11-08 | s4-drs: allow bypass of writespn checking for some SPNs | Andrew Tridgell | 1 | -1/+111 | |
this allows accounts (and in particular RODCs) to make SPN updates on their own account if they take the form SERVICE/hostname we may be able to remove this in the future after some changes in our ACL checking for userPrincipalName Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 8 08:45:16 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | samdb: Lowercase library name. | Jelmer Vernooij | 1 | -4/+4 | |
2010-11-06 | s4:samr RPC server - "dcesrv_samr_RemoveMemberFromForeignDomain" | Matthias Dieter Wallnöfer | 1 | -12/+6 | |
- Remove TODO comment: MS-SAMR 3.1.5.8.7 explicitly states: "The SamrRemoveMemberFromForeignDomain method removes a member from all aliases." - Remove the search attributes since they aren't strictly needed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 6 18:07:57 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | s4-drs: reduce the memory usage of the getncchanges server | Andrew Tridgell | 1 | -21/+69 | |
we now keep just a list of GUIDs around between getncchanges calls, instead of an entire db search. This makes the overhead of having a pending getncchanges call much smaller. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-03 | s4:RPC server - always set the response pad data in base of the request one | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
Otherwise it could remain uninitialised - should fix bug #7769. | |||||
2010-11-03 | s4:RPC server - cosmetic fixes - indentation, comments | Matthias Dieter Wallnöfer | 3 | -7/+9 | |
2010-11-01 | s4-modules: get rid of the remaining static prototypes for modules | Andrew Tridgell | 1 | -14/+2 | |
the waf build now generates the prototype declarations for us | |||||
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 2 | -14/+14 | |
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | |||||
2010-10-31 | s4:netlogon RPC server - "LogonGetDomainInfo" - always check the LDB return ↵ | Matthias Dieter Wallnöfer | 1 | -31/+57 | |
codes Plus some cosmetic indentation fixes Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 31 19:26:45 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | s4:netlogon RPC server - point out that the "LogonGetDomainInfo" ↵ | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
"servicePrincipalName" generation is still needed | |||||
2010-10-31 | s4:drsuapi RPC server - fix counter variables | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -250/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4:samr RPC server - the LDB error codes for adding or deleting a group ↵ | Matthias Dieter Wallnöfer | 1 | -4/+2 | |
member have changed | |||||
2010-10-30 | s4:rpc_server/common.h - quiet compilation warnings | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
2010-10-30 | s4-rpc: split the dcesrv reply code out of dcerpc_server | Andrew Tridgell | 5 | -175/+261 | |
this allows us to remove a dependency on the dcerpc_server from code that uses rpc forwarding Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-30 | s4-smbd: don't initialise process models more than once | Andrew Tridgell | 1 | -1/+1 | |
this also removes the event_context parameter from process model initialisation. It isn't needed, and is confusing when a process model init can be called from more than one place, possibly with different event contexts. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-29 | s4:samr RPC server - fix trailing whitespaces | Matthias Dieter Wallnöfer | 3 | -268/+268 | |
2010-10-29 | s4:samr RPC server - fix indentation of function parameters | Matthias Dieter Wallnöfer | 1 | -29/+30 | |
2010-10-29 | s4:samr RPC server - DomainGeneralInformation - never return NULL on the oem ↵ | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
name As far as I can tell Windows SAMR never returns NULL on unknown values in this call. | |||||
2010-10-29 | s4:samr RPC server - provide the right "ReplicaSourceNodeName" | Matthias Dieter Wallnöfer | 1 | -12/+16 | |
It's the content of the "domainReplica" attribute if it exists and has only a meaning on interim/mixed domain function levels (with NT4 dcs). | |||||
2010-10-29 | s4:samr RPC server - remove wrong implementation of ReplicaSourceNodeName | Matthias Dieter Wallnöfer | 1 | -20/+7 | |
This should represent a replication partner - never the DC iself | |||||
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-26 | waf: Don't auto-lowercase library names. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-25 | s4:samr RPC server - "dcesrv_samr_info_DomGeneralInformation" - count always ↵ | Matthias Dieter Wallnöfer | 1 | -4/+6 | |
all type of groups One pair are universal an global groups (on the SAMR pipe called "groups") and the other one are the domain and builtin local groups (on the SAMR pipe called "aliases"). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 19:37:27 UTC 2010 on sn-devel-104 | |||||
2010-10-25 | s4:samr RPC server - remove a somewhat pointless comment | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Regardless if groups and users do exist in the builtin domain or not we do count always all users, groups and aliases. | |||||
2010-10-25 | s4:"samdb_search_count" - introduce a "mem_ctx" parameter | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
All other "samdb_search_*" calls do have one - why "samdb_search_count" doesn't? Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 17:42:33 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed ↵ | Matthias Dieter Wallnöfer | 1 | -10/+6 | |
strings They can be substituted by "ldb_msg_add_string" if the string was already talloc'ed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 24 20:03:27 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 1 | -1/+1 | |
Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4: Rename LIBEVENTS to libevents. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4:rpc_server/netlogon: netr_ServerAuthenticate3 should return ↵ | Stefan Metzmacher | 1 | -8/+8 | |
NO_TRUST_SAM_ACCOUNT If we can't find the account we should return NT_STATUS_NO_TRUST_SAM_ACCOUNT instead of NT_STATUS_ACCESS_DENIED. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 10:05:35 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4:rpc_server/netlogon: netr_ServerAuthenticate3 should reject invalid ↵ | Stefan Metzmacher | 1 | -3/+15 | |
sec_channel_types early metze | |||||
2010-10-23 | s4:rpc_server/netlogon: netr_ServerAuthenticate3 should check the challenge ↵ | Stefan Metzmacher | 1 | -5/+5 | |
after the account metze | |||||
2010-10-23 | s4:rpc_server/netlogon: fix comment in netr_DsRGetDCName() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-10-23 | s4:rpc_server/netlogon: handle DC_RETURN_NETBIOS and DC_RETURN_DNS in ↵ | Stefan Metzmacher | 1 | -3/+28 | |
netr_DsRGetDCNameEx2() metze |