summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r25169: Fix bug 4028Volker Lendecke2007-10-101-0/+4
* r25167: Fix breakage from mangling rewrite. Use theJeremy Allison2007-10-101-1/+2
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-106-19/+19
* r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison2007-10-103-4/+82
* r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison2007-10-101-1/+1
* r25162: Refactor further: add mapping functions betweenMichael Adam2007-10-101-13/+44
* r25161: Don't panic if setgroups fails in non-root mode.James Peach2007-10-101-2/+2
* r25160: Refactor out and slightly clean up canonicalization of the registry v...Michael Adam2007-10-101-91/+97
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-1034-46/+44
* r25152: fix headers used in wbinfo.cStefan Metzmacher2007-10-101-2/+1
* r25150: don't recursivly call call dump_core()Stefan Metzmacher2007-10-101-0/+8
* r25148: Adapt to coding conventions.Günther Deschner2007-10-101-414/+697
* r25146: rename winbindd_nss.h => winbind_struct_protocol.hStefan Metzmacher2007-10-103-5/+3
* r25143: rename public functions from winbind_client.hStefan Metzmacher2007-10-108-93/+100
* r25142: Panic if setting the group list fails while switching securityJames Peach2007-10-101-1/+4
* r25141: More pstring removal.Jeremy Allison2007-10-101-3/+14
* r25140: Less red bars to hurt my eyes...Michael Adam2007-10-101-47/+51
* r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad...Michael Adam2007-10-101-37/+2
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-1012-74/+179
* r25136: When tallocing a string to uppercase remember the terminatingJeremy Allison2007-10-101-1/+1
* r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w...Günther Deschner2007-10-101-1/+0
* r25134: Fix Bug #4968 and make dns updates work with heimdal as well (again,Günther Deschner2007-10-101-21/+3
* r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner2007-10-101-46/+5
* r25130: make use only of base types which are provided by libreplaceStefan Metzmacher2007-10-107-216/+144
* r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplaceStefan Metzmacher2007-10-103-25/+0
* r25125: create prototypes for 'bool ' functionsStefan Metzmacher2007-10-101-1/+1
* r25121: Remove pstring limits from much of our string handling function.Jeremy Allison2007-10-101-54/+174
* r25120: One more warning.Jeremy Allison2007-10-101-1/+1
* r25119: Fix a couple of warnings.Jeremy Allison2007-10-102-2/+3
* r25118: More pstring elimination.Jeremy Allison2007-10-105-57/+84
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-1015-481/+755
* r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison2007-10-101-5/+2
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-107-341/+438
* r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner2007-10-102-4/+2
* r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner2007-10-101-2/+2
* r25107: Fix const warning caused by the way I reformatted thisSimo Sorce2007-10-101-3/+4
* r25104: Fix extra lines added by mistake.Jeremy Allison2007-10-101-2/+2
* r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison2007-10-103-67/+83
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-108-485/+946
* r25099: Commit fix for CVE-2007-4138 from 3.0.26 release.Gerald Carter2007-10-101-1/+1
* r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam2007-10-102-5/+278
* r25091: Start adding support for storing trusted domain passwords in LDAPMichael Adam2007-10-101-0/+44
* r25087: Reformatting: Get rid of an abundance of leading tabs...Michael Adam2007-10-101-11/+11
* r25086: Fix interdomain trusts (this povides the fix expected in r22709):Michael Adam2007-10-101-2/+2
* r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...Günther Deschner2007-10-101-1/+9
* r25074: as all requests in the winbindd child are sync, we can use talloc_tos()Stefan Metzmacher2007-10-101-5/+2
* r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opco...Günther Deschner2007-10-101-0/+10
* r25064: We use BOOL/True/False not bool/true/falseSimo Sorce2007-10-101-4/+4
* r25063: Fix segfault in smbldp_set_creds when we want to use anonymous, theSimo Sorce2007-10-101-3/+4
* r25062: Reformat, remove trailing spaces and fit lines into 80 columnsSimo Sorce2007-10-101-156/+237