Age | Commit message (Expand) | Author | Files | Lines |
2002-01-06 | Added a get_dos_error_msg() function to mirror the get_nt_error_msg() | Tim Potter | 1 | -0/+11 |
2002-01-06 | Display nicer message when server name could not be resolved. | Tim Potter | 1 | -3/+3 |
2002-01-06 | DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent | Tim Potter | 2 | -1/+2 |
2002-01-06 | Get this code back to where it belongs... | Andrew Bartlett | 1 | -7/+7 |
2002-01-06 | Some more SPNEGO fixes. | Andrew Bartlett | 1 | -1/+1 |
2002-01-05 | fixed another DATA_BLOB constructor | Andrew Tridgell | 1 | -6/+1 |
2002-01-05 | simple fix for creating blank data blobs | Andrew Tridgell | 2 | -5/+8 |
2002-01-05 | merge from 2.2 | Gerald Carter | 4 | -1750/+2756 |
2002-01-05 | Fix up the SPNEGO segfault. | Andrew Bartlett | 1 | -2/+2 |
2002-01-05 | yeah! I think I figured it out now | Gerald Carter | 1 | -0/+463 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 19 | -653/+690 |
2002-01-05 | Add a talloc varient of the data_blob functions. | Andrew Bartlett | 2 | -4/+50 |
2002-01-05 | Add a comment on how this error map was derrived. | Andrew Bartlett | 1 | -0/+22 |
2002-01-05 | forgot a few files | Gerald Carter | 3 | -0/+1275 |
2002-01-05 | merge from 2.2 and regenerate docs | Gerald Carter | 35 | -119/+182 |
2002-01-05 | One line fix to get smbmount working again. | Andrew Bartlett | 1 | -0/+3 |
2002-01-05 | Added DEBUG in set_share_mode to track down logic insanity. | Jeremy Allison | 1 | -0/+8 |
2002-01-05 | Add a touch of const | Andrew Bartlett | 1 | -1/+1 |
2002-01-04 | print the timezone in the same format as 'date +%z' - much better for scripting | Andrew Tridgell | 1 | -5/+8 |
2002-01-04 | Missed error return is can_rename fails. | Jeremy Allison | 1 | -0/+1 |
2002-01-04 | Re-wrote the guts of the rename_internals code to cope with a reported | Jeremy Allison | 3 | -41/+102 |
2002-01-04 | sync with 2.2 | Gerald Carter | 1 | -3/+3 |
2002-01-03 | Added WERROR for non local domain. | Jeremy Allison | 1 | -0/+1 |
2002-01-03 | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 7 | -6/+17 |
2002-01-03 | Note: This does NOT work yet. More work is in progress - please wait before u... | John Terpstra | 2 | -7/+19 |
2002-01-03 | Don't use static memory, malloc it... | Jeremy Allison | 1 | -2/+12 |
2002-01-03 | Fix the fix.... (sigh). | Jeremy Allison | 1 | -1/+1 |
2002-01-03 | Ensure modtime is set correctly on destination files in copy command. | Jeremy Allison | 1 | -0/+4 |
2002-01-03 | Fixed embarressing 16k strack trashing bug :-(. | Jeremy Allison | 1 | -8/+9 |
2002-01-03 | added nTSecurityDescriptor field to host acct dump | Andrew Tridgell | 1 | -1/+3 |
2002-01-03 | Update the NT_STATUS -> DOS error table. | Andrew Bartlett | 4 | -410/+435 |
2002-01-03 | Clarify doc for SAFE_FREE. | Martin Pool | 1 | -3/+7 |
2002-01-03 | Make a couple more of the warnings also be C comments | Andrew Bartlett | 1 | -2/+2 |
2002-01-03 | A few changes to always output the erorr mapping even when the error was | Andrew Bartlett | 1 | -27/+34 |
2002-01-03 | Workaround some 'smarts' in Win2k. | Andrew Bartlett | 1 | -0/+20 |
2002-01-03 | Re-add bail on failure. | Andrew Bartlett | 1 | -2/+8 |
2002-01-03 | Fix talloc msg registration | Martin Pool | 1 | -1/+1 |
2002-01-03 | Put a name on lp_talloc pool | Martin Pool | 1 | -1/+1 |
2002-01-03 | Make talloctort call talloc_describe_all before exiting | Martin Pool | 1 | -0/+2 |
2002-01-03 | Cope nicely with pools with no name. | Martin Pool | 1 | -1/+10 |
2002-01-03 | fixed ERRMAPEXTRACT torture to work with win2k | Andrew Tridgell | 1 | -11/+5 |
2002-01-03 | smbd children should also register for POOL_USAGE | Martin Pool | 1 | -0/+1 |
2002-01-03 | Cleanup format. | Martin Pool | 1 | -1/+1 |
2002-01-03 | talloc accounting now includes number of chunks and bytes allocated. | Martin Pool | 1 | -9/+42 |
2002-01-03 | Send back talloc allocation information when POOL_USAGE is received. | Martin Pool | 1 | -2/+8 |
2002-01-03 | Add talloc_asprintf_append, which grows an existing string buffer to | Martin Pool | 2 | -4/+82 |
2002-01-03 | smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's pretty | Martin Pool | 2 | -2/+7 |
2002-01-03 | smbd should register to receive MSG_REQ_POOL_USAGE. Response should | Martin Pool | 4 | -2/+47 |
2002-01-03 | Fixed crash bug in display_print_info_2() | Tim Potter | 1 | -65/+87 |
2002-01-03 | Ignore dmalloc.log. | Martin Pool | 1 | -2/+3 |