Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r20310: We've checked for EA's and support for them further up already. | Volker Lendecke | 2006-12-21 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
| * | r20304: Smaller fixes for pam_winbind: | Günther Deschner | 2006-12-21 | 1 | -30/+65 | |
| | | | | | | | | | | | | | | * fail on invalid credential flags in pam_sm_setcred * parse config file for pam_sm_acct_mgmt and pam_sm_open_session Guenther | |||||
| * | r20296: If we're going to overwrite krb5.conf | Jeremy Allison | 2006-12-21 | 2 | -16/+31 | |
| | | | | | | | | | | only do it for our primary domain. Jeremy. | |||||
| * | r20287: Allow a NULL sid when setting up the list of trusted domains. | Gerald Carter | 2006-12-20 | 1 | -2/+7 | |
| | | ||||||
| * | r20279: Fix winbind segfault in winbindd_getsidaliases. | Günther Deschner | 2006-12-20 | 1 | -4/+15 | |
| | | | | | | | | | | | | | | Jeremy: sidstr formerly could be NULL (when num_aliases was 0), since we strdup here it needs to exist. Guenther | |||||
| * | r20273: Map KRB5_KDCREP_SKEW to NT_STATUS_TIME_DIFFERENCE_AT_DC. | Günther Deschner | 2006-12-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | This gives much nicer error messages when failing to join due to clock skew. Guenther | |||||
| * | r20270: Even with the dual daemon mode the parent winbindd | Jeremy Allison | 2006-12-20 | 2 | -3/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | still needs to contact the DC's for non async requests like enumerate users/groups etc. Now that online DC detection is tied to async events we must enable the processing of events in the main loop of winbindd. Finally got rid of the last hard coded domain->initialized = 1 code in init_child_recv() - now all domain->initialized = True gets done only in the connection manager code when either we're online and have spoken to the DC or are offline and we know we can't talk to the DC. Jeremy. | |||||
| * | r20267: fix more no previous prototype warnings | Herb Lewis | 2006-12-20 | 18 | -1/+86 | |
| | | ||||||
| * | r20266: fix more no previous prototype warnings - these functions were only ↵ | Herb Lewis | 2006-12-19 | 2 | -3/+3 | |
| | | | | | | | | | | | | referenced in the same file so I made them static | |||||
| * | r20265: fix a couple more no previous prototype warnings | Herb Lewis | 2006-12-19 | 3 | -1/+3 | |
| | | ||||||
| * | r20264: Two lines above this we just checked if (fsp->is_directory) ... | Volker Lendecke | 2006-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | r20263: one more no previous prototype warning | Herb Lewis | 2006-12-19 | 1 | -0/+1 | |
| | | ||||||
| * | r20262: clean up a couple more no previous prototype warnings | Herb Lewis | 2006-12-19 | 2 | -0/+2 | |
| | | ||||||
| * | r20260: clean up a bunch of no previous prototype warnings | Herb Lewis | 2006-12-19 | 37 | -34/+62 | |
| | | ||||||
| * | r20257: Hey, change_owner_to_parent is now static :-) | Volker Lendecke | 2006-12-19 | 1 | -4/+4 | |
| | | ||||||
| * | r20256: Reduce some code duplication, make reply_mkdir go through the same ↵ | Volker Lendecke | 2006-12-19 | 2 | -26/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | code paths ncreate does. This is a bit slower (about 10-20%), because it goes touches the share mode db, but I think not having to call change_owner_to_parent and friends in fewer places outweighs this. And, mkdir is not the way current Windows boxes create directories, they do it via the ncreate call. Volker | |||||
| * | r20254: The pam_chauthtok needs to go through the async interface as well. | Günther Deschner | 2006-12-19 | 2 | -14/+27 | |
| | | | | | | | | | | | | This fixes pam password changes in the online case. Guenther | |||||
| * | r20250: If we've come from being globally offline we | Jeremy Allison | 2006-12-19 | 1 | -10/+26 | |
| | | | | | | | | | | | | | | | | don't have a check online event handler set. We need to add one once we're been asked to go back online as this is the only way to actually go into the online state. Doh ! :-). Jeremy. | |||||
| * | r20249: Fail when parsing invalid options in _pam_parse. | Günther Deschner | 2006-12-18 | 1 | -1/+2 | |
| | | | | | | | | Guenther | |||||
| * | r20247: get rid of warning: value computed is not used | Herb Lewis | 2006-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | r20246: fix unititialized variable | Herb Lewis | 2006-12-18 | 1 | -0/+2 | |
| | | ||||||
| * | r20244: get rid of more nested extern declaration warnings | Herb Lewis | 2006-12-18 | 5 | -10/+12 | |
| | | ||||||
| * | r20241: Slightly improve readability of the pam_vsyslog replacement function. | Günther Deschner | 2006-12-18 | 1 | -6/+5 | |
| | | | | | | | | Guenther | |||||
| * | r20240: Be a little more verbose about the credential flags when the debug flag | Günther Deschner | 2006-12-18 | 1 | -2/+16 | |
| | | | | | | | | | | | | is set. Guenther | |||||
| * | r20239: Parse the configfile for pam_sm_setcred as well | Günther Deschner | 2006-12-18 | 1 | -1/+7 | |
| | | | | | | | | | | | | (e.g. to get the debug flag) Guenther | |||||
| * | r20238: svn merge -r 20236:20237 branches/SAMBA_3_0/source . | James Peach | 2006-12-18 | 10 | -36/+37 | |
| | | | | | | | | | | | | Replace exit_server with exit_server_cleanly where appropriate. All send_smb failures should be clean exits. All times when we exit as a matter of policy should also be clean exits. | |||||
| * | r20236: Janitor for James.... remember we're going to | Jeremy Allison | 2006-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | ship from SAMBA_3_0_24. Jeremy. | |||||
| * | r20208: Change sprintf_append() never to use malloc, | Jeremy Allison | 2006-12-16 | 2 | -19/+13 | |
| | | | | | | | | | | | | but always use a talloc context. Thanks to simo for pointing this out. Jeremy. | |||||
| * | r20207: Fix a couple more places where extra_data was | Jeremy Allison | 2006-12-16 | 2 | -5/+8 | |
| | | | | | | | | | | | | being talloc'ed off the NULL context instead of being malloced. Jeremy. | |||||
| * | r20206: Start cleaning up the talloc_ctx mess. | Jeremy Allison | 2006-12-16 | 4 | -13/+20 | |
| | | | | | | | | | | | | child->mem_ctx isn't actually used for anything, so remove it. Jeremy. | |||||
| * | r20203: fix make clean | Herb Lewis | 2006-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | r20200: add sharesec to EVERYTHING target so it gets cleaned | Herb Lewis | 2006-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | r20199: make files that are referenced several places a variable | Herb Lewis | 2006-12-15 | 1 | -34/+41 | |
| | | | | | | | | fix make clean | |||||
| * | r20196: merge talloc fixes from samba4: | Stefan Metzmacher | 2006-12-15 | 2 | -20/+18 | |
| | | | | | | | | | | | | | | | | | | - make most static functions inline - handle NULL pointers in talloc_parent_chunk() - use talloc_parent_chunk() in talloc_parent_name() to fix a bug found by the IBM checker metze | |||||
| * | r20186: Fix winbind crash bug in WINBIND_GETGROUPS. | Günther Deschner | 2006-12-15 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | response_extra_sent() expects to free a malloced extra_data.data while the add_XX_to_array functions all return talloced memory now. Jeremy, please check. Guenther | |||||
| * | r20183: Fix the build. | Günther Deschner | 2006-12-15 | 1 | -6/+6 | |
| | | | | | | | | Guenther | |||||
| * | r20181: Improve NT status to pam error mapping. | Jeremy Allison | 2006-12-15 | 1 | -0/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r20180: Ensure that pam returns the correct error messages | Jeremy Allison | 2006-12-15 | 2 | -48/+91 | |
| | | | | | | | | | | when offline and or doing password changes. Jeremy. | |||||
| * | r20179: Sync up with Samba4 - remove blank lines at the | Jeremy Allison | 2006-12-15 | 1 | -3/+9 | |
| | | | | | | | | | | end parsing a file. Jeremy. | |||||
| * | r20178: Ensure we allocate the intermediate trans structs | Jeremy Allison | 2006-12-15 | 4 | -3/+14 | |
| | | | | | | | | | | | | | | off conn->mem_ctx, not the null context so we can safefy free everything on conn close. Should fix possible memleak. Jeremy. | |||||
| * | r20174: If we're only going to call one handler per message | Jeremy Allison | 2006-12-14 | 1 | -4/+4 | |
| | | | | | | | | | | then terminate the traversal once we've done that. Jeremy. | |||||
| * | r20172: Don't delete the krb5 credential if others still reference to it. | Günther Deschner | 2006-12-14 | 2 | -21/+37 | |
| | | | | | | | | Guenther | |||||
| * | r20165: Change messaging subsystem to only allow one message | Jeremy Allison | 2006-12-14 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | per type - this is all we use right now and makes re-entrancy problems with deleting handlers with a message dispatch loop go away. Jeremy. | |||||
| * | r20160: Fix long-standing (ie. from initial code I think) bug | Jeremy Allison | 2006-12-13 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | in tdb message processing. If we're inside a dispatch function and we delete our own handler we'd walk onto the next pointer from a deleted memory block. Fixes crash bug in winbindd (and goodness knows where else). Jeremy. | |||||
| * | r20159: get rid of defined but not used warning - static function only used | Herb Lewis | 2006-12-13 | 1 | -5/+2 | |
| | | | | | | | | inside the #ifdef HAVE_NATIVE_ICONV | |||||
| * | r20158: get rid of defined but not used warning - static function only used | Herb Lewis | 2006-12-13 | 1 | -0/+2 | |
| | | | | | | | | inside the #ifdef HAVE_KRB5 | |||||
| * | r20157: get rid of a few no previous prototype warnings | Herb Lewis | 2006-12-13 | 8 | -1/+12 | |
| | | ||||||
| * | r20156: clean up nested extern declaration warnings | Herb Lewis | 2006-12-13 | 15 | -34/+37 | |
| | | ||||||
| * | r20153: allow bin/sharesec to be built (not by default) | Herb Lewis | 2006-12-13 | 2 | -0/+426 | |
| | | ||||||
| * | r20147: Match up EINTR ignoring code from SAMBA_3_0. | Jeremy Allison | 2006-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | Else open_any_socket_out() can fail. Jeremy. |