Age | Commit message (Expand) | Author | Files | Lines |
2000-06-04 | someone forgot a ! | Andrew Tridgell | 1 | -1/+1 |
2000-06-03 | new protos | Andrew Tridgell | 1 | -2/+3 |
2000-06-03 | fixed some ptr declarations | Andrew Tridgell | 1 | -2/+2 |
2000-06-03 | moved secrets fns into secrets.c | Andrew Tridgell | 1 | -1/+1 |
2000-06-03 | moved secrets fns into secrets.c | Andrew Tridgell | 4 | -6/+6 |
2000-06-03 | added %J and %T to run_print_command() | Andrew Tridgell | 1 | -17/+25 |
2000-06-03 | moved secrets handling into secrets.c | Andrew Tridgell | 3 | -79/+48 |
2000-06-03 | rpc_client/cli_lsarpc.c: Removed unused variable. | Jeremy Allison | 3 | -10/+15 |
2000-06-02 | More memory leak and PANIC action fixes. | Jeremy Allison | 4 | -32/+86 |
2000-06-02 | More memory leak fixes. | Jeremy Allison | 1 | -15/+37 |
2000-06-02 | More memory corruption (leaks etc.) fixes. | Jeremy Allison | 2 | -11/+14 |
2000-06-02 | Fixed null pointer indirect in addprinterex. Still working on problem | Jeremy Allison | 2 | -10/+23 |
2000-06-01 | More insure found memory leak and corruption fixes. | Jeremy Allison | 6 | -11/+89 |
2000-06-01 | param/loadparm.c: Looks like someone ran indent on this ! | Jeremy Allison | 5 | -541/+319 |
2000-06-01 | Back to building. Now to test with insure. | Jeremy Allison | 8 | -75/+74 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 13 | -511/+583 |
2000-06-01 | More stuff I cvan't afford to lose. I'm realizing how dependent I am | Jeremy Allison | 3 | -3/+3 |
2000-06-01 | Changes I really don't want to lose whilst CVS is playing up. | Jeremy Allison | 1 | -222/+257 |
2000-05-31 | Changed interface to set_nt_acl slightly. | Jeremy Allison | 1 | -1/+1 |
2000-05-31 | Working UNIX -> NT ACL mapper. | Jeremy Allison | 2 | -446/+409 |
2000-05-31 | Fixed interface between new ACLS and nttrans code. | Jeremy Allison | 3 | -184/+587 |
2000-05-31 | The functionality in this file has been moved into smbd/unix_acls.c in order | Jeremy Allison | 1 | -679/+0 |
2000-05-31 | space in front of lp_preexec() causing make proto to not detect this fn. | Luke Leighton | 1 | -1/+1 |
2000-05-31 | messing about. | Luke Leighton | 25 | -209/+297 |
2000-05-29 | if the tdb stored driver isn't formatted right then return a default | Andrew Tridgell | 1 | -1/+1 |
2000-05-29 | Fixed LsaQueryInformationPolicy level 3 to return primary domain info. | Matthew Chapman | 7 | -30/+103 |
2000-05-29 | fixed some more crashes | Andrew Tridgell | 1 | -86/+44 |
2000-05-29 | don't return a passwd struct for usernames that don't | Andrew Tridgell | 1 | -2/+12 |
2000-05-29 | make proto | Luke Leighton | 2 | -40/+45 |
2000-05-29 | more templates. | Luke Leighton | 4 | -0/+15 |
2000-05-28 | lp_server_role() + use in srv_reg. | Luke Leighton | 4 | -2507/+3165 |
2000-05-28 | updated proto.h | Andrew Tridgell | 1 | -425/+384 |
2000-05-28 | init_unistr takes a const 2nd arg | Andrew Tridgell | 1 | -1/+1 |
2000-05-28 | don't build cli_reg in rpc client library until we merge that from tng | Andrew Tridgell | 1 | -1/+0 |
2000-05-28 | don't free a driver structure from the stack! | Andrew Tridgell | 1 | -5/+7 |
2000-05-28 | fixed return error code that had 0xC with not enough zeros | Andrew Tridgell | 1 | -5/+5 |
2000-05-28 | fixed a couple of bugs in the driver return code | Andrew Tridgell | 1 | -1/+9 |
2000-05-28 | #ifdef not #if | Luke Leighton | 1 | -3/+3 |
2000-05-28 | moved notif_y_table struct to spoolss_nt.c only used there. | Luke Leighton | 4 | -408/+434 |
2000-05-28 | debug output to /tmp. | Luke Leighton | 1 | -1/+1 |
2000-05-28 | more SMBtrans, SMBnttrans stuff. | Luke Leighton | 4 | -24/+276 |
2000-05-27 | SMBulogoffX | Luke Leighton | 1 | -0/+2 |
2000-05-27 | optional (0of or 1of) with "[+]" semantics. | Luke Leighton | 2 | -1/+6 |
2000-05-27 | SMBntcreateX | Luke Leighton | 1 | -5/+23 |
2000-05-27 | SMBnttrans. modified io_uint8s to return address of actual data instead | Luke Leighton | 5 | -50/+132 |
2000-05-27 | getting and setting security descriptors on printers now works | Andrew Tridgell | 6 | -421/+518 |
2000-05-27 | prs_give_memory in wrong place, also poss. was losing mem. | Luke Leighton | 3 | -9/+36 |
2000-05-27 | SMBtrans response. | Luke Leighton | 1 | -1/+27 |
2000-05-27 | SMBtrans and SMBtrans2, some of it. | Luke Leighton | 1 | -21/+100 |
2000-05-27 | fixed return from nt_printing_init() | Andrew Tridgell | 1 | -1/+4 |