summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison7-6/+17
2002-01-03Don't use static memory, malloc it...Jeremy Allison1-2/+12
2002-01-03Fix the fix.... (sigh).Jeremy Allison1-1/+1
2002-01-03Ensure modtime is set correctly on destination files in copy command.Jeremy Allison1-0/+4
2002-01-03Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison1-8/+9
2002-01-03added nTSecurityDescriptor field to host acct dumpAndrew Tridgell1-1/+3
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett4-410/+435
2002-01-03Clarify doc for SAFE_FREE.Martin Pool1-3/+7
2002-01-03Make a couple more of the warnings also be C commentsAndrew Bartlett1-2/+2
2002-01-03A few changes to always output the erorr mapping even when the error wasAndrew Bartlett1-27/+34
2002-01-03Workaround some 'smarts' in Win2k.Andrew Bartlett1-0/+20
2002-01-03Re-add bail on failure.Andrew Bartlett1-2/+8
2002-01-03Fix talloc msg registrationMartin Pool1-1/+1
2002-01-03Put a name on lp_talloc poolMartin Pool1-1/+1
2002-01-03Make talloctort call talloc_describe_all before exitingMartin Pool1-0/+2
2002-01-03Cope nicely with pools with no name.Martin Pool1-1/+10
2002-01-03fixed ERRMAPEXTRACT torture to work with win2kAndrew Tridgell1-11/+5
2002-01-03smbd children should also register for POOL_USAGEMartin Pool1-0/+1
2002-01-03Cleanup format.Martin Pool1-1/+1
2002-01-03talloc accounting now includes number of chunks and bytes allocated.Martin Pool1-9/+42
2002-01-03Send back talloc allocation information when POOL_USAGE is received.Martin Pool1-2/+8
2002-01-03Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool2-4/+82
2002-01-03smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool2-2/+7
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool4-2/+47
2002-01-03Fixed crash bug in display_print_info_2()Tim Potter1-65/+87
2002-01-03Ignore dmalloc.log.Martin Pool1-2/+3
2002-01-03If we receive a message that is not handled then emit a gentle warningMartin Pool1-0/+8
2002-01-03debug output on receipt of message.Martin Pool1-0/+2
2002-01-03Oops, rerun autoconf after last change.Martin Pool1-0/+8
2002-01-03Welcome to preprocessor hell. Had to put a #ifndef around SAFE_FREE toTim Potter1-0/+3
2002-01-03Add instructions on using dmalloc.Martin Pool1-0/+8
2002-01-03Fixed crash bug in display_print_info_1()Tim Potter1-3/+13
2002-01-03Initialise result on success in cli_spoolss_enum_printers() so we don't getTim Potter1-0/+2
2002-01-03The werror<->nt status code map has changed and has broken all the spoolssTim Potter1-7/+7
2002-01-03Removed unused #defineTim Potter1-1/+0
2002-01-02debug statement fixups.Jeremy Allison4-52/+43
2002-01-02removed stuff I wasn't usingGerald Carter1-49/+0
2002-01-02sync up ldap defaults with 2.2Gerald Carter1-2/+3
2002-01-02ooops./ forgot oneGerald Carter1-1/+1
2002-01-02fixing compile errorGerald Carter1-4/+4
2002-01-02We should be SHLD not LINK when creating shared libraries.Jeremy Allison2-9/+9
2002-01-02We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett1-12/+12
2002-01-02Add prs_dump_before to dump everything from the start of the prsMartin Pool2-5/+24
2002-01-02Actually enforce the passdb API.Andrew Bartlett9-266/+344
2002-01-02Make user enumeration work for w2k and win9x.Jeremy Allison2-72/+89
2002-01-02Another touch of 'const'Andrew Bartlett1-1/+1
2002-01-02Doc.Martin Pool1-2/+1
2002-01-02Also capture received dataMartin Pool1-0/+5
2002-01-02struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool1-3/+22
2002-01-02struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool1-0/+3