Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20171: Don't delete the krb5 credential if others still reference to it. | Günther Deschner | 2 | -21/+37 |
2007-10-10 | r20170: Fix secure DNS updates to work against | Gerald Carter | 4 | -21/+53 |
2007-10-10 | r20169: Support for fallback to legacy mapping code was not completely tested. | Simo Sorce | 2 | -22/+42 |
2007-10-10 | r20165: Change messaging subsystem to only allow one message | Jeremy Allison | 1 | -3/+11 |
2007-10-10 | r20160: Fix long-standing (ie. from initial code I think) bug | Jeremy Allison | 1 | -2/+5 |
2007-10-10 | r20155: revert, I misread | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20154: Fix nasty typo, hunting another bug | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20151: remove meaningless checks | Simo Sorce | 1 | -8/+0 |
2007-10-10 | r20150: better memory handling for some functions, make sure we don't | Simo Sorce | 5 | -19/+39 |
2007-10-10 | r20148: Forgot to merge. Ensure open_any_socket_out() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20146: Now online checks are fully async we can do them | Jeremy Allison | 1 | -7/+1 |
2007-10-10 | r20140: Make online/offline detection completely asynchronous. | Jeremy Allison | 3 | -23/+183 |
2007-10-10 | r20136: Fix #4290. Properly compute time to password expiration in message from | Jim McDonough | 1 | -1/+2 |
2007-10-10 | r20133: get rid of defined but not used warning - static function only used | Herb Lewis | 1 | -5/+2 |
2007-10-10 | r20132: get rid of defined but not used warning - static function only used | Herb Lewis | 1 | -0/+2 |
2007-10-10 | r20131: get rid of a few no previous prototype warnings | Herb Lewis | 8 | -1/+12 |
2007-10-10 | r20124: clean up nested extern declaration warnings | Herb Lewis | 15 | -34/+37 |
2007-10-10 | r20119: Update help info indicating how to use separators (forward slash only) | Jim McDonough | 1 | -0/+2 |
2007-10-10 | r20118: Fix some more warnings | Simo Sorce | 2 | -8/+3 |
2007-10-10 | r20117: 1st Error in the merge | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20116: Start merging in the work done to create the new idmap subsystem. | Simo Sorce | 42 | -4514/+7013 |
2007-10-10 | r20110: Fix interaction between paranoid malloc checker | Jeremy Allison | 1 | -0/+17 |
2007-10-10 | r20098: Properly fix issues with create_token_from_username() | Jeremy Allison | 4 | -49/+29 |
2007-10-10 | r20097: Ensure found_username is freed correctly when | Jeremy Allison | 1 | -2/+7 |
2007-10-10 | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 20 | -159/+290 |
2007-10-10 | r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati Mohanan | Jim McDonough | 3 | -1/+659 |
2007-10-10 | r20087: Ensure we clean up any random pending events we | Jeremy Allison | 2 | -2/+23 |
2007-10-10 | r20082: When fork_domain_child is forked when we're offline | Jeremy Allison | 1 | -0/+11 |
2007-10-10 | r20069: Fix logic bug I introduced | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20063: Fix a missing protoype warning in freelistcheck.c | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r20060: Fix the timout calculation. | Jeremy Allison | 1 | -7/+9 |
2007-10-10 | r20058: Ensure we actually do the increasing time | Jeremy Allison | 1 | -3/+1 |
2007-10-10 | r20057: Attempt to fix connect timeouts when connected on | Jeremy Allison | 4 | -17/+59 |
2007-10-10 | r20054: Revert my changes, Simo promised to work on it :-) | Volker Lendecke | 1 | -67/+42 |
2007-10-10 | r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static string | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r20049: Reformatting | Volker Lendecke | 1 | -39/+67 |
2007-10-10 | r20048: Fix vfs_full_audit after Jims kernel_flock addition | Volker Lendecke | 2 | -1/+21 |
2007-10-10 | r20046: Add ldb_search_exp_fmt and port comment to 4 | Volker Lendecke | 1 | -0/+10 |
2007-10-10 | r20037: Reduce code size slightly by shuffling stuff around | Volker Lendecke | 2 | -116/+68 |
2007-10-10 | r20036: Merge ldb_search_exp_fmt -- Thanks simo | Volker Lendecke | 1 | -0/+39 |
2007-10-10 | r20035: Fix obvious horrible bug in falling back to MS-RPC | Jeremy Allison | 1 | -6/+3 |
2007-10-10 | r20020: Arglll... eventlogadm links against reg_db but not the rest of the re... | Volker Lendecke | 3 | -107/+100 |
2007-10-10 | r20019: Replace one set of tricky code by calls to another set of tricky code: | Volker Lendecke | 3 | -100/+107 |
2007-10-10 | r20018: Fix a memleak in reg_createkey | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r20017: Make srvsvc_NetShareAdd & friends take care of registry shares | Volker Lendecke | 1 | -125/+299 |
2007-10-10 | r20016: Add two utility functions for easy opening/creating registry keys | Volker Lendecke | 1 | -1/+95 |
2007-10-10 | r20015: We have to zero out handle on key_close, otherwise the NT4 regedit wi... | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r20014: Ouch.... "res" is not a flag here, it is the service number... | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r20013: Fix segfaults: parm_error is a unique in/out ptr | Volker Lendecke | 1 | -3/+9 |
2007-10-10 | r20012: Reformatting | Volker Lendecke | 1 | -26/+40 |