summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-winbindd: Do not use WBC_ types internally in winbinddAndrew Bartlett2012-05-021-3/+5
* s3:passdb: remove a forward declaration of wbcSidToUnixId that has become unn...Michael Adam2012-05-021-1/+0
* s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistencyMichael Adam2012-05-023-4/+4
* s3-passdb: Use struct unixid in sids_to_unix_idsAndrew Bartlett2012-05-023-24/+39
* s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarityAndrew Bartlett2012-05-021-3/+3
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-029-161/+147
* selftest: make the knownfail patterns for the driver_info_winreg more specificMichael Adam2012-05-021-2/+2
* s4-provision: Fix up --use-s3fs to create the directory for xattr.tdbAndrew Bartlett2012-05-021-4/+8
* s4-wintest: --use-s3fs in wintestAndrew Bartlett2012-05-021-1/+2
* s4-provision: Fix --use-s3fs to parse correctlyAndrew Bartlett2012-05-021-1/+1
* testsuite/libsmbclient: Remove unused and expensive-to-link testsuiteAndrew Bartlett2012-05-02149-11526/+0
* selftest: 'store dos attributes = yes' is now set in fileserver.confAndrew Bartlett2012-05-021-4/+0
* s4-provision: set 'dcerpc endpoint servers' but not 'vfs objects'Andrew Bartlett2012-05-021-1/+1
* file_server: set 'store dos attributes = yes'Andrew Bartlett2012-05-021-0/+5
* selftest: run more raw.samba3 against secshare simple file serverAndrew Bartlett2012-05-021-1/+1
* selftest: Run smbtorture tests being run against s3dc against plugin_s4_dc as...Andrew Bartlett2012-05-021-3/+7
* selftest: Do not start samba4 srvsvc in plugin_s4_dc modeAndrew Bartlett2012-05-021-1/+1
* selftest: add hooks required for printing to Samba4.pmAndrew Bartlett2012-05-021-0/+16
* selftest: mark samba3.raw.samba3checkfsp as flapping on plugin_s4_dcAndrew Bartlett2012-05-022-2/+4
* selftest: mark samba3.raw.acls.inheritance(plugin_s4_dc) as flappingAndrew Bartlett2012-05-022-4/+4
* selftest: add knownfail entries for plugin_s4_dc testsAndrew Bartlett2012-05-021-0/+112
* selftest: change knownfail to cope with running plugin_s4_dc as wellAndrew Bartlett2012-05-021-1/+1
* file_server: use embedded srvsvcAndrew Bartlett2012-05-021-0/+1
* file_server: Use the embedded winreg serverAndrew Bartlett2012-05-021-0/+1
* file_server: use embedded ntsvcs serverAndrew Bartlett2012-05-021-0/+1
* file_server: use embedded eventlog serverAndrew Bartlett2012-05-021-0/+1
* file_server: forward dssetup, but use embedded svcctl for s3fsAndrew Bartlett2012-05-021-1/+1
* selftest: Use same pattern for path to share as Samba3.pmAndrew Bartlett2012-05-021-13/+15
* selftest: Add hideunread share to plugin_s4_dcAndrew Bartlett2012-05-021-0/+3
* selftest: run plugin_s4_dc with 'acl_xattr xattr_tdb streams_depot' VFS modulesAndrew Bartlett2012-05-021-0/+1
* selftest: prepare to run smbtorture tests against plugin_s4_dcAndrew Bartlett2012-05-021-10/+47
* selftest: attempt to test samba3hide in a different environmentAndrew Bartlett2012-05-022-0/+5
* selftest: Enable ACL testing against the s3dc environmentAndrew Bartlett2012-05-023-10/+5
* s3-smbd: Use security_session_user_level() rather than nt_token_check_sid()Andrew Bartlett2012-05-021-13/+1
* s3:torture fix flakey testcaseChristian Ambach2012-05-021-6/+20
* s3:selftest run LOCAL-IDMAP-TDB-COMMON in make testChristian Ambach2012-05-011-0/+1
* s3:torture: add idmap_tdb_common test codeChristian Ambach2012-05-015-3/+1038
* s3:winbindd/idmap_tdb: use idmap_tdb_common codeChristian Ambach2012-05-011-558/+18
* s3:winbindd/idmap_tdb2: fix logic error in set_mapping_actionChristian Ambach2012-05-011-1/+1
* s3:winbindd/idmap_tdb2: use idmap_tdb_common codeChristian Ambach2012-05-011-357/+91
* s3:winbindd/autorid use idmap_tdb_common code in autoridChristian Ambach2012-05-011-86/+227
* s3:winbindd add idmap_tdb_common file to store common code of TDB idmap backendsChristian Ambach2012-05-014-2/+796
* s3:util add sid_check_is_wellknown_builtin()Christian Ambach2012-05-012-0/+28
* move VERSION to alpha21Andrew Bartlett2012-05-011-2/+2
* prepare WHATSNEW for alpha20 and mark as releaseAndrew Bartlett2012-05-012-43/+37
* s4-upgradedns: Update serverdn with only the attributes that have changedAmitay Isaacs2012-05-011-11/+21
* Fix bug #8873 - self granting privileges in security=ads.Jeremy Allison2012-05-011-4/+12
* Fix the loop unrolling inside resolve_ads(). If we don't getJeremy Allison2012-04-301-34/+73
* Protect all of the name resolution methods from returning null addrs. Ensure ...Jeremy Allison2012-04-301-9/+19
* Fix convert_ss2service() to filter out zero addresses.Jeremy Allison2012-04-301-12/+33