Age | Commit message (Expand) | Author | Files | Lines |
2010-09-14 | subunit: Pass TestCase objects to startTest rather than test name strings. | Jelmer Vernooij | 2 | -8/+5 |
2010-09-14 | subunit: Use subunit standard functions for handling time and progress. | Jelmer Vernooij | 2 | -35/+15 |
2010-09-14 | subunit: Use standard subunit test protocol client, use standard name for sta... | Jelmer Vernooij | 3 | -24/+27 |
2010-09-14 | subunit: Initial work on using the standard TestResult class. | Jelmer Vernooij | 2 | -4/+6 |
2010-09-14 | s3-waf: fix the build after privilege code changes. | Günther Deschner | 1 | -1/+1 |
2010-09-13 | s3: Remove some unnecessary if-statements | Volker Lendecke | 1 | -10/+5 |
2010-09-13 | Fix bug 7409 - Thousands of reduce_name: couldn't get realpath. | Jeremy Allison | 1 | -1/+1 |
2010-09-13 | ntlm_auth: Fix a valgrind error | Volker Lendecke | 1 | -1/+1 |
2010-09-13 | s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L... | Matthias Dieter Wallnöfer | 4 | -12/+16 |
2010-09-13 | s4:cosmetic - the SID attribute is called objectSid - not objectSID | Matthias Dieter Wallnöfer | 6 | -17/+17 |
2010-09-13 | testdata/samba3/provision_samba3sam.ldif - update also here the maximum domai... | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2010-09-13 | param: Only include param_proto.h for Samba builds, provide those | Jelmer Vernooij | 2 | -1/+7 |
2010-09-13 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-09-13 | s3: Fix a typo (authentictaion->authentication) | Volker Lendecke | 1 | -1/+3 |
2010-09-13 | s3: Do not directly log off after a pam_logon | Volker Lendecke | 1 | -0/+1 |
2010-09-13 | s3: Fix wbinfo arg for --pam-logon | Volker Lendecke | 1 | -1/+1 |
2010-09-13 | ntlm_check: Fix some nonempty blank lines | Volker Lendecke | 1 | -21/+21 |
2010-09-13 | lib/tdb: change version to 1.2.4 after hash checking improvments | Stefan Metzmacher | 2 | -2/+2 |
2010-09-13 | tdb: put example hashes into header, so we notice incorrect hash_fn. | Rusty Russell | 3 | -2/+65 |
2010-09-13 | tdb: fix tdb_check() on other-endian tdbs. | Rusty Russell | 1 | -1/+1 |
2010-09-13 | tdb: fix tdb_check() on read-only TDBs to actually work. | Rusty Russell | 1 | -5/+17 |
2010-09-13 | tdb: make check more robust against recovery failures. | Rusty Russell | 1 | -5/+36 |
2010-09-13 | Revert "s4:samldb LDB module - simplify the message handling on add and modif... | Matthias Dieter Wallnöfer | 1 | -26/+33 |
2010-09-12 | s4:samldb LDB module - remove a disastrous "talloc_free" | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2010-09-12 | Revert "s4:util_samr.c - also here we've now the default primaryGroupID detec... | Matthias Dieter Wallnöfer | 1 | -1/+4 |
2010-09-12 | s4:torture/rpc/samr.c - fix typos in outputs | Matthias Dieter Wallnöfer | 1 | -7/+7 |
2010-09-12 | s4:util_samr.c - also here we've now the default primaryGroupID detection wor... | Matthias Dieter Wallnöfer | 1 | -4/+1 |
2010-09-12 | s4:ldap.py - tests the primary group detection by the "userAccountControl" | Matthias Dieter Wallnöfer | 1 | -2/+47 |
2010-09-12 | s4:setup/provision_self_join.ldif - now the samldb LDB module detects automat... | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-09-12 | s4:samldb LDB module - "samldb_check_primaryGroupID" - support RID derivation... | Matthias Dieter Wallnöfer | 1 | -1/+5 |
2010-09-12 | libds:flag_mapping.c - introduce a call which maps the "userAccountControl" t... | Matthias Dieter Wallnöfer | 1 | -0/+13 |
2010-09-12 | libds:flag_mapping.c - fix counter variable types | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-09-12 | s4:samldb LDB module - free the "ac" context after the delete checks | Matthias Dieter Wallnöfer | 1 | -1/+4 |
2010-09-12 | s4:samldb LDB module - simplify the message handling on add and modify operat... | Matthias Dieter Wallnöfer | 1 | -33/+28 |
2010-09-12 | s4:samldb LDB module - move "samldb_prim_group_users_check" more down to see ... | Matthias Dieter Wallnöfer | 1 | -41/+41 |
2010-09-12 | s4:samldb LDB module - add a comment to mark the beginning of the extended op... | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2010-09-12 | s4:samldb LDB module - refactor "samldb_find_for_defaultObjectCategory" to be... | Matthias Dieter Wallnöfer | 1 | -94/+22 |
2010-09-12 | s4:samldb LDB module - refactor the "primaryGroupID" check on user creation | Matthias Dieter Wallnöfer | 1 | -137/+39 |
2010-09-12 | s4:samldb LDB module - get rid of the SID context variable | Matthias Dieter Wallnöfer | 1 | -20/+17 |
2010-09-12 | s4:samldb LDB module - use also here the real attribute denomination "sAMAcco... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-09-12 | s4:samldb LDB module - rename "check_SamAccountType" into "check_sAMAccountType" | Matthias Dieter Wallnöfer | 1 | -5/+4 |
2010-09-12 | s4:samldb LDB module - make "samldb_check_sAMAccountName" synchronous again | Matthias Dieter Wallnöfer | 1 | -71/+19 |
2010-09-12 | s4:fsmo.py - fix an obvious typo | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-09-12 | s3: Remove a nesting level in winbindd_dual_pam_chauthtok | Volker Lendecke | 1 | -18/+19 |
2010-09-11 | s4:unittest: Test wbinfo --group-info and --gid-info | Matthieu Patou | 1 | -3/+11 |
2010-09-11 | test_wbinfo.c - count more possible failures | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2010-09-11 | ldb:tools/cmdline.c - reorganise imports | Matthias Dieter Wallnöfer | 1 | -6/+2 |
2010-09-11 | s4:param/secrets.c - reorganise imports | Matthias Dieter Wallnöfer | 1 | -4/+0 |
2010-09-11 | s4:rpc_server/common/common.h - introduce two forward declarations to suppres... | Matthias Dieter Wallnöfer | 1 | -0/+3 |
2010-09-11 | ldb:tools/cmdline.c - make a counter unsigned where appropriate | Matthias Dieter Wallnöfer | 1 | -1/+1 |