Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-15 | s3: Fix Coverity ID 2280: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2281: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2282: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2283: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2284: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2285: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2286: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2287: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_CreateKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2288: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2289: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2290: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteKey. | |||||
2011-03-15 | s3: Read uidNumber/gidNumber in pdb_ads_sid_to_id | Volker Lendecke | 1 | -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 | |||||
2011-03-15 | s3: Remove some unused code | Volker Lendecke | 2 | -43/+0 | |
2011-03-15 | s3: "hex_encode" does the same as "binary_string" | Volker Lendecke | 1 | -1/+1 | |
2011-03-15 | s3-waf: enable public_headers_allow_broken | Andrew Tridgell | 1 | -0/+3 | |
2011-03-15 | s3-waf: enable public header building in s3 | Andrew Tridgell | 1 | -0/+7 | |
2011-03-15 | Re-enable base.tcondev test for S3, now we pass it correctly. | Jeremy Allison | 1 | -1/+0 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 15 00:59:37 CET 2011 on sn-devel-104 | |||||
2011-03-14 | Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on Samba | Jeremy Allison | 1 | -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. | |||||
2011-03-14 | s3: Change tldap_entry_attributes to the "array,count" convention | Volker Lendecke | 3 | -5/+7 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104 | |||||
2011-03-14 | s3: Fix bug 8009 - net rap session cannot get username | Volker Lendecke | 1 | -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 | |||||
2011-03-14 | s3: Fix the talloc hierarchy in shadow_copy2_connectpath | Volker Lendecke | 1 | -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 | |||||
2011-03-14 | s3: This module needs rewriting... | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104 | |||||
2011-03-13 | librpc/rpc: move DCERPC_ flags to rpc_common.h | Stefan Metzmacher | 1 | -54/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 20:45:53 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s3:librpc/rpc: add DCERPC_ANON_FALLBACK flag | Stefan Metzmacher | 1 | -0/+2 | |
With this they're in sync with source4. metze | |||||
2011-03-13 | librpc/rpc: move struct dcerpc_binding to rpc_common.h | Stefan Metzmacher | 1 | -15/+0 | |
metze | |||||
2011-03-13 | s3:librpc/rpc: add target_principal to struct dcerpc_binding | Stefan Metzmacher | 2 | -1/+2 | |
This brings the source3 copy in sync with the source4 copy of struct dcerpc_binding. metze | |||||
2011-03-13 | librpc/rpc: move enum dcerpc_transport_t to rpc_common.h | Stefan Metzmacher | 1 | -10/+5 | |
metze | |||||
2011-03-13 | s3: Enhance error messages in idmap_tdb2_init_hwm | Volker Lendecke | 1 | -8/+9 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 13 12:59:37 CET 2011 on sn-devel-104 | |||||
2011-03-13 | Revert "s3: Fix bug 8009" | Volker Lendecke | 1 | -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 | |||||
2011-03-12 | s3: Fix bug 8009 | Volker Lendecke | 1 | -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 | |||||
2011-03-11 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104 | |||||
2011-03-11 | librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h | Stefan Metzmacher | 1 | -145/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104 | |||||
2011-03-11 | s3:librpc/rpc: remove unused dcerpc_pipe define hack | Stefan Metzmacher | 1 | -10/+0 | |
metze | |||||
2011-03-11 | s3:idmap_ldap: fix a few typos in a comment | Michael Adam | 1 | -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 | |||||
2011-03-11 | s3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4. | Günther Deschner | 1 | -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 | |||||
2011-03-10 | s3-build: remove -I../lib/addns. | Günther Deschner | 4 | -5/+3 | |
Guenther | |||||
2011-03-10 | waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat". | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2011-03-10 | s3-waf: fix typo. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-03-10 | s3-selftest: run a couple of dgram NBT tests against s3. | Günther Deschner | 2 | -1/+4 | |
Guenther | |||||
2011-03-10 | s3: sid->domain_sid in winbindd_samr sam_rids_to_names | Volker Lendecke | 1 | -8/+8 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 19:33:47 CET 2011 on sn-devel-104 | |||||
2011-03-10 | Quite some callers of sid_split_rid do not care about the rid | Volker Lendecke | 8 | -21/+11 | |
2011-03-10 | s3: Fix paranoia check in sam_rids_to_names | Volker Lendecke | 1 | -4/+2 | |
2011-03-09 | s3-selftest: properly move connect to seal options. | Günther Deschner | 1 | -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 | |||||
2011-03-09 | s3-selftest: no point in testing smb2 via ncacn_ip_tcp. | Günther Deschner | 1 | -9/+13 | |
Guenther | |||||
2011-03-09 | s3-selftest: remove *ncacn_ip_tcp* from knownfail list. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-09 | s3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req(). | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-03-09 | libsmbclient: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 9 11:19:36 CET 2011 on sn-devel-104 | |||||
2011-03-09 | s3-rpc_server: Remove unused _rpc_ep_register. | Andreas Schneider | 1 | -29/+0 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Mar 9 10:32:32 CET 2011 on sn-devel-104 | |||||
2011-03-09 | s3-rpc_server: Use the new endpoint register functions. | Andreas Schneider | 1 | -14/+14 | |
2011-03-09 | s3-rpc_server: Add tevent based endpoint setup functions. | Andreas Schneider | 1 | -0/+121 | |