summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Fix Coverity ID 2284: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue.
* s3: Fix Coverity ID 2285: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue.
* s3: Fix Coverity ID 2286: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2287: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_CreateKey.
* s3: Fix Coverity ID 2288: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2289: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey.
* s3: Fix Coverity ID 2290: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteKey.
* s3: Read uidNumber/gidNumber in pdb_ads_sid_to_idVolker Lendecke2011-03-151-29/+45
| | | | | | | Question: How shall we allocate those? Something like the rid allocator? Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 09:59:55 CET 2011 on sn-devel-104
* s3: Remove some unused codeVolker Lendecke2011-03-152-43/+0
|
* s3: "hex_encode" does the same as "binary_string"Volker Lendecke2011-03-151-1/+1
|
* s3-waf: enable public_headers_allow_brokenAndrew Tridgell2011-03-151-0/+3
|
* s3-waf: enable public header building in s3Andrew Tridgell2011-03-151-0/+7
|
* Re-enable base.tcondev test for S3, now we pass it correctly.Jeremy Allison2011-03-151-1/+0
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 15 00:59:37 CET 2011 on sn-devel-104
* Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on SambaJeremy Allison2011-03-141-2/+6
| | | | | | | | | | | When pulling non-aligned ucs2 strings, we neglected to add in the pad byte to the buffer length we've eaten. This caused the device string in TCONX (which seems to be one of the few places that uses non-aligned ucs2 strings) to be incorrectly read. Volker please check. Jeremy.
* s3: Change tldap_entry_attributes to the "array,count" conventionVolker Lendecke2011-03-143-5/+7
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104
* s3: Fix bug 8009 - net rap session cannot get usernameVolker Lendecke2011-03-141-1/+1
| | | | | | | | | Looking in [MS-RAP].pdf - these strings are always 4 bytes as an offset in the rparam area, the string length is the size in the rdata area. Se we must always return we have consumed 4 param bytes. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Mar 14 20:09:09 CET 2011 on sn-devel-104
* s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke2011-03-141-2/+9
| | | | | | | | We have to return on talloc_tos() because we don't have a mem_ctx given to us. So we have to create a separate temporary talloc context. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 19:21:11 CET 2011 on sn-devel-104
* s3: This module needs rewriting...Volker Lendecke2011-03-141-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104
* librpc/rpc: move DCERPC_ flags to rpc_common.hStefan Metzmacher2011-03-131-54/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 20:45:53 CET 2011 on sn-devel-104
* s3:librpc/rpc: add DCERPC_ANON_FALLBACK flagStefan Metzmacher2011-03-131-0/+2
| | | | | | With this they're in sync with source4. metze
* librpc/rpc: move struct dcerpc_binding to rpc_common.hStefan Metzmacher2011-03-131-15/+0
| | | | metze
* s3:librpc/rpc: add target_principal to struct dcerpc_bindingStefan Metzmacher2011-03-132-1/+2
| | | | | | | This brings the source3 copy in sync with the source4 copy of struct dcerpc_binding. metze
* librpc/rpc: move enum dcerpc_transport_t to rpc_common.hStefan Metzmacher2011-03-131-10/+5
| | | | metze
* s3: Enhance error messages in idmap_tdb2_init_hwmVolker Lendecke2011-03-131-8/+9
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 13 12:59:37 CET 2011 on sn-devel-104
* Revert "s3: Fix bug 8009"Volker Lendecke2011-03-131-1/+1
| | | | | | | This reverts commit 1829891391d978e8dd322cdbd3320e30e5c78b72. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 13 10:33:25 CET 2011 on sn-devel-104
* s3: Fix bug 8009Volker Lendecke2011-03-121-1/+1
| | | | | | | Jeremy, please check! Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Mar 12 11:39:41 CET 2011 on sn-devel-104
* s3: Fix a typoVolker Lendecke2011-03-111-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104
* librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.hStefan Metzmacher2011-03-111-145/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104
* s3:librpc/rpc: remove unused dcerpc_pipe define hackStefan Metzmacher2011-03-111-10/+0
| | | | metze
* s3:idmap_ldap: fix a few typos in a commentMichael Adam2011-03-111-3/+4
| | | | | | | and use the chance to reformat the comment properly... Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Mar 11 01:29:09 CET 2011 on sn-devel-104
* s3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4.Günther Deschner2011-03-111-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 11 00:42:27 CET 2011 on sn-devel-104
* s3-build: remove -I../lib/addns.Günther Deschner2011-03-104-5/+3
| | | | Guenther
* waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat".Günther Deschner2011-03-101-1/+3
| | | | Guenther
* s3-waf: fix typo.Günther Deschner2011-03-101-1/+1
| | | | Guenther
* s3-selftest: run a couple of dgram NBT tests against s3.Günther Deschner2011-03-102-1/+4
| | | | Guenther
* s3: sid->domain_sid in winbindd_samr sam_rids_to_namesVolker Lendecke2011-03-101-8/+8
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 19:33:47 CET 2011 on sn-devel-104
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-108-21/+11
|
* s3: Fix paranoia check in sam_rids_to_namesVolker Lendecke2011-03-101-4/+2
|
* s3-selftest: properly move connect to seal options.Günther Deschner2011-03-091-2/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 9 13:13:06 CET 2011 on sn-devel-104
* s3-selftest: no point in testing smb2 via ncacn_ip_tcp.Günther Deschner2011-03-091-9/+13
| | | | Guenther
* s3-selftest: remove *ncacn_ip_tcp* from knownfail list.Günther Deschner2011-03-091-1/+0
| | | | Guenther
* s3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req().Günther Deschner2011-03-091-0/+3
| | | | Guenther
* libsmbclient: Fix a typoVolker Lendecke2011-03-091-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 9 11:19:36 CET 2011 on sn-devel-104
* s3-rpc_server: Remove unused _rpc_ep_register.Andreas Schneider2011-03-091-29/+0
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Mar 9 10:32:32 CET 2011 on sn-devel-104
* s3-rpc_server: Use the new endpoint register functions.Andreas Schneider2011-03-091-14/+14
|
* s3-rpc_server: Add tevent based endpoint setup functions.Andreas Schneider2011-03-091-0/+121
|
* s3-rpc_server: Change irritating debug message.Andreas Schneider2011-03-091-7/+7
|
* s3-rpc_client: Don't ask endpoint mapper for its own port.Andreas Schneider2011-03-091-0/+6
|
* s3-smbd: Increase debug level von context messages.Andreas Schneider2011-03-093-8/+8
|
* s3: Use talloc_tos() in idmap_nss_sids_to_unixidsVolker Lendecke2011-03-081-11/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 8 21:51:58 CET 2011 on sn-devel-104