summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Move make_server_info to auth/server_info.cVolker Lendecke2010-04-114-32/+60
|
* s3: Move check_sam_security to auth/check_sam.cVolker Lendecke2010-04-113-486/+513
|
* s3: Make check_sam_security publicVolker Lendecke2010-04-112-20/+32
|
* s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count argsVolker Lendecke2010-04-111-5/+5
|
* s3: Replace "auth_context" by "challenge" in sam_password_ok argsVolker Lendecke2010-04-111-7/+10
|
* s3: Move user_in_group() and create_token_from_username() to token_utils.cVolker Lendecke2010-04-112-315/+315
| | | | Goal is to be able to call check_sam_security from winbind
* libcli/auth: Fix an uninitialized variableVolker Lendecke2010-04-111-2/+1
| | | | value.dptr was used uninitialized in the "goto done;"
* nsswitch/wbinfo: Fix the S4 header checkKai Blin2010-04-111-1/+1
|
* idl: Use C-style comments, because cpp on some platforms doesn't acceptJelmer Vernooij2010-04-111-21/+21
| | | | // comments.
* s4:dbspeed torture - improve also the TDB code partMatthias Dieter Wallnöfer2010-04-111-10/+9
| | | | | Always use the label "failed" on failures, always close the database context (child of "tmp_ctx") when deleting database file.
* s4:dbspeed torture - remove unneeded newlines on "torture_result"Matthias Dieter Wallnöfer2010-04-111-7/+7
| | | | According to Jelmer's post on the technical list.
* s4: Fix more test results to not conflict with subunit commands.Jelmer Vernooij2010-04-111-7/+7
|
* subunit: Cope with lowercase test results in tap2subunit.Jelmer Vernooij2010-04-112-5/+16
| | | | Also submitted upstream.
* subunit: Remove more test output that could be interpreted by subunit.Jelmer Vernooij2010-04-114-51/+51
|
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-1141-292/+299
| | | | | | Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit.
* selftest: Accept 'testing:' to introduce new tests.Jelmer Vernooij2010-04-111-1/+1
|
* [Bug 7345] Incomplete description of function return values in libsmbclient.hDerrell Lipman2010-04-111-8/+14
| | | | | | | | | | - Fixed documentation on smbc_fstat(), smbc_statvfs(), and smbc_fstatvfs(): All were missing return value upon success - Fixed documentation on smbc_read: Documented return value upon EOF Derrell
* s3: Use sizeof(chal) instead of a constantVolker Lendecke2010-04-111-1/+1
|
* s3: Use talloc_stackframe() in user_in_groupVolker Lendecke2010-04-111-7/+1
|
* s3: Use talloc_stackframe() in user_in_group_sidVolker Lendecke2010-04-111-8/+1
|
* s3: Use talloc_stackframe() in create_token_from_usernameVolker Lendecke2010-04-111-7/+1
|
* s3: Fix a memleak in user_in_group_sidVolker Lendecke2010-04-111-0/+1
|
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-1110-72/+101
| | | | This was just TALLOC_ZERO_P
* s3: Fix a typoVolker Lendecke2010-04-111-1/+1
|
* s3: Make "auth_context" its own talloc parentVolker Lendecke2010-04-115-16/+9
| | | | Remove "mem_ctx" from "struct auth_context"
* s3: Fix some nonempty linesVolker Lendecke2010-04-116-36/+35
|
* s4:samdb_server_site_dn - free unused DNs in the right wayMatthias Dieter Wallnöfer2010-04-111-2/+2
|
* s4:torture - "dbspeed" test - add newlines as we have them in the other ↵Matthias Dieter Wallnöfer2010-04-111-2/+2
| | | | failure messages
* s4:torture - "dbspeed" testMatthias Dieter Wallnöfer2010-04-111-2/+2
| | | | Calculate the leaks on base of the "tmp_ctx" not the torture context.
* s4:torture - "dbspeed" testMatthias Dieter Wallnöfer2010-04-111-10/+17
| | | | Unify error handling.
* s4:torture - "dbspeed" testMatthias Dieter Wallnöfer2010-04-111-3/+4
| | | | Add more "talloc_free"s where needed or useful.
* s3: Cosmetics -- I could not spot where "chal" was initializedVolker Lendecke2010-04-111-1/+1
|
* s4:auth Remove event context from anonymous_session()Andrew Bartlett2010-04-117-123/+119
| | | | | | | | This should always return a simple structure with no need to consult a DB, so remove the event context, and simplfy to call helper functions that don't look at privilages. Andrew Bartlett
* s3: Use IS_DC macro in get_global_sam_name()Volker Lendecke2010-04-101-1/+1
| | | | Much as I dislike macros, this one is there. So why not use it...
* s3: Remove domain selection from dual_pam_authVolker Lendecke2010-04-101-53/+13
| | | | | | | | | We're in a child, the parent already has chosen the domain by picking the right child to connect to. Metze, you've done work on winbind lately, so it goes to you: Please check :-)
* subunit: Don't abort when receiving test results from tests that weren'tJelmer Vernooij2010-04-101-11/+32
| | | | announced.
* selftest: Support passing --load-list to test runners.Jelmer Vernooij2010-04-102-5/+30
|
* torture: Simplify torture suite running, call restricted test suite runner.Jelmer Vernooij2010-04-103-43/+41
|
* smbtorture: Remove unused shell feature.Jelmer Vernooij2010-04-101-51/+1
|
* smbtorture: Support --load-list argument.Jelmer Vernooij2010-04-101-16/+30
|
* s4:registry - "patchfile_preg.c" - use more "sizeof"s on length specificationMatthias Dieter Wallnöfer2010-04-101-6/+6
| | | | This makes the code more clear to read.
* s4:registry - "patchfile_preg.c" - fix indentationMatthias Dieter Wallnöfer2010-04-101-5/+9
|
* s4:registry - "patchfile_preg.c" - fix a datatypeMatthias Dieter Wallnöfer2010-04-101-1/+1
| | | | This should be an "uint16_t" (only two bytes are written).
* libwbclient: Fix a memleak in wbcGetDisplayNameVolker Lendecke2010-04-101-0/+1
|
* libwbclient: Ensure correct 0-termination in wbcGetSidAliasesVolker Lendecke2010-04-101-0/+1
|
* s3: Check 0 termination in GETALIASESVolker Lendecke2010-04-101-7/+13
|
* s4:dsdb Don't use the permissive modify control on schemaInfo updatesAndrew Bartlett2010-04-101-2/+2
| | | | | | | | | The use of 'replace' is enough to wipe out the old value, whatever it is, we don't need to set 'permissive modify' too. Additionally, this seems to be causing trouble for the OpenLDAP backend Andrew Bartlett
* s4:dsdb Don't return operational attributes on special DNsAndrew Bartlett2010-04-101-0/+5
|
* s4:rootdse Implement "tokenGroups" in the rootDSEAndrew Bartlett2010-04-101-0/+18
| | | | | | | This returns the currently connected user's full token. This is very useful for debugging, and should be used in ACL tests. Andrew Bartlett
* s4:dsdb Improve error message in extended_dn_inAndrew Bartlett2010-04-101-1/+1
| | | | | | | This error occours when an extended DN cannot be resolved, so it's most helpful to print the problematic extended DN. Andrew Bartlett