Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10247: Fix help text for net rpc shutdown. | Jim McDonough | 1 | -1/+4 |
2007-10-10 | r10208: Correctly display RDWR only when it *is* RDWR... | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r9787: BUG 2998: patch from Humberto Diogenes <virtual.spirit@digizap.com.br>... | Gerald Carter | 2 | -1/+2 |
2007-10-10 | r9780: Clean up a bunch of compiler warnings. | James Peach | 1 | -2/+2 |
2007-10-10 | r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use | Gerald Carter | 3 | -36/+53 |
2007-10-10 | r9658: cleanup a few debug messages | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r9653: adding common popt args to profiles tool (needed for debuglevel to reg... | Gerald Carter | 1 | -15/+25 |
2007-10-10 | r9628: rewrite profiles tool to use the regfio code. | Gerald Carter | 1 | -692/+164 |
2007-10-10 | r9277: Another unused variable. Bugzilla #2985. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r9272: Patch for fixing unused variables warning from Jason Mader. Fixes | Tim Potter | 1 | -6/+6 |
2007-10-10 | r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context. | Volker Lendecke | 1 | -22/+20 |
2007-10-10 | r9076: fix two other issues invented along the | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r8935: Fix signed/unsigned comparison warning. Bugzilla #2943. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r8911: cosmetic fixes. | Günther Deschner | 3 | -15/+16 |
2007-10-10 | r8833: Fix some uninitialized variables. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r8786: Fix amazing and long-standing bug where user-accounts are just crippled | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r8755: more malloc fixes | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r8675: fix some compile warnings. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r8654: merging cli_spoolss_XX() updates from trunk | Gerald Carter | 1 | -53/+7 |
2007-10-10 | r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 2 | -4/+0 |
2007-10-10 | r8564: Sometimes we're too dumb to live... Fix samr calls where we were | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r8396: fix some compile warnings. | Günther Deschner | 1 | -8/+11 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -31/+41 |
2007-10-10 | r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)... | Jim McDonough | 3 | -3/+1016 |
2007-10-10 | r7998: Fix usage message | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r7902: Fix the build | Volker Lendecke | 1 | -11/+11 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 7 | -23/+23 |
2007-10-10 | r7876: Now that we have "net rpc share migrate security" completly remove the | Günther Deschner | 1 | -6/+3 |
2007-10-10 | r7852: Correct fix from Lars for the argv issue. | Jeremy Allison | 2 | -16/+12 |
2007-10-10 | r7849: Dodgy fix - we shouldn't be assuming argc++ points to a valid argv. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r7703: Fix the problem with MAP_PRIVATE not updating the file. | Richard Sharpe | 1 | -1/+1 |
2007-10-10 | r7691: * add .gdbinit to the svn:ignore files | Gerald Carter | 1 | -3/+0 |
2007-10-10 | r7636: Docu for "net rpc share migrate security" is now valid. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r7632: Cleanup "net share migrate"-code. | Günther Deschner | 1 | -122/+334 |
2007-10-10 | r7609: Move top level dir handling in from of the loop. This makes the code | Lars Müller | 3 | -27/+57 |
2007-10-10 | r7607: Some minor fixes (typos, const) | Günther Deschner | 1 | -8/+5 |
2007-10-10 | r7532: compile fix. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r7512: Fix net share migrate files to also migrate the ACLs of the top level | Lars Müller | 3 | -80/+122 |
2007-10-10 | r7511: Add three new command line switches to testparm: | Lars Müller | 1 | -1/+40 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 3 | -11/+60 |
2007-10-10 | r7391: - Added client-support for various lsa_query_trust_dom_info-calls and a | Günther Deschner | 1 | -10/+199 |
2007-10-10 | r7143: removing unused file | Gerald Carter | 1 | -0/+0 |
2007-10-10 | r7139: trying to reduce the number of diffs between trunk and 3.0; changing v... | Gerald Carter | 3 | -4156/+7 |
2007-10-10 | r7130: remove 'winbind enable local accounts' code from the 3.0 tree | Gerald Carter | 1 | -7/+1 |
2007-10-10 | r6995: * fixing segfault when writing out registry values of zero length | Gerald Carter | 1 | -12/+8 |
2007-10-10 | r6943: missed in last sync | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 2 | -66/+495 |
2007-10-10 | r6940: fixing debug messages | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r6900: Fix bug 2725. Thanks, John, for finding it. | Volker Lendecke | 1 | -1/+3 |