summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02the pdbedit tool manpageSimo Sorce1-0/+291
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
2001-12-31Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison2-7/+1
2001-12-31added a simple test to see whether building shared libraries actuallyAndrew Tridgell3-297/+346
2001-12-31ops, froget to set the values.Simo Sorce1-1/+7
2001-12-31const religionSimo Sorce1-3/+3
2001-12-31port mods from 2.2Simo Sorce1-3/+36
2001-12-31reverted to 1.24 and manually merged in changes from 2.2Gerald Carter1-194/+71
2001-12-31cope with systems that don't have full gssapi libsAndrew Tridgell6-663/+720