summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke4-22/+17
2007-10-10r19779: Fail properly on talloc_strdup failureVolker Lendecke1-3/+5
2007-10-10r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke4-17/+22
2007-10-10r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b...Volker Lendecke1-20/+22
2007-10-10r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke1-1/+1
2007-10-10r19775: Fix typoVolker Lendecke1-1/+1
2007-10-10r19774: Fix typoVolker Lendecke1-1/+1
2007-10-10r19773: TALLOC_FREE checks for NULL itselfVolker Lendecke1-4/+1
2007-10-10r19766: Fix a const-warning. Jerry, what did you want to fix with this line?Volker Lendecke1-1/+0
2007-10-10r19764: set version in 3.0 branch to 3.0.25Gerald Carter1-1/+1
2007-10-10r19762: libaddns/*[ch] code fixes donated by Centeris CorporationGerald Carter16-4928/+1764
2007-10-10r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup)Gerald Carter1-3/+0
2007-10-10r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter5-40/+37
2007-10-10r19748: Ensure to link against the required libraries.Lars Müller1-1/+1
2007-10-10r19747: Ensure to link with the required objects.Lars Müller1-1/+1
2007-10-10r19744: merge from samba4Stefan Metzmacher5-53/+198
2007-10-10r19741: fix compiler warningsStefan Metzmacher1-4/+8
2007-10-10r19739: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r19730: as libreplace always provides dlopen(), we need to always define SHLI...Stefan Metzmacher1-1/+2
2007-10-10r19725: sync samba3's ldb with samba4Stefan Metzmacher31-628/+1810
2007-10-10r19718: define SHLIBEXT (prepare ldb merge from samba4)Stefan Metzmacher1-0/+1
2007-10-10r19710: Fix memory leak in get_conf_item_string(). AsJeremy Allison1-5/+1
2007-10-10r19709: Fix bug #4224 - deadtime timeout was brokenJeremy Allison1-0/+1
2007-10-10r19705: Fix blocker bug for 3.0.23d - find_forced_group couldJeremy Allison1-0/+9
2007-10-10r19703: Don't free a string if you want to return it!Simo Sorce1-1/+0
2007-10-10r19692: Another fix.Simo Sorce1-1/+0
2007-10-10r19691: Fix the buildSimo Sorce1-1/+1
2007-10-10r19690: Remove this ancient module, I never realized it was ported over.Simo Sorce3-497/+1
2007-10-10r19689: Fix a NULL dereference found by coverity (the call to strlen).Volker Lendecke1-1/+3
2007-10-10r19688: Fix a deadcode warning by Coverity.Volker Lendecke1-7/+5
2007-10-10r19687: Fix uninitialized variables found by Coverity (and gcc -O1... ;-))Volker Lendecke1-1/+2
2007-10-10r19686: Fix the buildVolker Lendecke1-1/+1
2007-10-10r19685: Two changes inspired by problems with huge tdbs. tdbtool's list comma...Volker Lendecke4-10/+19
2007-10-10r19669: set_share_security does not need a mem_ctx passedVolker Lendecke4-5/+5
2007-10-10r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke5-20/+26
2007-10-10r19667: Fix incorrect null checkVolker Lendecke1-1/+1
2007-10-10r19666: Talloc_guide text on multithreading by Remi TurboultVolker Lendecke1-0/+16
2007-10-10r19665: Fix a memleakVolker Lendecke1-3/+3
2007-10-10r19659: Fix bug #4187. Possible crash in signing on/off code.Jeremy Allison1-0/+8
2007-10-10r19657: Correctly check for malloc failureVolker Lendecke1-1/+1
2007-10-10r19656: Correctly check for malloc failureVolker Lendecke1-1/+1
2007-10-10r19655: Jeremy, please review:Jim McDonough1-3/+3
2007-10-10r19652: Trying to track down which caller tries to store a 0 length domain nameGünther Deschner1-1/+6
2007-10-10r19651: Fix interesting bug with the automatic site coverage in Active Direct...Günther Deschner4-4/+28
2007-10-10r19648: whoops, forgot to increment the vfs version number with the added flockJim McDonough1-1/+2
2007-10-10r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough11-24/+380
2007-10-10r19646: Fix memleak in the default_ou_string handling. Thanks to David HuGünther Deschner1-11/+37
2007-10-10r19627: Fix for bug #4211 - logic error in acl_group_override()Jeremy Allison1-2/+2
2007-10-10r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach4-7/+6
2007-10-10r19601: Fix protection from invalid struct tm values.Jeremy Allison1-0/+10