summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20312: Fix a memleakVolker Lendecke1-1/+1
2007-10-10r20310: We've checked for EA's and support for them further up already.Volker Lendecke1-1/+1
2007-10-10r20304: Smaller fixes for pam_winbind:Günther Deschner1-30/+65
2007-10-10r20296: If we're going to overwrite krb5.confJeremy Allison2-16/+31
2007-10-10r20290: Remove unused callSimo Sorce1-9/+1
2007-10-10r20289: IDMAP is part of winbind but not the main process.Simo Sorce3-36/+50
2007-10-10r20287: Allow a NULL sid when setting up the list of trusted domains.Gerald Carter1-2/+7
2007-10-10r20279: Fix winbind segfault in winbindd_getsidaliases.Günther Deschner1-4/+15
2007-10-10r20273: Map KRB5_KDCREP_SKEW to NT_STATUS_TIME_DIFFERENCE_AT_DC.Günther Deschner1-0/+1
2007-10-10r20271: Fix the buildVolker Lendecke1-2/+2
2007-10-10r20270: Even with the dual daemon mode the parent winbinddJeremy Allison2-3/+26
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis22-4/+91
2007-10-10r20268: merge -r 20261:20263 from samba_3_0_24Herb Lewis3-0/+3
2007-10-10r20264: Two lines above this we just checked if (fsp->is_directory) ...Volker Lendecke1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis37-34/+62
2007-10-10r20257: Hey, change_owner_to_parent is now static :-)Volker Lendecke1-4/+4
2007-10-10r20255: Activate BASE-SAMBA3ERROR in the build farmVolker Lendecke1-1/+1
2007-10-10r20254: The pam_chauthtok needs to go through the async interface as well.Günther Deschner2-14/+27
2007-10-10r20253: Reduce some code duplication, make reply_mkdir go through the same co...Volker Lendecke1-25/+10
2007-10-10r20252: Revert back to const, but I have a fleble feeling we should go the th...Simo Sorce1-1/+1
2007-10-10r20250: If we've come from being globally offline weJeremy Allison1-10/+26
2007-10-10r20249: Fail when parsing invalid options in _pam_parse.Günther Deschner1-1/+2
2007-10-10r20248: merge 20247 from samba_3_0_24Herb Lewis1-1/+1
2007-10-10r20245: merge 20244 from samba_3_0_24Herb Lewis5-12/+14
2007-10-10r20243: Make lookup_name resolve both the mapped and the real unix group nameSimo Sorce1-7/+23
2007-10-10r20242: these are not really const as we set them in the functionSimo Sorce1-1/+1
2007-10-10r20241: Slightly improve readability of the pam_vsyslog replacement function.Günther Deschner1-6/+5
2007-10-10r20240: Be a little more verbose about the credential flags when the debug flagGünther Deschner1-2/+16
2007-10-10r20239: Parse the configfile for pam_sm_setcred as wellGünther Deschner1-1/+7
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach10-36/+37
2007-10-10r20235: Don't use realloc directly.James Peach1-1/+1
2007-10-10r20229: Avoid a silly function call in mkdir_internal. None of the callers lo...Volker Lendecke1-2/+1
2007-10-10r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke4-6/+13
2007-10-10r20227: Simplify logic in vfs_MkDir() a bitVolker Lendecke1-11/+15
2007-10-10r20218: Same fix as r20217 -- can we consolidate that duplicated code a bit?Volker Lendecke1-8/+16
2007-10-10r20217: uid_t and gid_t are not necessarily 32 bit. In assignments we get an ...Volker Lendecke1-8/+12
2007-10-10r20216: Fix fallback code.Simo Sorce1-11/+13
2007-10-10r20215: Next step trying to fix the Solaris build.Volker Lendecke2-3/+3
2007-10-10r20214: Fix a type-punned warning. Simo, Jerry, please checkVolker Lendecke1-1/+1
2007-10-10r20212: Attempt to fix the Solaris buildVolker Lendecke1-2/+4
2007-10-10r20211: send_nt_replies does not need the inbuf argVolker Lendecke1-32/+51
2007-10-10r20210: registry_fetch_values is not needed anymore, fix typoVolker Lendecke2-58/+1
2007-10-10r20209: Fix two memleaksVolker Lendecke1-4/+7
2007-10-10r20208: Change sprintf_append() never to use malloc,Jeremy Allison2-19/+13
2007-10-10r20207: Fix a couple more places where extra_data wasJeremy Allison2-5/+8
2007-10-10r20206: Start cleaning up the talloc_ctx mess.Jeremy Allison4-13/+20
2007-10-10r20202: fix make cleanHerb Lewis1-1/+1
2007-10-10r20201: merge makefile changes from 3_0_24Herb Lewis1-34/+42
2007-10-10r20197: merge talloc fixes from samba4:Stefan Metzmacher2-20/+18
2007-10-10r20186: Fix winbind crash bug in WINBIND_GETGROUPS.Günther Deschner1-2/+3