summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-08selftest: run dfs tests on plugin_s4_dcStefan Metzmacher2-0/+4
2011-10-08s3:modules: add vfs_dfs_samba4Stefan Metzmacher3-2/+167
2011-10-08s3:msdfs: removed unused variablesStefan Metzmacher1-209/+0
2011-10-08s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS()Stefan Metzmacher2-86/+32
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher6-1/+209
2011-10-08s3:param: add lp_host_msdfs to loadparm_s3_contextStefan Metzmacher1-1/+3
2011-10-08s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher2-812/+54
2011-10-08dfs_server: add generic dfs_server_ad_get_referrals() callStefan Metzmacher4-0/+878
2011-10-08examples/VFS: fix a typo in the READMEMichael Adam1-1/+1
2011-10-07Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.Jeremy Allison1-3/+8
2011-10-07s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OIDStefan Metzmacher3-1/+42
2011-10-07Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher2-19/+0
2011-10-07s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECKStefan Metzmacher1-1/+1
2011-10-07ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher1-1/+1
2011-10-07s4:dsdb: fix the order of DSDB_CONTROL_* defines in samdb.hStefan Metzmacher1-10/+10
2011-10-07uid_wrapper: Add uwrap_setresuid().Andreas Schneider2-0/+17
2011-10-07uid_wrapper: Add uwrap_setregid().Andreas Schneider2-0/+17
2011-10-07uid_wrapper: Add uwrap_setreuid().Andreas Schneider2-0/+17
2011-10-07s4-param copy print_parameter and equal_parameter in from source3Andrew Bartlett1-10/+24
2011-10-07s3-param Remove odd formatting to allow code mergeAndrew Bartlett1-18/+18
2011-10-07s3-param: inline octal_string into caller to allow code mergeAndrew Bartlett1-3/+6
2011-10-07param: Use a bool to hold boolean parametersAndrew Bartlett2-8/+8
2011-10-07s3-param use Auto define for lm_announce defaultAndrew Bartlett1-1/+1
2011-10-07ldb: use ldb directly rather than via a copyAndrew Bartlett8-740/+7
2011-10-07build: ndrdump is only built with wafAndrew Bartlett1-2/+0
2011-10-07build: Remove obsolete --enable/disable-merged-buildAndrew Bartlett1-1/+0
2011-10-07build: Remove _SAMBA_WAF_BUILD_Andrew Bartlett2-5/+4
2011-10-07autobuild: Remove s3-waf from autobuildAndrew Bartlett1-8/+1
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett13-447/+49
2011-10-07s4-dsdb: special case for deleted objects one way linkAndrew Tridgell1-4/+17
2011-10-07s4-dsdb: don't display links to deleted objectsAndrew Tridgell1-9/+42
2011-10-07s4-dsdb: fixed one_way_link calculationAndrew Tridgell1-1/+2
2011-10-07s4-dsdb: fixed behaviour of show_deleted and show_recycled controlAndrew Tridgell1-38/+71
2011-10-07s4-dsdb: fixed the check_optional_feature() callAndrew Tridgell1-19/+24
2011-10-06s3:lib: remove unused/empty modules.cStefan Metzmacher2-23/+1
2011-10-06selftest/Samba3: enable uid wrapper in nmbd, winbindd and smbdStefan Metzmacher1-0/+6
2011-10-06s3:configure.developer: add --enable-uid-wrapperStefan Metzmacher1-0/+1
2011-10-06s3: Use the uid_wrapperVolker Lendecke8-5/+17
2011-10-06uid_wrapper: We have talloc_array_length, no need for an explicit lengthVolker Lendecke1-9/+9
2011-10-06lib/util: consolidate module loadingAndrew Bartlett3-33/+37
2011-10-06modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett6-8/+8
2011-10-06lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2-3/+2
2011-10-06lib/util: Remove unused module loading functionsAndrew Bartlett2-14/+2
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett31-303/+346
2011-10-06s3-module allow libreplace to provide dlopen replacementAndrew Bartlett1-24/+0
2011-10-06samba-tool: add support for fixing broken backlinks in dbcheckAndrew Tridgell1-20/+32
2011-10-06s4-dsdb: allow deletion of backlinks if DSDB_CONTROL_DBCHECK givenAndrew Tridgell2-1/+5
2011-10-06s4-dsdb: added DSDB_CONTROL_DBCHECKAndrew Tridgell3-0/+5
2011-10-06ldb: support raw OIDs in control string parsingAndrew Tridgell2-0/+19
2011-10-06ldb: fixed memory leak in control string parsingAndrew Tridgell1-0/+24