Age | Commit message (Expand) | Author | Files | Lines |
2009-04-23 | Add async support for reply_tcon* and ntvfs_connect | Sam Liddicott | 2 | -70/+105 |
2009-04-23 | s4:test Include 'source4' in directories to find lcov in | Andrew Bartlett | 1 | -1/+1 |
2009-04-23 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel | Andrew Bartlett | 9 | -6/+48 |
2009-04-23 | s4:test Fix 'make lcov' in Samba4 | Andrew Bartlett | 1 | -2/+2 |
2009-04-23 | s4:samr Use ldb_context * rather than void * | Andrew Bartlett | 1 | -1/+1 |
2009-04-23 | Fix Coverity ID 628, Andrew B., please check! | Volker Lendecke | 1 | -1/+1 |
2009-04-23 | errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL | Kai Blin | 1 | -1/+1 |
2009-04-22 | errormap: Add wbcErr to NTSTATUS mappings | Kai Blin | 1 | -0/+37 |
2009-04-22 | s4-build: Also search ../nsswitch for make (c|e)tags | Kai Blin | 1 | -1/+1 |
2009-04-22 | s4:ldb: fix extrasemi compile warning | Björn Jacke | 1 | -1/+1 |
2009-04-22 | s4:ldb: do talloc_free and return NULL when we have no matches to return | Björn Jacke | 1 | -0/+4 |
2009-04-22 | libcli: fix a "not handled in switch" compile warning | Björn Jacke | 1 | -0/+1 |
2009-04-22 | ѕ4: fix a "not handled in switch" compile warning | Björn Jacke | 1 | -0/+2 |
2009-04-21 | Fix make install; don't install drsuapi.h and fix the location of | Jelmer Vernooij | 1 | -1/+1 |
2009-04-21 | Revert "Use an absolute path to ensure that we can always regenerate tables.c" | Stefan Metzmacher | 1 | -2/+0 |
2009-04-21 | Move the security_descriptor utility code to the top-level. | Jelmer Vernooij | 3 | -535/+2 |
2009-04-21 | Add str() for policy_handles. | Andrew Bartlett | 2 | -2/+17 |
2009-04-21 | python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha... | Andrew Bartlett | 2 | -0/+49 |
2009-04-21 | python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__... | Andrew Bartlett | 3 | -0/+141 |
2009-04-20 | Fix Samba 4 Makefile to also clean ../libgpo | Wilco Baan Hofman | 1 | -1/+1 |
2009-04-20 | Move some headers around to avoid confusion. | Wilco Baan Hofman | 1 | -2/+6 |
2009-04-20 | Move some headers around to avoid confusion. | Wilco Baan Hofman | 1 | -0/+0 |
2009-04-20 | Make the gpo files build for samba 4. | Wilco Baan Hofman | 4 | -0/+286 |
2009-04-20 | Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct secu... | Wilco Baan Hofman | 2 | -0/+29 |
2009-04-20 | Add ../libgpo to samba4 srcdir list in rules.mk. | Wilco Baan Hofman | 1 | -1/+1 |
2009-04-20 | Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct... | Wilco Baan Hofman | 3 | -20/+61 |
2009-04-20 | Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo. | Wilco Baan Hofman | 2 | -0/+309 |
2009-04-20 | Move gpo_sec to top-level. | Jelmer Vernooij | 1 | -1/+1 |
2009-04-20 | s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send() | Stefan Metzmacher | 2 | -8/+9 |
2009-04-20 | s4:librpc/rpc: remove async argument from the sync dcerpc_request() function | Stefan Metzmacher | 6 | -10/+8 |
2009-04-20 | s4:librpc/rpc: only use smb_trans for sync rpc calls | Stefan Metzmacher | 1 | -2/+16 |
2009-04-20 | s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid test | Stefan Metzmacher | 1 | -10/+8 |
2009-04-20 | s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercases | Stefan Metzmacher | 1 | -1/+1 |
2009-04-20 | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 11 | -40/+192 |
2009-04-20 | s4:selftest: ignore smb2.lease test for now | Stefan Metzmacher | 1 | -0/+1 |
2009-04-20 | Add a unit test for security_descriptor.as_sddl() without arguments. | Jelmer Vernooij | 1 | -0/+10 |
2009-04-20 | Make domain sid argument to as_sddl() optional. | Jelmer Vernooij | 1 | -3/+12 |
2009-04-20 | Fix the valid NetBIOS name tests. | Jelmer Vernooij | 1 | -3/+3 |
2009-04-20 | s4-smbtorture: test all levels in test_GetJob(). | Günther Deschner | 1 | -8/+23 |
2009-04-19 | Remove unused headers | Andrew Bartlett | 4 | -9/+2 |
2009-04-17 | s4-smbtorture: Skip Job pause and resume on paused printers for Samba 3 for now. | Günther Deschner | 1 | -2/+6 |
2009-04-17 | s4-smbtorture: rework test_EnumPrinterDrivers() a little to succeed with s3. | Günther Deschner | 1 | -10/+13 |
2009-04-17 | s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue. | Günther Deschner | 1 | -0/+7 |
2009-04-17 | s4-smbtorture: disable CreateUser2 tests when running RPC-SAMR-PASSWORDS-PWDLAST | Günther Deschner | 1 | -1/+3 |
2009-04-17 | s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263. | Günther Deschner | 2 | -0/+89 |
2009-04-17 | s4-smbtorture: Fix crash in RPC-LSA-LOOKUP | Günther Deschner | 1 | -0/+2 |
2009-04-16 | Use an absolute path to ensure that we can always regenerate tables.c | Andrew Bartlett | 1 | -0/+2 |
2009-04-16 | Fix Samba4 build errors with common libcli/samsync | Andrew Bartlett | 5 | -6/+5 |
2009-04-15 | s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK. | Günther Deschner | 1 | -7/+15 |
2009-04-15 | s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon. | Günther Deschner | 1 | -6/+8 |