summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20132: get rid of defined but not used warning - static function only usedHerb Lewis1-0/+2
2007-10-10r20131: get rid of a few no previous prototype warningsHerb Lewis8-1/+12
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis15-34/+37
2007-10-10r20119: Update help info indicating how to use separators (forward slash only)Jim McDonough1-0/+2
2007-10-10r20118: Fix some more warningsSimo Sorce2-8/+3
2007-10-10r20117: 1st Error in the mergeSimo Sorce1-1/+1
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce42-4514/+7013
2007-10-10r20110: Fix interaction between paranoid malloc checkerJeremy Allison1-0/+17
2007-10-10r20098: Properly fix issues with create_token_from_username()Jeremy Allison4-49/+29
2007-10-10r20097: Ensure found_username is freed correctly whenJeremy Allison1-2/+7
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison20-159/+290
2007-10-10r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati MohananJim McDonough3-1/+659
2007-10-10r20087: Ensure we clean up any random pending events weJeremy Allison2-2/+23
2007-10-10r20082: When fork_domain_child is forked when we're offlineJeremy Allison1-0/+11
2007-10-10r20069: Fix logic bug I introducedVolker Lendecke1-1/+1
2007-10-10r20063: Fix a missing protoype warning in freelistcheck.cVolker Lendecke1-0/+2
2007-10-10r20060: Fix the timout calculation.Jeremy Allison1-7/+9
2007-10-10r20058: Ensure we actually do the increasing timeJeremy Allison1-3/+1
2007-10-10r20057: Attempt to fix connect timeouts when connected onJeremy Allison4-17/+59
2007-10-10r20054: Revert my changes, Simo promised to work on it :-)Volker Lendecke1-67/+42
2007-10-10r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static stringVolker Lendecke1-3/+0
2007-10-10r20049: ReformattingVolker Lendecke1-39/+67
2007-10-10r20048: Fix vfs_full_audit after Jims kernel_flock additionVolker Lendecke2-1/+21
2007-10-10r20046: Add ldb_search_exp_fmt and port comment to 4Volker Lendecke1-0/+10
2007-10-10r20037: Reduce code size slightly by shuffling stuff aroundVolker Lendecke2-116/+68
2007-10-10r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke1-0/+39
2007-10-10r20035: Fix obvious horrible bug in falling back to MS-RPCJeremy Allison1-6/+3
2007-10-10r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke3-107/+100
2007-10-10r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke3-100/+107
2007-10-10r20018: Fix a memleak in reg_createkeyVolker Lendecke1-2/+4
2007-10-10r20017: Make srvsvc_NetShareAdd & friends take care of registry sharesVolker Lendecke1-125/+299
2007-10-10r20016: Add two utility functions for easy opening/creating registry keysVolker Lendecke1-1/+95
2007-10-10r20015: We have to zero out handle on key_close, otherwise the NT4 regedit wi...Volker Lendecke1-0/+2
2007-10-10r20014: Ouch.... "res" is not a flag here, it is the service number...Volker Lendecke1-1/+0
2007-10-10r20013: Fix segfaults: parm_error is a unique in/out ptrVolker Lendecke1-3/+9