summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* subunit: Remove unused methods.Jelmer Vernooij2010-09-141-14/+2
* subunit: Use standard functions for addSuccess, addExpectedFail,Jelmer Vernooij2010-09-141-27/+62
* subunit: Use standard addError method implementation.Jelmer Vernooij2010-09-141-9/+11
* subunit: Pass TestCase objects to startTest rather than test name strings.Jelmer Vernooij2010-09-142-8/+5
* subunit: Use subunit standard functions for handling time and progress.Jelmer Vernooij2010-09-142-35/+15
* subunit: Use standard subunit test protocol client, use standard name for sta...Jelmer Vernooij2010-09-143-24/+27
* subunit: Initial work on using the standard TestResult class.Jelmer Vernooij2010-09-142-4/+6
* s3-waf: fix the build after privilege code changes.Günther Deschner2010-09-141-1/+1
* s3: Remove some unnecessary if-statementsVolker Lendecke2010-09-131-10/+5
* Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.Jeremy Allison2010-09-131-1/+1
* ntlm_auth: Fix a valgrind errorVolker Lendecke2010-09-131-1/+1
* s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer2010-09-134-12/+16
* s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer2010-09-136-17/+17
* testdata/samba3/provision_samba3sam.ldif - update also here the maximum domai...Matthias Dieter Wallnöfer2010-09-131-1/+2
* param: Only include param_proto.h for Samba builds, provide thoseJelmer Vernooij2010-09-132-1/+7
* s3: Fix a typoVolker Lendecke2010-09-131-1/+1
* s3: Fix a typo (authentictaion->authentication)Volker Lendecke2010-09-131-1/+3
* s3: Do not directly log off after a pam_logonVolker Lendecke2010-09-131-0/+1
* s3: Fix wbinfo arg for --pam-logonVolker Lendecke2010-09-131-1/+1
* ntlm_check: Fix some nonempty blank linesVolker Lendecke2010-09-131-21/+21
* lib/tdb: change version to 1.2.4 after hash checking improvmentsStefan Metzmacher2010-09-132-2/+2
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-09-133-2/+65
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-09-131-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-09-131-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-09-131-5/+36
* Revert "s4:samldb LDB module - simplify the message handling on add and modif...Matthias Dieter Wallnöfer2010-09-131-26/+33
* s4:samldb LDB module - remove a disastrous "talloc_free"Matthias Dieter Wallnöfer2010-09-121-2/+0
* Revert "s4:util_samr.c - also here we've now the default primaryGroupID detec...Matthias Dieter Wallnöfer2010-09-121-1/+4
* s4:torture/rpc/samr.c - fix typos in outputsMatthias Dieter Wallnöfer2010-09-121-7/+7
* s4:util_samr.c - also here we've now the default primaryGroupID detection wor...Matthias Dieter Wallnöfer2010-09-121-4/+1
* s4:ldap.py - tests the primary group detection by the "userAccountControl"Matthias Dieter Wallnöfer2010-09-121-2/+47
* s4:setup/provision_self_join.ldif - now the samldb LDB module detects automat...Matthias Dieter Wallnöfer2010-09-121-1/+0
* s4:samldb LDB module - "samldb_check_primaryGroupID" - support RID derivation...Matthias Dieter Wallnöfer2010-09-121-1/+5
* libds:flag_mapping.c - introduce a call which maps the "userAccountControl" t...Matthias Dieter Wallnöfer2010-09-121-0/+13
* libds:flag_mapping.c - fix counter variable typesMatthias Dieter Wallnöfer2010-09-121-2/+3
* s4:samldb LDB module - free the "ac" context after the delete checksMatthias Dieter Wallnöfer2010-09-121-1/+4
* s4:samldb LDB module - simplify the message handling on add and modify operat...Matthias Dieter Wallnöfer2010-09-121-33/+28
* s4:samldb LDB module - move "samldb_prim_group_users_check" more down to see ...Matthias Dieter Wallnöfer2010-09-121-41/+41
* s4:samldb LDB module - add a comment to mark the beginning of the extended op...Matthias Dieter Wallnöfer2010-09-121-0/+2
* s4:samldb LDB module - refactor "samldb_find_for_defaultObjectCategory" to be...Matthias Dieter Wallnöfer2010-09-121-94/+22
* s4:samldb LDB module - refactor the "primaryGroupID" check on user creationMatthias Dieter Wallnöfer2010-09-121-137/+39
* s4:samldb LDB module - get rid of the SID context variableMatthias Dieter Wallnöfer2010-09-121-20/+17
* s4:samldb LDB module - use also here the real attribute denomination "sAMAcco...Matthias Dieter Wallnöfer2010-09-121-1/+1
* s4:samldb LDB module - rename "check_SamAccountType" into "check_sAMAccountType"Matthias Dieter Wallnöfer2010-09-121-5/+4
* s4:samldb LDB module - make "samldb_check_sAMAccountName" synchronous againMatthias Dieter Wallnöfer2010-09-121-71/+19
* s4:fsmo.py - fix an obvious typoMatthias Dieter Wallnöfer2010-09-121-1/+1
* s3: Remove a nesting level in winbindd_dual_pam_chauthtokVolker Lendecke2010-09-121-18/+19
* s4:unittest: Test wbinfo --group-info and --gid-infoMatthieu Patou2010-09-111-3/+11
* test_wbinfo.c - count more possible failuresMatthias Dieter Wallnöfer2010-09-111-1/+2
* ldb:tools/cmdline.c - reorganise importsMatthias Dieter Wallnöfer2010-09-111-6/+2