summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25173: Use the append_buffer version in a loop.Jeremy Allison1-2/+2
2007-10-10r25172: Remove commented out code we will never enable.Jeremy Allison1-172/+0
2007-10-10r25171: More pstring removal.Jeremy Allison2-29/+51
2007-10-10r25170: Remove pstring limits from ms_fnmatch and module load.Jeremy Allison3-41/+50
2007-10-10r25169: Fix bug 4028Volker Lendecke1-0/+4
2007-10-10r25167: Fix breakage from mangling rewrite. Use theJeremy Allison1-1/+2
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison6-19/+19
2007-10-10r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison3-4/+82
2007-10-10r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison1-1/+1
2007-10-10r25162: Refactor further: add mapping functions betweenMichael Adam1-13/+44
2007-10-10r25161: Don't panic if setgroups fails in non-root mode.James Peach1-2/+2
2007-10-10r25160: Refactor out and slightly clean up canonicalization of the registry v...Michael Adam1-91/+97
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher34-46/+44
2007-10-10r25152: fix headers used in wbinfo.cStefan Metzmacher1-2/+1
2007-10-10r25150: don't recursivly call call dump_core()Stefan Metzmacher1-0/+8
2007-10-10r25148: Adapt to coding conventions.Günther Deschner1-414/+697
2007-10-10r25146: rename winbindd_nss.h => winbind_struct_protocol.hStefan Metzmacher3-5/+3
2007-10-10r25143: rename public functions from winbind_client.hStefan Metzmacher8-93/+100
2007-10-10r25142: Panic if setting the group list fails while switching securityJames Peach1-1/+4
2007-10-10r25141: More pstring removal.Jeremy Allison1-3/+14
2007-10-10r25140: Less red bars to hurt my eyes...Michael Adam1-47/+51
2007-10-10r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad...Michael Adam1-37/+2
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison12-74/+179
2007-10-10r25136: When tallocing a string to uppercase remember the terminatingJeremy Allison1-1/+1
2007-10-10r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w...Günther Deschner1-1/+0
2007-10-10r25134: Fix Bug #4968 and make dns updates work with heimdal as well (again,Günther Deschner1-21/+3
2007-10-10r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner1-46/+5
2007-10-10r25130: make use only of base types which are provided by libreplaceStefan Metzmacher7-216/+144
2007-10-10r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplaceStefan Metzmacher3-25/+0
2007-10-10r25125: create prototypes for 'bool ' functionsStefan Metzmacher1-1/+1
2007-10-10r25121: Remove pstring limits from much of our string handling function.Jeremy Allison1-54/+174
2007-10-10r25120: One more warning.Jeremy Allison1-1/+1
2007-10-10r25119: Fix a couple of warnings.Jeremy Allison2-2/+3
2007-10-10r25118: More pstring elimination.Jeremy Allison5-57/+84
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison15-481/+755
2007-10-10r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison1-5/+2
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison7-341/+438
2007-10-10r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner2-4/+2
2007-10-10r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner1-2/+2
2007-10-10r25107: Fix const warning caused by the way I reformatted thisSimo Sorce1-3/+4
2007-10-10r25104: Fix extra lines added by mistake.Jeremy Allison1-2/+2
2007-10-10r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison3-67/+83
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison8-485/+946
2007-10-10r25099: Commit fix for CVE-2007-4138 from 3.0.26 release.Gerald Carter1-1/+1
2007-10-10r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam2-5/+278
2007-10-10r25091: Start adding support for storing trusted domain passwords in LDAPMichael Adam1-0/+44
2007-10-10r25087: Reformatting: Get rid of an abundance of leading tabs...Michael Adam1-11/+11
2007-10-10r25086: Fix interdomain trusts (this povides the fix expected in r22709):Michael Adam1-2/+2
2007-10-10r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...Günther Deschner1-1/+9
2007-10-10r25074: as all requests in the winbindd child are sync, we can use talloc_tos()Stefan Metzmacher1-5/+2