summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-02Minor update to make the output 'real C'. (The output is intended to be a CAndrew Bartlett1-3/+8
2002-01-02Removed reference to rpc_client/cli_netlogon.o from dependencies forTim Potter1-1/+1
2002-01-01try to handle broken const in headers on cray unicosAndrew Tridgell2-752/+768
2002-01-01This brings the NT->DOS error mapping into better line with what NT does.Andrew Bartlett1-2/+2
2002-01-01Add a function to convert 'NT_STATUS...' strings back into their actual errorAndrew Bartlett1-0/+16
2002-01-01Allow usernames in the form of 'NT_STATUS_....' to map to that as the errorAndrew Bartlett1-0/+6
2002-01-01Now that winbind doesn't rely on this, we may as well remove it...Andrew Bartlett1-108/+0
2002-01-01Further rpc_client removal, this time from winbindd.Andrew Bartlett3-45/+62
2002-01-01renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headersAndrew Tridgell2-1/+1
2002-01-01A farily large commit:Andrew Bartlett12-191/+166
2002-01-01Add a specialised version of tpot's libsmb samlogon code for use withAndrew Bartlett1-0/+86
2002-01-01Fix up C99 comment.Andrew Bartlett1-1/+1
2002-01-01Named constants are always much better than magic numbers...Andrew Bartlett1-2/+2
2001-12-31last_enum not used.Jeremy Allison1-4/+0