summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r19790: Check in the PIDL change and the converted unixinfo and winbind pipes...Volker Lendecke2007-10-109-91/+80
* r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...Volker Lendecke2007-10-102-1/+19
* r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke2007-10-104-22/+17
* r19779: Fail properly on talloc_strdup failureVolker Lendecke2007-10-101-3/+5
* r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2007-10-104-17/+22
* r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b...Volker Lendecke2007-10-101-20/+22
* r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke2007-10-101-1/+1
* r19775: Fix typoVolker Lendecke2007-10-101-1/+1
* r19774: Fix typoVolker Lendecke2007-10-101-1/+1
* r19773: TALLOC_FREE checks for NULL itselfVolker Lendecke2007-10-101-4/+1
* r19766: Fix a const-warning. Jerry, what did you want to fix with this line?Volker Lendecke2007-10-101-1/+0
* r19764: set version in 3.0 branch to 3.0.25Gerald Carter2007-10-101-1/+1
* r19762: libaddns/*[ch] code fixes donated by Centeris CorporationGerald Carter2007-10-1016-4928/+1764
* r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup)Gerald Carter2007-10-101-3/+0
* r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter2007-10-105-40/+37
* r19748: Ensure to link against the required libraries.Lars Müller2007-10-101-1/+1
* r19747: Ensure to link with the required objects.Lars Müller2007-10-101-1/+1
* r19745: For the fun of it, add an CLDAP client written in perl.Günther Deschner2007-10-101-0/+466
* r19744: merge from samba4Stefan Metzmacher2007-10-105-53/+198
* r19741: fix compiler warningsStefan Metzmacher2007-10-101-4/+8
* r19739: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r19730: as libreplace always provides dlopen(), we need to always define SHLI...Stefan Metzmacher2007-10-101-1/+2
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-1031-628/+1810
* r19718: define SHLIBEXT (prepare ldb merge from samba4)Stefan Metzmacher2007-10-101-0/+1
* r19710: Fix memory leak in get_conf_item_string(). AsJeremy Allison2007-10-101-5/+1
* r19709: Fix bug #4224 - deadtime timeout was brokenJeremy Allison2007-10-101-0/+1
* r19705: Fix blocker bug for 3.0.23d - find_forced_group couldJeremy Allison2007-10-101-0/+9
* r19703: Don't free a string if you want to return it!Simo Sorce2007-10-101-1/+0
* r19692: Another fix.Simo Sorce2007-10-101-1/+0
* r19691: Fix the buildSimo Sorce2007-10-101-1/+1
* r19690: Remove this ancient module, I never realized it was ported over.Simo Sorce2007-10-103-497/+1
* r19689: Fix a NULL dereference found by coverity (the call to strlen).Volker Lendecke2007-10-101-1/+3
* r19688: Fix a deadcode warning by Coverity.Volker Lendecke2007-10-101-7/+5
* r19687: Fix uninitialized variables found by Coverity (and gcc -O1... ;-))Volker Lendecke2007-10-101-1/+2
* r19686: Fix the buildVolker Lendecke2007-10-101-1/+1
* r19685: Two changes inspired by problems with huge tdbs. tdbtool's list comma...Volker Lendecke2007-10-104-10/+19
* r19669: set_share_security does not need a mem_ctx passedVolker Lendecke2007-10-104-5/+5
* r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke2007-10-105-20/+26
* r19667: Fix incorrect null checkVolker Lendecke2007-10-101-1/+1
* r19666: Talloc_guide text on multithreading by Remi TurboultVolker Lendecke2007-10-101-0/+16
* r19665: Fix a memleakVolker Lendecke2007-10-101-3/+3
* r19659: Fix bug #4187. Possible crash in signing on/off code.Jeremy Allison2007-10-101-0/+8
* r19657: Correctly check for malloc failureVolker Lendecke2007-10-101-1/+1
* r19656: Correctly check for malloc failureVolker Lendecke2007-10-101-1/+1
* r19655: Jeremy, please review:Jim McDonough2007-10-101-3/+3
* r19652: Trying to track down which caller tries to store a 0 length domain nameGünther Deschner2007-10-101-1/+6
* r19651: Fix interesting bug with the automatic site coverage in Active Direct...Günther Deschner2007-10-104-4/+28
* r19648: whoops, forgot to increment the vfs version number with the added flockJim McDonough2007-10-101-1/+2
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-1011-24/+380
* r19646: Fix memleak in the default_ou_string handling. Thanks to David HuGünther Deschner2007-10-101-11/+37