summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison2010-09-142-0/+11
| | | | Jeremy.
* Fix string_to_sid() to allow non '\0' termination of the string - allowsJeremy Allison2010-09-141-11/+6
| | | | | | string_to_sid() to be used in formatted strings like FOO/S-1-5-XXXX-YYYY/BAR. Jeremy.
* s3-torture Add tests to show that the dom_sid parsing was faulty.Andrew Bartlett2010-09-141-0/+98
| | | | Andrew Bartlett
* s3-util_sid Use the NDR parser to parse struct dom_sidAndrew Bartlett2010-09-141-14/+8
| | | | | | | The manual parser failed to constrain the maximum number of sub-authorities to 15, allowing an overflow of the array. Andrew Bartlett
* libcli/security Use sid_append_rid() in dom_sid_append_rid()Andrew Bartlett2010-09-141-5/+5
| | | | | | | This ensures that the maximum number of sub-authorities is respected, otherwise we may run off the end of the array. Andrew Bartlett
* libcli/security Merge source3/ string_to_sid() to common codeAndrew Bartlett2010-09-142-143/+92
| | | | | | | | The source3 code repsects the limit of a maximum of 15 subauths, while the source4 code does not, creating a security issue as we parse string-form SIDs from clients. Andrew Bartlett
* s3-util_sid use ARRAY_SIZE() to ensure we never overflow the dom_sidAndrew Bartlett2010-09-141-1/+1
| | | | | | | This ensures that this, unlike the MAXSUBAUTHS macro, can't get out of sync with the structure. Andrew Bartlett
* s3-util_sid Accept S-1-5 as a SIDAndrew Bartlett2010-09-141-2/+10
|
* s3-dom_sid Use C99 types in dom_sid handlingAndrew Bartlett2010-09-141-7/+7
| | | | Andrew Bartlett
* s3/profile: remove the magical clock initialization from the profile codeBjörn Jacke2010-09-142-64/+3
| | | | | | there's no point in not profiling times if no monotonic clock is found - monotonic and realtime clock are equally fast. Just use clock_gettime_mono instead.
* s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke2010-09-143-36/+0
| | | | that clock is a CPU burnometer but we need a chronometer for profiling.
* libreplace: use CLOCK_HIGHRES when availableBjörn Jacke2010-09-141-3/+5
| | | | in Solaris 8 CLOCK_HIGHRES was the (only) name for CLOCK_MONOTONIC
* ntlmssp: when pushing an ntlmssp NEGOTIATE_MESSAGE deal with NULL strings.Günther Deschner2010-09-141-2/+2
| | | | Guenther
* rpc_server: Remove unnecessary dependency on server modules, buildJelmer Vernooij2010-09-141-1/+1
| | | | system will take care of that.
* waf: work around circular dependency finder erroneously removing dependency ↵Jelmer Vernooij2010-09-141-1/+4
| | | | of gensec on dcerpc.
* selftest: Error out rather than die() when setting up an environmentJelmer Vernooij2010-09-141-55/+117
| | | | fails.
* selftest: If setting up environment fails, mark testsuites that use it asJelmer Vernooij2010-09-141-12/+5
| | | | errorring, don't skip it.
* s4-smbtorture: try to fix spoolss winreg Form tests on bigendian machines.Günther Deschner2010-09-141-15/+36
| | | | Guenther
* tdb: add ABI/tdb-1.2.4.sigsStefan Metzmacher2010-09-141-0/+60
| | | | metze
* nss_winbind: Fix soname.Jelmer Vernooij2010-09-141-1/+1
|
* subunit: Use RemoteError when passing errors to upstream subunit.Jelmer Vernooij2010-09-142-19/+26
|
* param: Add prototype for lpcfg_private_dir(), used by openchange.Jelmer Vernooij2010-09-141-0/+1
|
* subunit.pm: Fold Subunit::Filter into Subunit, trim further.Jelmer Vernooij2010-09-143-111/+11
|
* subunit.pm: Remove output_msg/control_msg functions.Jelmer Vernooij2010-09-142-15/+1
|
* selftest: Remove testsuite parsing.Jelmer Vernooij2010-09-142-40/+10
|
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-144-159/+19
|
* subunit.pm: Pass through milliseconds in time reports.Jelmer Vernooij2010-09-143-12/+10
|
* selftest: Report times in milliseconds rather than seconds.Jelmer Vernooij2010-09-141-0/+7
|
* subunit: Use standard subunit functions for reproducing subunit streams.Jelmer Vernooij2010-09-142-50/+38
|
* subunit: Remove unused methods.Jelmer Vernooij2010-09-141-14/+2
|
* subunit: Use standard functions for addSuccess, addExpectedFail,Jelmer Vernooij2010-09-141-27/+62
| | | | addFailure, addSkip.
* 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 ↵Jelmer Vernooij2010-09-143-24/+27
| | | | startTest.
* 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
| | | | Guenther
* 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
| | | | | | | Don't log this at level 1 - every EACCES will generate one. Thanks to muehlfeld@medizinische-genetik.de for pointing this out. Jeremy.
* 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 ↵Matthias Dieter Wallnöfer2010-09-134-12/+16
| | | | | | LDAP filters This makes also lookups through special backends as "samba3sam" work.
* 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 ↵Matthias Dieter Wallnöfer2010-09-131-1/+2
| | | | | | domain controller functionality And we do support also LDAPv2.
* param: Only include param_proto.h for Samba builds, provide thoseJelmer Vernooij2010-09-132-1/+7
| | | | prototypes necessary for external users (OpenChange) manually.
* 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
| | | | | | | | lib/tdb: change version to 1.2.4 after hash checking improvments metze Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>