summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:lib/netapi: avoid '//' commentsStefan Metzmacher2011-10-082-3/+3
* dnsserver.idl: avoid '//' commentsStefan Metzmacher2011-10-081-180/+180
* build: build wbinfo only once in the waf buildAndrew Bartlett2011-10-084-14/+7
* build: remove double-setting of build_public_headersAndrew Bartlett2011-10-081-3/+0
* build: s3 public headers appear to be correct nowAndrew Bartlett2011-10-081-3/+0
* selftest: run dfs tests on plugin_s4_dcStefan Metzmacher2011-10-082-0/+4
* s3:modules: add vfs_dfs_samba4Stefan Metzmacher2011-10-083-2/+167
* s3:msdfs: removed unused variablesStefan Metzmacher2011-10-081-209/+0
* s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS()Stefan Metzmacher2011-10-082-86/+32
* s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher2011-10-086-1/+209
* s3:param: add lp_host_msdfs to loadparm_s3_contextStefan Metzmacher2011-10-081-1/+3
* s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher2011-10-082-812/+54
* dfs_server: add generic dfs_server_ad_get_referrals() callStefan Metzmacher2011-10-084-0/+878
* examples/VFS: fix a typo in the READMEMichael Adam2011-10-081-1/+1
* Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.Jeremy Allison2011-10-071-3/+8
* s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OIDStefan Metzmacher2011-10-073-1/+42
* Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher2011-10-072-19/+0
* s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECKStefan Metzmacher2011-10-071-1/+1
* ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher2011-10-071-1/+1
* s4:dsdb: fix the order of DSDB_CONTROL_* defines in samdb.hStefan Metzmacher2011-10-071-10/+10
* uid_wrapper: Add uwrap_setresuid().Andreas Schneider2011-10-072-0/+17
* uid_wrapper: Add uwrap_setregid().Andreas Schneider2011-10-072-0/+17
* uid_wrapper: Add uwrap_setreuid().Andreas Schneider2011-10-072-0/+17
* s4-param copy print_parameter and equal_parameter in from source3Andrew Bartlett2011-10-071-10/+24
* s3-param Remove odd formatting to allow code mergeAndrew Bartlett2011-10-071-18/+18
* s3-param: inline octal_string into caller to allow code mergeAndrew Bartlett2011-10-071-3/+6
* param: Use a bool to hold boolean parametersAndrew Bartlett2011-10-072-8/+8
* s3-param use Auto define for lm_announce defaultAndrew Bartlett2011-10-071-1/+1
* ldb: use ldb directly rather than via a copyAndrew Bartlett2011-10-078-740/+7
* build: ndrdump is only built with wafAndrew Bartlett2011-10-071-2/+0
* build: Remove obsolete --enable/disable-merged-buildAndrew Bartlett2011-10-071-1/+0
* build: Remove _SAMBA_WAF_BUILD_Andrew Bartlett2011-10-072-5/+4
* autobuild: Remove s3-waf from autobuildAndrew Bartlett2011-10-071-8/+1
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-0713-447/+49
* s4-dsdb: special case for deleted objects one way linkAndrew Tridgell2011-10-071-4/+17
* s4-dsdb: don't display links to deleted objectsAndrew Tridgell2011-10-071-9/+42
* s4-dsdb: fixed one_way_link calculationAndrew Tridgell2011-10-071-1/+2
* s4-dsdb: fixed behaviour of show_deleted and show_recycled controlAndrew Tridgell2011-10-071-38/+71
* s4-dsdb: fixed the check_optional_feature() callAndrew Tridgell2011-10-071-19/+24
* s3:lib: remove unused/empty modules.cStefan Metzmacher2011-10-062-23/+1
* selftest/Samba3: enable uid wrapper in nmbd, winbindd and smbdStefan Metzmacher2011-10-061-0/+6
* s3:configure.developer: add --enable-uid-wrapperStefan Metzmacher2011-10-061-0/+1
* s3: Use the uid_wrapperVolker Lendecke2011-10-068-5/+17
* uid_wrapper: We have talloc_array_length, no need for an explicit lengthVolker Lendecke2011-10-061-9/+9
* lib/util: consolidate module loadingAndrew Bartlett2011-10-063-33/+37
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-066-8/+8
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-062-3/+2
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-062-14/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-0631-303/+346
* s3-module allow libreplace to provide dlopen replacementAndrew Bartlett2011-10-061-24/+0