Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-05-27 | SMBlockingX | Luke Leighton | 1 | -1/+68 |
2000-05-27 | hack to get setprinter working, level2, null sec desc. | Luke Leighton | 2 | -6/+28 |
2000-05-27 | fixed call of firstkey/nextkey to traverse driver database | Andrew Tridgell | 1 | -4/+4 |
2000-05-27 | uninitialised variable "list" | Luke Leighton | 1 | -1/+1 |
2000-05-27 | TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!! | Luke Leighton | 1 | -1/+1 |
2000-05-27 | dummy trash in secdesc. | Luke Leighton | 1 | -3/+7 |
2000-05-27 | bug-fix from tim (insure). dummy fn call for andrew to fill in. | Luke Leighton | 1 | -1/+12 |
2000-05-27 | unistr_to_dos not unistr_to_ascii | Luke Leighton | 3 | -4/+26 |
2000-05-27 | fixed nttrans.c | Luke Leighton | 5 | -554/+832 |
2000-05-27 | security descs in spoolss. needs parse_sec.c nttrans.c broken. | Luke Leighton | 9 | -888/+1138 |
2000-05-27 | cifs parser. | Luke Leighton | 9 | -6/+707 |
2000-05-27 | fixed bugs in fdpass tests | Andrew Tridgell | 1 | -8/+11 |
2000-05-27 | move srandom to after connect so random stuff in clientgen doesn't | Andrew Tridgell | 1 | -2/+4 |
2000-05-26 | Fixed memory leak in RPC parsing code. | Shirish Kalele | 2 | -2/+9 |
2000-05-26 | Compile time warning fixes and a time_t -> uint32 conversion fix. | Jeremy Allison | 1 | -2/+6 |
2000-05-26 | Fixed last remaining instance of MS_DFS to WITH_MSDFS. | Tim Potter | 1 | -1/+1 |
2000-05-26 | Changed MS_DFS to WITH_MSDFS throughout. | Shirish Kalele | 12 | -120/+139 |
2000-05-25 | Fixed misunderstanding found during CIFS conference. Overlapping lock | Jeremy Allison | 1 | -340/+278 |
2000-05-24 | minor fixes | Andrew Tridgell | 2 | -7/+4 |
2000-05-24 | 2nd evil simultaneous read-write test. forks. one writer. others | Luke Leighton | 1 | -1/+118 |
2000-05-24 | removed lp_revalidate() | Andrew Tridgell | 1 | -4/+0 |
2000-05-24 | new prototypes | Andrew Tridgell | 1 | -2/+3 |
2000-05-24 | we don't do "revalidate = yes" any more | Andrew Tridgell | 1 | -5/+0 |
2000-05-24 | added -u hide_unlock_fails option | Andrew Tridgell | 1 | -2/+7 |
2000-05-24 | added tdb_pack() and tdb_unpack() | Andrew Tridgell | 1 | -0/+148 |
2000-05-24 | got rid of lp_revalidate() | Andrew Tridgell | 1 | -1/+1 |
2000-05-24 | a fairly big change in spoolss. | Andrew Tridgell | 1 | -16/+14 |
2000-05-24 | a fairly big change in spoolss. | Andrew Tridgell | 1 | -49/+20 |
2000-05-24 | a fairly big change in spoolss. | Andrew Tridgell | 3 | -767/+470 |
2000-05-24 | use \\ in front of filenames | Andrew Tridgell | 1 | -2/+2 |
2000-05-24 | use lp_workgroup() | Andrew Tridgell | 1 | -10/+13 |
2000-05-24 | use lp_workgroup() | Andrew Tridgell | 1 | -3/+4 |
2000-05-24 | torture test: | Luke Leighton | 1 | -0/+91 |
2000-05-23 | Did a proper fix for the file access on IPC$. Denied all pipe opens on | Jeremy Allison | 3 | -126/+202 |
2000-05-23 | Fixed bug where file access was allowed on IPC$ share. | Jeremy Allison | 4 | -5/+11 |
2000-05-22 | Added -W workgroup command line option. | Tim Potter | 2 | -2/+12 |
2000-05-22 | Modify NT driver heirarchy to fix HP bug with duplicate printer driver | Jeremy Allison | 1 | -10/+58 |
2000-05-22 | more aparser stuff - we now handle everything but the idl headers in srvsvc.idl | Andrew Tridgell | 8 | -140/+699 |
2000-05-18 | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 14 | -42/+1352 |
2000-05-17 | Changed name of case_sensitive in mask_match to avaid gcc "shadow global" | Jeremy Allison | 1 | -4/+2 |
2000-05-17 | Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct | Jeremy Allison | 3 | -3/+34 |
2000-05-17 | error check in vluke.c | Andrew Tridgell | 2 | -7/+198 |