summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20183: Fix the build.Günther Deschner1-6/+6
2007-10-10r20181: Improve NT status to pam error mapping.Jeremy Allison1-0/+7
2007-10-10r20180: Ensure that pam returns the correct error messagesJeremy Allison2-48/+91
2007-10-10r20179: Sync up with Samba4 - remove blank lines at theJeremy Allison1-3/+9
2007-10-10r20178: Ensure we allocate the intermediate trans structsJeremy Allison4-3/+14
2007-10-10r20174: If we're only going to call one handler per messageJeremy Allison1-4/+4
2007-10-10r20173: DNS update fixes:Gerald Carter5-70/+90
2007-10-10r20171: Don't delete the krb5 credential if others still reference to it.Günther Deschner2-21/+37
2007-10-10r20170: Fix secure DNS updates to work againstGerald Carter4-21/+53
2007-10-10r20169: Support for fallback to legacy mapping code was not completely tested.Simo Sorce2-22/+42
2007-10-10r20165: Change messaging subsystem to only allow one messageJeremy Allison1-3/+11
2007-10-10r20160: Fix long-standing (ie. from initial code I think) bugJeremy Allison1-2/+5
2007-10-10r20155: revert, I misreadSimo Sorce1-1/+1
2007-10-10r20154: Fix nasty typo, hunting another bugSimo Sorce1-1/+1
2007-10-10r20151: remove meaningless checksSimo Sorce1-8/+0
2007-10-10r20150: better memory handling for some functions, make sure we don'tSimo Sorce5-19/+39
2007-10-10r20148: Forgot to merge. Ensure open_any_socket_out()Jeremy Allison1-1/+1
2007-10-10r20146: Now online checks are fully async we can do themJeremy Allison1-7/+1
2007-10-10r20140: Make online/offline detection completely asynchronous.Jeremy Allison3-23/+183
2007-10-10r20136: Fix #4290. Properly compute time to password expiration in message fromJim McDonough1-1/+2
2007-10-10r20133: get rid of defined but not used warning - static function only usedHerb Lewis1-5/+2