summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3Andrew Bartlett2011-04-142-9/+9
| | | | | | The s3 function doesn't use the keytab_container concept. Andrew Bartlett
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-1412-299/+166
| | | | | | | | | This requires a small rework of the build system to ensure that the correct #define statements are made in both the s3 and top level builds. We now define the various HAVE_ macros in config.h at all times, using heimdal_build/wscript_configure when that is in use. Andrew Bartlett
* s3-lib Remove very unused (#if 0) strncpynAndrew Bartlett2011-04-141-25/+0
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 14 06:27:31 CEST 2011 on sn-devel-104
* s3-lib Remove unused string_appendAndrew Bartlett2011-04-142-23/+0
|
* s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett2011-04-143-43/+41
|
* s3-lib Remove unused str_ascii_charnum()Andrew Bartlett2011-04-142-19/+0
|
* s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett2011-04-143-14/+13
|
* libcli/ldap Re-add ldap_ndr.h as a public headerAndrew Bartlett2011-04-141-1/+1
| | | | | | as noticed by Brad Hards Andrew Bartlett
* s4/libcli: do not use netbios name in NTLMv2 blobs w/o spnegoChristian Ambach2011-04-141-4/+22
| | | | | | | | | | | | | | | | | | | I have seen domain controllers rejecting NTLMv2 blobs presented to NetrLogonSamLogonEx with LOGON_FAILURE when the MsvAvNbComputerName was a FQDN or an IP address I have not seen this field in NTLMv2 blobs send by Windows clients when extended security was not available, so omitting the field makes Samba similar to Windows. This prevents errors with some smbtorture testcases that disable spnego and when a target name is specified that is not a valid netbios name. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 14 02:19:08 CEST 2011 on sn-devel-104
* libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach2011-04-141-5/+12
| | | | | | | when no hostname is given, leave away the MsvAvNbComputerName part of the ntlmv2 blob Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4/libcli: do not announce NT error code support when it is disabledChristian Ambach2011-04-141-1/+4
| | | | | | | | when the support of NT error codes has been disabled in the options of a CLI connection, support for them should not be announced during protocol negotiation Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3: only include smb profiling where needed.Günther Deschner2011-04-1423-9/+25
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104
* s3-waf: add --with-profiling-data configure option.Günther Deschner2011-04-142-1/+6
| | | | Guenther
* s3: fix the build of --with-profiling-data.Günther Deschner2011-04-141-0/+1
| | | | Guenther
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-147-24/+27
| | | | Guenther
* s3-includes: absolutely no need to globally include debugparse.hGünther Deschner2011-04-141-1/+0
| | | | Guenther
* s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner2011-04-143-4/+3
| | | | Guenther
* s3-includes: remove unused schema_types enum.Günther Deschner2011-04-141-3/+0
| | | | Guenther
* s3-includes: move struct pipe_open_rec to srvsvc rpc server.Günther Deschner2011-04-142-10/+9
| | | | Guenther
* Fix WAF build for sids2xids.Jeremy Allison2011-04-141-1/+4
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 14 00:33:53 CEST 2011 on sn-devel-104
* s3: Add a test for sid2xidsVolker Lendecke2011-04-133-0/+62
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add some debug to winbindd_sids_to_xidsVolker Lendecke2011-04-131-0/+6
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Use wbcSidsToUnixIds in create_local_tokenVolker Lendecke2011-04-133-6/+126
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* nsswitch: Add wbinfo --sids-to-unix-idsVolker Lendecke2011-04-131-0/+78
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* libwbclient: Add wbcSidsToUnixIdsVolker Lendecke2011-04-132-1/+124
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke2011-04-134-0/+311
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke2011-04-133-1/+111
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Make idmap_find_domain publicVolker Lendecke2011-04-132-1/+2
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add is_domain_onlineVolker Lendecke2011-04-132-0/+6
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* nsswitch: wbinfo --lookup-sidsVolker Lendecke2011-04-131-0/+63
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* lib: Move next_token next to next_token_tallocVolker Lendecke2011-04-132-47/+46
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* libwbclient: Add wbcLookupSidsVolker Lendecke2011-04-132-0/+193
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add winbindd_lookupsidsVolker Lendecke2011-04-135-1/+158
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add wb_lookupsidsVolker Lendecke2011-04-133-0/+610
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-135-3/+130
| | | | | | This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Make parse_sidlist publicVolker Lendecke2011-04-133-34/+33
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Simplify parse_sidlistVolker Lendecke2011-04-131-17/+9
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* Add dom_sid_parse_endpVolker Lendecke2011-04-132-2/+14
| | | | | | | This returns a pointer to the first non-parsed character, along the lines of strtoul for example. Signed-off-by: Jeremy Allison <jra@samba.org>
* Don't print "success" message after error message in ↵Jeremy Allison2011-04-131-9/+8
| | | | change_file_owner_to_parent(). Remove "goto" in change_dir_owner_to_parent().
* s3-build: finally remove references to ndr and dcerpc headers that were ↵Günther Deschner2011-04-133-4/+0
| | | | | | | | | included globally. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 23:07:05 CEST 2011 on sn-devel-104
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-1329-25/+84
| | | | Guenther
* s3-netapi: remove two shadowed variables.Günther Deschner2011-04-131-2/+0
| | | | Guenther
* s3:WHATSNEW.txt: remove the "strict allocate" default valueStefan Metzmacher2011-04-131-1/+0
| | | | | | | | | | | commit dc36d75d5fddaa351025e8eb8140f401b66aeb9d reverted the change to true, because it makes Samba unusable on systems without Linux and a modern Filesystem. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Apr 13 21:21:10 CEST 2011 on sn-devel-104
* s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().Günther Deschner2011-04-131-1/+1
| | | | | | | | | | | | Make sure we use a timeout of 60 seconds, not 60 milliseconds... This prevented us from successfully using the ncacn_ip_tcp client in a lot of places, I guess. Guenther Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 18:59:19 CEST 2011 on sn-devel-104
* s3-util_sock: very brief documentation for open_socket_out().Günther Deschner2011-04-131-0/+10
| | | | | | | The most important bit is to document that timeout is in MILLIseconds, not seconds. Guenther
* s3: Make send_nt_replies() staticVolker Lendecke2011-04-132-8/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 16:25:29 CEST 2011 on sn-devel-104
* talloc: fix compiler warnings with -Wc++-compatStefan Metzmacher2011-04-131-5/+5
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Apr 13 14:33:23 CEST 2011 on sn-devel-104
* s3: Fix Coverity ID 2470: STRAY_SEMICOLONVolker Lendecke2011-04-131-1/+1
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 12:57:43 CEST 2011 on sn-devel-104
* s3: Use talloc_tos() in the S3 buildVolker Lendecke2011-04-131-1/+7
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 09:30:55 CEST 2011 on sn-devel-104
* build: Bring DYNCONFIG into samba-util library to avoid symbol duplicationAndrew Bartlett2011-04-132-6/+6
| | | | | | | | | | When this was depended on directly as a subsystem, it ended up in multiple libraries. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 13 08:39:35 CEST 2011 on sn-devel-104