Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-01-03 | If we receive a message that is not handled then emit a gentle warning | Martin Pool | 1 | -0/+8 |
2002-01-03 | debug output on receipt of message. | Martin Pool | 1 | -0/+2 |
2002-01-03 | Oops, rerun autoconf after last change. | Martin Pool | 1 | -0/+8 |
2002-01-03 | Welcome to preprocessor hell. Had to put a #ifndef around SAFE_FREE to | Tim Potter | 1 | -0/+3 |
2002-01-03 | Add instructions on using dmalloc. | Martin Pool | 1 | -0/+8 |
2002-01-03 | Fixed crash bug in display_print_info_1() | Tim Potter | 1 | -3/+13 |
2002-01-03 | Initialise result on success in cli_spoolss_enum_printers() so we don't get | Tim Potter | 1 | -0/+2 |
2002-01-03 | The werror<->nt status code map has changed and has broken all the spoolss | Tim Potter | 1 | -7/+7 |
2002-01-03 | Removed unused #define | Tim Potter | 1 | -1/+0 |
2002-01-02 | debug statement fixups. | Jeremy Allison | 4 | -52/+43 |
2002-01-02 | removed stuff I wasn't using | Gerald Carter | 1 | -49/+0 |
2002-01-02 | sync up ldap defaults with 2.2 | Gerald Carter | 1 | -2/+3 |
2002-01-02 | ooops./ forgot one | Gerald Carter | 1 | -1/+1 |
2002-01-02 | fixing compile error | Gerald Carter | 1 | -4/+4 |
2002-01-02 | We should be SHLD not LINK when creating shared libraries. | Jeremy Allison | 2 | -9/+9 |
2002-01-02 | We go to a lot of effort to avoid strcpy() in Samba, but its not much use if | Andrew Bartlett | 1 | -12/+12 |
2002-01-02 | Add prs_dump_before to dump everything from the start of the prs | Martin Pool | 2 | -5/+24 |
2002-01-02 | Actually enforce the passdb API. | Andrew Bartlett | 9 | -266/+344 |
2002-01-02 | Make user enumeration work for w2k and win9x. | Jeremy Allison | 2 | -72/+89 |
2002-01-02 | Another touch of 'const' | Andrew Bartlett | 1 | -1/+1 |
2002-01-02 | Doc. | Martin Pool | 1 | -2/+1 |
2002-01-02 | Also capture received data | Martin Pool | 1 | -0/+5 |
2002-01-02 | struct cli_state remembers the pipe name that it's talking to, if any, | Martin Pool | 1 | -3/+22 |
2002-01-02 | struct cli_state remembers the pipe name that it's talking to, if any, | Martin Pool | 1 | -0/+3 |
2002-01-02 | Minor update to make the output 'real C'. (The output is intended to be a C | Andrew Bartlett | 1 | -3/+8 |
2002-01-02 | Removed reference to rpc_client/cli_netlogon.o from dependencies for | Tim Potter | 1 | -1/+1 |
2002-01-01 | try to handle broken const in headers on cray unicos | Andrew Tridgell | 2 | -752/+768 |
2002-01-01 | This brings the NT->DOS error mapping into better line with what NT does. | Andrew Bartlett | 1 | -2/+2 |
2002-01-01 | Add a function to convert 'NT_STATUS...' strings back into their actual error | Andrew Bartlett | 1 | -0/+16 |
2002-01-01 | Allow usernames in the form of 'NT_STATUS_....' to map to that as the error | Andrew Bartlett | 1 | -0/+6 |
2002-01-01 | Now that winbind doesn't rely on this, we may as well remove it... | Andrew Bartlett | 1 | -108/+0 |
2002-01-01 | Further rpc_client removal, this time from winbindd. | Andrew Bartlett | 3 | -45/+62 |
2002-01-01 | renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headers | Andrew Tridgell | 2 | -1/+1 |
2002-01-01 | A farily large commit: | Andrew Bartlett | 12 | -191/+166 |
2002-01-01 | Add a specialised version of tpot's libsmb samlogon code for use with | Andrew Bartlett | 1 | -0/+86 |
2002-01-01 | Fix up C99 comment. | Andrew Bartlett | 1 | -1/+1 |