Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add str() for policy_handles. | Andrew Bartlett | 2009-04-21 | 2 | -2/+17 |
| | | | | Pair programmed with Jelmer | ||||
* | python/dcerpc: Custom implementations of policy_handle.__init__ and ↵ | Andrew Bartlett | 2009-04-21 | 2 | -0/+49 |
| | | | | | | policy_handle.__repr__ pair-programmed with Jelmer | ||||
* | python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵ | Andrew Bartlett | 2009-04-21 | 3 | -0/+141 |
| | | | | GUID.__cmp__. | ||||
* | Fix Samba 4 Makefile to also clean ../libgpo | Wilco Baan Hofman | 2009-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move some headers around to avoid confusion. | Wilco Baan Hofman | 2009-04-20 | 1 | -2/+6 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move some headers around to avoid confusion. | Wilco Baan Hofman | 2009-04-20 | 1 | -0/+0 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Make the gpo files build for samba 4. | Wilco Baan Hofman | 2009-04-20 | 4 | -0/+286 |
| | | | | | | Only gpt.ini remaining. Not suitable for merge yet, samba 3 is currently broken due to some changed public API. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct ↵ | Wilco Baan Hofman | 2009-04-20 | 2 | -0/+29 |
| | | | | | | security_token. Fix build errors. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Add ../libgpo to samba4 srcdir list in rules.mk. | Wilco Baan Hofman | 2009-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵ | Wilco Baan Hofman | 2009-04-20 | 3 | -20/+61 |
| | | | | | | | | function to samba 3. Move prototypes to root libgpo where appropriate. gpo_ldap.c now compiles for both samba 3 and 4. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo. | Wilco Baan Hofman | 2009-04-20 | 2 | -0/+309 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move gpo_sec to top-level. | Jelmer Vernooij | 2009-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send() | Stefan Metzmacher | 2009-04-20 | 2 | -8/+9 |
| | | | | | | The caller should decide if async is desired it should be harcoded per call. metze | ||||
* | s4:librpc/rpc: remove async argument from the sync dcerpc_request() function | Stefan Metzmacher | 2009-04-20 | 6 | -10/+8 |
| | | | | metze | ||||
* | s4:librpc/rpc: only use smb_trans for sync rpc calls | Stefan Metzmacher | 2009-04-20 | 1 | -2/+16 |
| | | | | | | | | Over named pipes we can only do one smb_trans at a time, otherwise we're getting NT_STATUS_PIPE_BUSY. Async rpc calls need to use smb_read/write only. metze | ||||
* | s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid test | Stefan Metzmacher | 2009-04-20 | 1 | -10/+8 |
| | | | | | | As we want sync calls... metze | ||||
* | s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercases | Stefan Metzmacher | 2009-04-20 | 1 | -1/+1 |
| | | | | metze | ||||
* | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 2009-04-20 | 11 | -40/+192 |
|\ | |||||
| * | s4:selftest: ignore smb2.lease test for now | Stefan Metzmacher | 2009-04-20 | 1 | -0/+1 |
| | | | | | | | | metze | ||||
| * | Add a unit test for security_descriptor.as_sddl() without arguments. | Jelmer Vernooij | 2009-04-20 | 1 | -0/+10 |
| | | |||||
| * | Make domain sid argument to as_sddl() optional. | Jelmer Vernooij | 2009-04-20 | 1 | -3/+12 |
| | | |||||
| * | Fix the valid NetBIOS name tests. | Jelmer Vernooij | 2009-04-20 | 1 | -3/+3 |
| | | |||||
| * | s4-smbtorture: test all levels in test_GetJob(). | Günther Deschner | 2009-04-20 | 1 | -8/+23 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: Skip Job pause and resume on paused printers for Samba 3 for now. | Günther Deschner | 2009-04-17 | 1 | -2/+6 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: rework test_EnumPrinterDrivers() a little to succeed with s3. | Günther Deschner | 2009-04-17 | 1 | -10/+13 |
| | | | | | | | | | | | | Yes, I feel dirty for this but promise to come back and fix appropriately. Guenther | ||||
| * | s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue. | Günther Deschner | 2009-04-17 | 1 | -0/+7 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: disable CreateUser2 tests when running RPC-SAMR-PASSWORDS-PWDLAST | Günther Deschner | 2009-04-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | against Samba3. Samba 3 does not (yet) get all the ACB_flag settings right upon creation. Guenther | ||||
| * | s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263. | Günther Deschner | 2009-04-17 | 2 | -0/+89 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: Fix crash in RPC-LSA-LOOKUP | Günther Deschner | 2009-04-17 | 1 | -0/+2 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK. | Günther Deschner | 2009-04-15 | 1 | -7/+15 |
| | | | | | | | | | | | | Also disable security descriptor based tests while testing samba3. Guenther | ||||
| * | s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon. | Günther Deschner | 2009-04-15 | 1 | -6/+8 |
| | | | | | | | | Guenther | ||||
* | | Remove unused headers | Andrew Bartlett | 2009-04-19 | 4 | -9/+2 |
| | | |||||
* | | Use an absolute path to ensure that we can always regenerate tables.c | Andrew Bartlett | 2009-04-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | I had trouble building Samba3 in a merged build, perhaps because I was also building Samba4 in that tree. Andrew Bartlett | ||||
* | | Fix Samba4 build errors with common libcli/samsync | Andrew Bartlett | 2009-04-16 | 5 | -6/+5 |
| | | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 2009-04-15 | 4 | -1/+49 |
|\| | | | | | | | libcli-auth-merge-without-netlogond | ||||
| * | Enable software rollout through AD | Matthias Dieter Wallnöfer | 2009-04-15 | 1 | -0/+10 |
| | | | | | | | | | | | | This enables the sofware rollout feature in Samba4 Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
| * | Try and fix the S4 build - include thread includes. | Jeremy Allison | 2009-04-14 | 1 | -0/+4 |
| | | | | | | | | Jeremy. | ||||
| * | s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call. | Günther Deschner | 2009-04-14 | 1 | -0/+3 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test. | Günther Deschner | 2009-04-14 | 1 | -1/+32 |
| | | | | | | | | Guenther | ||||
* | | Rework to use new API for common netlogon credential chaining | Andrew Bartlett | 2009-04-14 | 2 | -13/+19 |
| | | |||||
* | | Link in the common samsync decryption code | Andrew Bartlett | 2009-04-14 | 1 | -0/+1 |
| | | |||||
* | | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 2009-04-14 | 23 | -321/+316 |
| | | | | | | | | | | | | | | In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett | ||||
* | | Push schannel_state.c into the top level. | Andrew Bartlett | 2009-04-14 | 2 | -284/+1 |
| | | | | | | | | | | | | This is the server side state for netlogon credential chaining Andrew Bartlett | ||||
* | | Use common samsync delta decryption functions in libnet_samsync.c | Andrew Bartlett | 2009-04-14 | 1 | -134/+2 |
| | | | | | | | | Andrew Bartlett | ||||
* | | Port Samba4 to the new combined libcli/auth functions | Andrew Bartlett | 2009-04-14 | 4 | -48/+5 |
| | | | | | | | | | | | | | | For example, some of the new shared functionality was previously in the wkssvc torture test. Andrew Bartlett | ||||
* | | Move ntlm_check.h into the common libcli/auth | Andrew Bartlett | 2009-04-14 | 1 | -76/+0 |
| | | |||||
* | | Move MSRPC-PARSE into the common libcli/auth | Andrew Bartlett | 2009-04-14 | 2 | -374/+0 |
| | | | | | | | | This is a depenceny of smbencrypt.c | ||||
* | | Move DRSUAPI per-attribute decryption into a common file | Andrew Bartlett | 2009-04-14 | 5 | -276/+15 |
| | | | | | | | | | | | | | | This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett | ||||
* | | Move libcli/auth to the top level | Andrew Bartlett | 2009-04-14 | 10 | -2260/+1 |
|/ | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 2009-04-14 | 2 | -40/+46 |
|\ |