Age | Commit message (Expand) | Author | Files | Lines |
2011-10-08 | s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS() | Stefan Metzmacher | 2 | -86/+32 |
2011-10-08 | s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks | Stefan Metzmacher | 6 | -1/+209 |
2011-10-08 | s3:param: add lp_host_msdfs to loadparm_s3_context | Stefan Metzmacher | 1 | -1/+3 |
2011-10-08 | s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref... | Stefan Metzmacher | 2 | -812/+54 |
2011-10-08 | dfs_server: add generic dfs_server_ad_get_referrals() call | Stefan Metzmacher | 4 | -0/+878 |
2011-10-08 | examples/VFS: fix a typo in the README | Michael Adam | 1 | -1/+1 |
2011-10-07 | Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER. | Jeremy Allison | 1 | -3/+8 |
2011-10-07 | s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID | Stefan Metzmacher | 3 | -1/+42 |
2011-10-07 | Revert "ldb: support raw OIDs in control string parsing" | Stefan Metzmacher | 2 | -19/+0 |
2011-10-07 | s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECK | Stefan Metzmacher | 1 | -1/+1 |
2011-10-07 | ldb/ldb_controls: allow oid up to 255 chars | Stefan Metzmacher | 1 | -1/+1 |
2011-10-07 | s4:dsdb: fix the order of DSDB_CONTROL_* defines in samdb.h | Stefan Metzmacher | 1 | -10/+10 |
2011-10-07 | uid_wrapper: Add uwrap_setresuid(). | Andreas Schneider | 2 | -0/+17 |
2011-10-07 | uid_wrapper: Add uwrap_setregid(). | Andreas Schneider | 2 | -0/+17 |
2011-10-07 | uid_wrapper: Add uwrap_setreuid(). | Andreas Schneider | 2 | -0/+17 |
2011-10-07 | s4-param copy print_parameter and equal_parameter in from source3 | Andrew Bartlett | 1 | -10/+24 |
2011-10-07 | s3-param Remove odd formatting to allow code merge | Andrew Bartlett | 1 | -18/+18 |
2011-10-07 | s3-param: inline octal_string into caller to allow code merge | Andrew Bartlett | 1 | -3/+6 |
2011-10-07 | param: Use a bool to hold boolean parameters | Andrew Bartlett | 2 | -8/+8 |
2011-10-07 | s3-param use Auto define for lm_announce default | Andrew Bartlett | 1 | -1/+1 |
2011-10-07 | ldb: use ldb directly rather than via a copy | Andrew Bartlett | 8 | -740/+7 |
2011-10-07 | build: ndrdump is only built with waf | Andrew Bartlett | 1 | -2/+0 |
2011-10-07 | build: Remove obsolete --enable/disable-merged-build | Andrew Bartlett | 1 | -1/+0 |
2011-10-07 | build: Remove _SAMBA_WAF_BUILD_ | Andrew Bartlett | 2 | -5/+4 |
2011-10-07 | autobuild: Remove s3-waf from autobuild | Andrew Bartlett | 1 | -8/+1 |
2011-10-07 | build: Reduce build systems to just top level waf and autoconf | Andrew Bartlett | 13 | -447/+49 |
2011-10-07 | s4-dsdb: special case for deleted objects one way link | Andrew Tridgell | 1 | -4/+17 |
2011-10-07 | s4-dsdb: don't display links to deleted objects | Andrew Tridgell | 1 | -9/+42 |
2011-10-07 | s4-dsdb: fixed one_way_link calculation | Andrew Tridgell | 1 | -1/+2 |
2011-10-07 | s4-dsdb: fixed behaviour of show_deleted and show_recycled control | Andrew Tridgell | 1 | -38/+71 |
2011-10-07 | s4-dsdb: fixed the check_optional_feature() call | Andrew Tridgell | 1 | -19/+24 |
2011-10-06 | s3:lib: remove unused/empty modules.c | Stefan Metzmacher | 2 | -23/+1 |
2011-10-06 | selftest/Samba3: enable uid wrapper in nmbd, winbindd and smbd | Stefan Metzmacher | 1 | -0/+6 |
2011-10-06 | s3:configure.developer: add --enable-uid-wrapper | Stefan Metzmacher | 1 | -0/+1 |
2011-10-06 | s3: Use the uid_wrapper | Volker Lendecke | 8 | -5/+17 |
2011-10-06 | uid_wrapper: We have talloc_array_length, no need for an explicit length | Volker Lendecke | 1 | -9/+9 |
2011-10-06 | lib/util: consolidate module loading | Andrew Bartlett | 3 | -33/+37 |
2011-10-06 | modules: standardise on samba_init_module as the hook symbol to resolve | Andrew Bartlett | 6 | -8/+8 |
2011-10-06 | lib/util: Use only init_module_fn typedef in module loading | Andrew Bartlett | 2 | -3/+2 |
2011-10-06 | lib/util: Remove unused module loading functions | Andrew Bartlett | 2 | -14/+2 |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 31 | -303/+346 |
2011-10-06 | s3-module allow libreplace to provide dlopen replacement | Andrew Bartlett | 1 | -24/+0 |
2011-10-06 | samba-tool: add support for fixing broken backlinks in dbcheck | Andrew Tridgell | 1 | -20/+32 |
2011-10-06 | s4-dsdb: allow deletion of backlinks if DSDB_CONTROL_DBCHECK given | Andrew Tridgell | 2 | -1/+5 |
2011-10-06 | s4-dsdb: added DSDB_CONTROL_DBCHECK | Andrew Tridgell | 3 | -0/+5 |
2011-10-06 | ldb: support raw OIDs in control string parsing | Andrew Tridgell | 2 | -0/+19 |
2011-10-06 | ldb: fixed memory leak in control string parsing | Andrew Tridgell | 1 | -0/+24 |
2011-10-06 | s4-dsdb: allow groupType update on deleted objects | Andrew Tridgell | 1 | -1/+2 |
2011-10-06 | s4-rodc: use the rodc_replica flag on the partition | Andrew Tridgell | 1 | -2/+2 |
2011-10-06 | s4-rodc: ensure we load replicated partitions for RODCs | Andrew Tridgell | 2 | -46/+35 |