Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-25 | lib/charset: Remove an unused variable | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Dec 25 15:07:56 CET 2011 on sn-devel-104 | |||||
2011-12-25 | s3: Fix fn signatures in charset_macosx.c | Volker Lendecke | 2 | -6/+6 | |
2011-12-25 | s3: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+1 | |
2011-12-25 | s3: Fix linking on Lion | Volker Lendecke | 1 | -0/+8 | |
We are using CoreFoundation functions in charset_macosx.c. We need to link against that. | |||||
2011-12-25 | tdb: Use tdb_parse_record in tdb_update_hash | Volker Lendecke | 1 | -11/+15 | |
This avoids a tdb_fetch, thus a malloc/memcpy/free in the tdb_store path | |||||
2011-12-25 | tdb: Use tdb_parse_record in tdb_update_hash | Volker Lendecke | 1 | -12/+16 | |
This avoids a tdb_fetch, thus a malloc/memcpy/free in the tdb_store path | |||||
2011-12-25 | libreplace: Don't check for standards.h on darwin (Lion) | Volker Lendecke | 1 | -2/+10 | |
standards.h on Lion holds a #warning that standards.h will be removed. This is annoying during the build. | |||||
2011-12-25 | Fix bug #8679 - recvfile code path using splice() on Linux leaves data in ↵ | Jeremy Allison | 1 | -3/+2 | |
the pipe on short write Bug found and fix suggested by Andrew Bartlett. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sun Dec 25 07:46:38 CET 2011 on sn-devel-104 | |||||
2011-12-23 | lib: Fix NT_STATUS_ALL_SIDS_FILTERED definition | Volker Lendecke | 1 | -1/+1 | |
This seems to be more in line with all the other NT_STATUS definitions. Metze, please check. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 23 23:19:17 CET 2011 on sn-devel-104 | |||||
2011-12-23 | s3:lib/ctdbd_conn: try ctdbd_init_connection() as root | Stefan Metzmacher | 1 | -0/+2 | |
ctdbd_traverse is only called if the main db_context is already open. So if we could get to information via dbwrap_fetch, we should also be able to traverse. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 23 18:19:14 CET 2011 on sn-devel-104 | |||||
2011-12-23 | s4:torture/rpc/netlogon.c - factor out the computer name check in an own test | Matthias Dieter Wallnöfer | 1 | -11/+61 | |
This check is by no ways specific to "DsRGetSiteName" and hence it should be factored out in an own function. Samba at the moment does not implement the expected behaviour so I have added the "torture_skip" action. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 23 12:17:48 CET 2011 on sn-devel-104 | |||||
2011-12-23 | s4:netlogon RPC server - dcesrv_netr_DsRGetSiteName - add a small explaination | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
NETLOGON pipe is only thought for DCs. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-23 | s4:libcli/finddcs_nbt.c - free "req" consistently with "finddcs_cldap.c" | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
It is more obvious to free where the context for the first time appears. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-23 | ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse" | Matthias Dieter Wallnöfer | 1 | -7/+1 | |
We should ignore the LDB result. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-23 | s4:drsuapi/getncchanges: the default for isRecycled is FALSE | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Dec 23 09:30:09 CET 2011 on sn-devel-104 | |||||
2011-12-23 | s4-drsuapi: we store boolean in upppercase so we need to test them in uppercase | Matthieu Patou | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-23 | s4-kcc: Remove also deleted objects that are not in the Deleted Object container | Matthieu Patou | 2 | -2/+38 | |
For the configuration container we do a full scan at every run of the kcc-delete service. For the base DN we introduce a new parameter that avoid the full scan to kick just when samba starts. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-23 | s4-ldb: Add isRecycled when is defined in the schema | Matthieu Patou | 1 | -3/+9 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-23 | s4:rpc-dnsserver: Set the rank for the new DNS record correctly | Amitay Isaacs | 1 | -0/+8 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Fri Dec 23 07:56:34 CET 2011 on sn-devel-104 | |||||
2011-12-23 | test:dnsserver: Add zone creation and deletion test | Amitay Isaacs | 1 | -0/+51 | |
2011-12-23 | samba-tool:dns: Fix a typo | Amitay Isaacs | 1 | -1/+1 | |
2011-12-23 | samba-tool:dns: Add zone create/delete commands | Amitay Isaacs | 1 | -0/+85 | |
2011-12-23 | ldif-handler: Fix the case for attribute dnsproperty | Amitay Isaacs | 1 | -1/+1 | |
2011-12-23 | s4:rpc-dnsserver: Add comments | Amitay Isaacs | 1 | -0/+7 | |
2011-12-23 | s4:rpc-dnsserver: Make sure that zone information is filled in | Amitay Isaacs | 1 | -0/+10 | |
This fixes the problem of NULL zone in zone operations when specific zone is specified and no zone filter is specified. | |||||
2011-12-23 | s4:rpc-dnsserver: Implement zone management RPC operations | Amitay Isaacs | 3 | -2/+436 | |
- ZoneCreate operation to create zone. - DeleteZoneFromDs operation to delete zone When a zone is deleted, all the records in that zone are also deleted. | |||||
2011-12-23 | s4:rpc-dnsserver: Add multiple DNS records in a single operation | Amitay Isaacs | 1 | -11/+16 | |
This allows to add dnsNode objectclass with multiple DNS records in a single operation. Useful for creating @ record which has NS and SOA records. | |||||
2011-12-23 | s4:rpc-dnsserver: Use handy macros for error checking | Amitay Isaacs | 1 | -11/+3 | |
2011-12-23 | s4:rpc-dnsserver: Implement DirectoryPartitionInfo RPC operation | Amitay Isaacs | 3 | -1/+151 | |
2011-12-23 | s4:rpc-dnsserver: Fix the enumeration of DNS records | Amitay Isaacs | 1 | -0/+10 | |
If a node has data and children, do not return the children unless the node is the top level node. | |||||
2011-12-23 | s4:rpc-dnsserver: Use cached zone information to get rootservers | Amitay Isaacs | 1 | -9/+6 | |
This removes the hardcoded search for DC=RootDNSServers, and uses the cached zone information. | |||||
2011-12-23 | idl:dnsserver: Add DNS_DP_STATE enumeration for diretory partition state | Amitay Isaacs | 1 | -1/+8 | |
2011-12-23 | s4:rpc-dnsserver: Implement EnumDirectoryPartition operation | Amitay Isaacs | 2 | -1/+36 | |
2011-12-23 | s4:rpc-dnsserver: Cache DNS partition information | Amitay Isaacs | 4 | -89/+151 | |
This information will be used for the RPC calls for partition information. | |||||
2011-12-23 | s4:rpc-dnsserver: If a zone is reverse zone, set the fReverse flag | Amitay Isaacs | 2 | -3/+14 | |
And use fReverse flag in the enumeration of zones. | |||||
2011-12-23 | s4:rpc-dnsserver: For PTR records, use dns_name_equal instead of strcmp to ↵ | Amitay Isaacs | 1 | -1/+1 | |
compare | |||||
2011-12-23 | samba-tool:dns: Add support for reverse names (PTR records) | Amitay Isaacs | 1 | -5/+33 | |
2011-12-23 | s4-provision: Set dNSProperty attribute for dns zones | Amitay Isaacs | 1 | -2/+71 | |
2011-12-22 | s3-librpc Use gensec_sig_size() instead of a fixed NTLMSSP_SIG_SIZE | Andrew Bartlett | 1 | -2/+7 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 22 20:57:27 CET 2011 on sn-devel-104 | |||||
2011-12-22 | s3-rpc_server: Rework pipe_ntlmssp_auth_bind() to be generic | Andrew Bartlett | 3 | -25/+63 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-rpc_server: Allow gensec mechanisms to return NT_STATUS_OK | Andrew Bartlett | 1 | -2/+2 | |
If a kerberos mechanism is added, then it can return OK after just one packet. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-rpc_server: rename pipe_ntlmssp_verify_final() to ↵ | Andrew Bartlett | 1 | -3/+3 | |
pipe_auth_generic_verify_final() Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-rpc_server: Rename dcesrv_ntlmssp.[ch] to dcesrv_auth_generic.[ch] | Andrew Bartlett | 6 | -5/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-rpc_server rename NTLMSSP functions to auth_generic..() | Andrew Bartlett | 4 | -11/+11 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-rpc_server rename ntlmssp_server_auth_start() -> auth_generic_server_start() | Andrew Bartlett | 4 | -5/+9 | |
By adding an OID parameter we can make this routine generic to any gensec module that may be made available. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-rpc_server remove unused header | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-auth split the auth_generic functions into a seperate file | Andrew Bartlett | 5 | -159/+194 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-rpc_server request both sign and seal for clarity | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly | Andrew Bartlett | 5 | -14/+9 | |
This makes it clear that this can support more than just NTLMSSP. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-22 | s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare() | Andrew Bartlett | 7 | -13/+13 | |
This function handles more than NTLMSSP now, at least when we are an AD DC and so changing the name may avoid some confusion in the future. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |