Age | Commit message (Expand) | Author | Files | Lines |
2002-10-19 | This fixes some bugs for NT4 usrmgr.exe | Volker Lendecke | 1 | -1/+11 |
2002-10-17 | When unmarshalling a relstr, don't unmarshall the string data if the | Tim Potter | 1 | -0/+3 |
2002-10-12 | Nice *big* patch from metze. | Andrew Bartlett | 1 | -3/+3 |
2002-10-05 | missing prs_align()'s | Gerald Carter | 1 | -0/+9 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 2 | -2/+115 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -10/+25 |
2002-09-27 | HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN ! | Jeremy Allison | 1 | -20/+17 |
2002-09-26 | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much* | Andrew Bartlett | 1 | -1/+44 |
2002-09-22 | Change parsing of policy and privs delta to what Ethereal says. | Volker Lendecke | 1 | -70/+66 |
2002-09-13 | wrong alignment size calculation | Simo Sorce | 1 | -1/+3 |
2002-09-06 | Display debug data we are marshalling/unmarshalling a UNISTR in a | Tim Potter | 1 | -1/+7 |
2002-09-05 | A netshareenum reply always contains an enum_hnd. win2k returns zero | Tim Potter | 1 | -4/+2 |
2002-09-04 | Fix typo in comment. | Tim Potter | 1 | -1/+1 |
2002-09-03 | Implemented client function for deleteprinterdataex. | Tim Potter | 1 | -0/+15 |
2002-09-02 | Implemented some more client side spoolss functions: | Tim Potter | 1 | -7/+96 |
2002-08-31 | Avoid writing unitialised bytes to the wire (and consequent valgrind warnings) | Andrew Bartlett | 1 | -1/+5 |
2002-08-30 | fix up print portion of registry. Merge from APP_HEAD. | Gerald Carter | 1 | -72/+2 |
2002-08-30 | merge of phant0m key fix from APP_HEAD | Gerald Carter | 1 | -2/+6 |
2002-08-30 | removed a debug line | Andrew Tridgell | 1 | -2/+0 |
2002-08-29 | There's more work to be done on samsync. Intermediate commit, now | Volker Lendecke | 1 | -1/+1 |
2002-08-27 | fix 2 byte alignment/offset bug that prevented Win2k/XP clients | Gerald Carter | 1 | -9/+16 |
2002-08-23 | some cleanup while working on the NETLOGON pipe. | Jean-François Micouleau | 2 | -40/+4 |
2002-08-22 | Added some new delta types discovered by Ronnie from ethereal" | Tim Potter | 1 | -16/+23 |
2002-08-22 | added a 'net rpc samdump' command for dumping the whole sam via | Andrew Tridgell | 1 | -3/+6 |
2002-08-21 | NETLOGON NetServerAuthenticate3 include and parser file | Jean-François Micouleau | 1 | -1/+80 |
2002-08-17 | * the printing code should now be back to the working state it was | Gerald Carter | 1 | -1/+1 |
2002-08-16 | Fairly large change to printing code. | Gerald Carter | 1 | -36/+0 |
2002-08-15 | Rename unknown_0 field in create_user2 reply in the actual struct. | Tim Potter | 1 | -1/+1 |
2002-08-15 | The unknown_0 field in a CREATE_USER2 reply is the access granted. | Tim Potter | 1 | -1/+1 |
2002-08-14 | added comment about a new specversion seen from client. | Gerald Carter | 1 | -0/+2 |
2002-08-12 | Add lsa 0x2e (queryinfo2) client side | Jim McDonough | 1 | -0/+13 |
2002-08-12 | Add client side support for samr connect4 (0x3e). Seems to have one | Jim McDonough | 1 | -0/+22 |
2002-08-08 | printing change notification merge from APPLIANCE_HEAD | Gerald Carter | 1 | -2/+17 |
2002-08-08 | Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+28 |
2002-08-06 | Add SAMR 0x3e, which is samr_connect4. Seems to be the same as our | Jim McDonough | 1 | -2/+60 |
2002-08-05 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2002-07-31 | Winbind updates! | Andrew Bartlett | 1 | -1/+1 |
2002-07-30 | Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which | Jim McDonough | 1 | -2/+108 |
2002-07-29 | add another registry rpc (opnum 0x14). Have no idea what it's real name | Gerald Carter | 1 | -4/+56 |
2002-07-29 | passing -1 for the src length in rpcstr_pull results in only | Gerald Carter | 1 | -1/+1 |
2002-07-27 | A very long time ago (actually 6 months ago) I promised to commit this code | Andrew Bartlett | 1 | -66/+634 |
2002-07-26 | 3 things: | Gerald Carter | 1 | -1/+7 |
2002-07-24 | several changes in this checkin | Gerald Carter | 1 | -21/+153 |
2002-07-23 | * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2 | Gerald Carter | 2 | -4/+39 |
2002-07-21 | Name get and set dir drive functions consistently. | Tim Potter | 1 | -1/+1 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 1 | -1/+2 |
2002-07-15 | fixed a number of real bugs found by warnings on the 64 bit irix compiler | Andrew Tridgell | 1 | -2/+2 |
2002-07-12 | The changes in make_sec_desc to make us match W2K broke the marshalling/unmar... | Jeremy Allison | 1 | -19/+24 |
2002-07-11 | all that is left to do is to actually perform the | Gerald Carter | 1 | -0/+4 |
2002-07-09 | 8-byte alignment needed for beginning driver_info_level_6. | Gerald Carter | 2 | -22/+36 |