summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* print the timezone in the same format as 'date +%z' - much better for scriptingAndrew Tridgell2002-01-041-5/+8
* Missed error return is can_rename fails.Jeremy Allison2002-01-041-0/+1
* Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-043-41/+102
* sync with 2.2Gerald Carter2002-01-041-3/+3
* Added WERROR for non local domain.Jeremy Allison2002-01-031-0/+1
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-037-6/+17
* Note: This does NOT work yet. More work is in progress - please wait before u...John Terpstra2002-01-032-7/+19
* Don't use static memory, malloc it...Jeremy Allison2002-01-031-2/+12
* Fix the fix.... (sigh).Jeremy Allison2002-01-031-1/+1
* Ensure modtime is set correctly on destination files in copy command.Jeremy Allison2002-01-031-0/+4
* Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison2002-01-031-8/+9
* added nTSecurityDescriptor field to host acct dumpAndrew Tridgell2002-01-031-1/+3
* Update the NT_STATUS -> DOS error table.Andrew Bartlett2002-01-034-410/+435
* Clarify doc for SAFE_FREE.Martin Pool2002-01-031-3/+7
* Make a couple more of the warnings also be C commentsAndrew Bartlett2002-01-031-2/+2
* A few changes to always output the erorr mapping even when the error wasAndrew Bartlett2002-01-031-27/+34
* Workaround some 'smarts' in Win2k.Andrew Bartlett2002-01-031-0/+20
* Re-add bail on failure.Andrew Bartlett2002-01-031-2/+8
* Fix talloc msg registrationMartin Pool2002-01-031-1/+1
* Put a name on lp_talloc poolMartin Pool2002-01-031-1/+1
* Make talloctort call talloc_describe_all before exitingMartin Pool2002-01-031-0/+2
* Cope nicely with pools with no name.Martin Pool2002-01-031-1/+10
* fixed ERRMAPEXTRACT torture to work with win2kAndrew Tridgell2002-01-031-11/+5
* smbd children should also register for POOL_USAGEMartin Pool2002-01-031-0/+1
* Cleanup format.Martin Pool2002-01-031-1/+1
* talloc accounting now includes number of chunks and bytes allocated.Martin Pool2002-01-031-9/+42
* Send back talloc allocation information when POOL_USAGE is received.Martin Pool2002-01-031-2/+8
* Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool2002-01-032-4/+82
* smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool2002-01-032-2/+7
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-034-2/+47
* Fixed crash bug in display_print_info_2()Tim Potter2002-01-031-65/+87
* Ignore dmalloc.log.Martin Pool2002-01-031-2/+3
* If we receive a message that is not handled then emit a gentle warningMartin Pool2002-01-031-0/+8
* debug output on receipt of message.Martin Pool2002-01-031-0/+2
* Oops, rerun autoconf after last change.Martin Pool2002-01-031-0/+8
* Welcome to preprocessor hell. Had to put a #ifndef around SAFE_FREE toTim Potter2002-01-031-0/+3
* Add instructions on using dmalloc.Martin Pool2002-01-031-0/+8
* Fixed crash bug in display_print_info_1()Tim Potter2002-01-031-3/+13
* Initialise result on success in cli_spoolss_enum_printers() so we don't getTim Potter2002-01-031-0/+2
* The werror<->nt status code map has changed and has broken all the spoolssTim Potter2002-01-031-7/+7
* Removed unused #defineTim Potter2002-01-031-1/+0
* debug statement fixups.Jeremy Allison2002-01-024-52/+43
* removed stuff I wasn't usingGerald Carter2002-01-021-49/+0
* sync up ldap defaults with 2.2Gerald Carter2002-01-021-2/+3
* ooops./ forgot oneGerald Carter2002-01-021-1/+1
* fixing compile errorGerald Carter2002-01-021-4/+4
* We should be SHLD not LINK when creating shared libraries.Jeremy Allison2002-01-022-9/+9
* We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett2002-01-021-12/+12
* Add prs_dump_before to dump everything from the start of the prsMartin Pool2002-01-022-5/+24
* Actually enforce the passdb API.Andrew Bartlett2002-01-029-266/+344