Age | Commit message (Expand) | Author | Files | Lines |
2002-07-20 | If we can't connect, make sure its a level 0 so we see it, and the reason. | Andrew Bartlett | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 7 | -270/+519 |
2002-07-14 | Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier to | Andrew Bartlett | 1 | -51/+116 |
2002-07-09 | Added -I option to rpcclient. | Tim Potter | 1 | -12/+20 |
2002-07-07 | Updates to the 'name -> sid' code: | Andrew Bartlett | 1 | -3/+2 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -1/+1 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 1 | -2/+2 |
2002-06-26 | Qualify some of the hexidecimal responses with 0x | Andrew Bartlett | 1 | -5/+5 |
2002-06-25 | Try to avoid infinite loops when reteriving users - even from broken servers. | Andrew Bartlett | 1 | -1/+4 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2 | -2/+2 |
2002-06-04 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2002-06-03 | Added getdompwinfo function. | Tim Potter | 1 | -0/+26 |
2002-06-01 | Update for new interface to netfileenum | Jim McDonough | 1 | -1/+1 |
2002-05-31 | Update netfileenum to new api. | Jim McDonough | 1 | -1/+1 |
2002-05-31 | Fixed crash bug in querydispinfo. | Tim Potter | 1 | -70/+62 |
2002-05-30 | Added netfileenum (sorry - no output though (-:) command. | Tim Potter | 1 | -0/+33 |
2002-05-29 | Added netremotetod to try and figure out which srvsvc commands are denied | Tim Potter | 1 | -0/+23 |
2002-05-28 | Added netshareenum command at level 1 and 2. | Tim Potter | 1 | -1/+74 |
2002-05-28 | Some fixes for enumerating domain groups and aliases: | Tim Potter | 1 | -25/+63 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 2 | -2/+2 |
2002-05-23 | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 1 | -48/+11 |
2002-05-18 | Remove unused files. | Andrew Bartlett | 1 | -3/+6 |
2002-05-17 | A few more trusted domains updates from mimir. | Andrew Bartlett | 1 | -14/+29 |
2002-05-14 | The cli_spoolss_setprinterdata() function interface changed slightly. | Tim Potter | 1 | -2/+4 |
2002-05-07 | Merge from HEAD: | Tim Potter | 1 | -39/+156 |
2002-05-07 | Added cmd_spoolss_enumjobs() function to rpcclient. | Tim Potter | 1 | -39/+156 |
2002-05-07 | Fixed more compiler warnings. | Tim Potter | 1 | -3/+3 |
2002-05-07 | Fixed compile warning. | Tim Potter | 1 | -1/+2 |
2002-04-17 | Fixed command line argument parsing. | Tim Potter | 1 | -70/+54 |
2002-04-16 | merges from SAMBA_2_2 | Gerald Carter | 1 | -44/+61 |
2002-04-15 | Merge of lsa lookup names/sids patch from HEAD. | Tim Potter | 1 | -10/+11 |
2002-04-14 | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 1 | -10/+16 |
2002-04-14 | Fixed comment. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Free popt context after argument parsing. | Tim Potter | 1 | -0/+2 |
2002-04-03 | removing unused files.... | Gerald Carter | 1 | -88/+0 |
2002-04-02 | added "list <pipe>" command to display the available commands | Gerald Carter | 1 | -0/+45 |
2002-04-02 | some mergee from SAMBA_2_2. Does compile, but needs some more testing. | Gerald Carter | 1 | -13/+160 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2 | -4/+4 |
2002-03-08 | Swap order of close brace and done: tag to appease AIX compiler. Order shoul... | Jim McDonough | 1 | -1/+1 |
2002-03-08 | One more fix to get popt to work for some compilers...this is the downside to... | Jim McDonough | 1 | -15/+22 |
2002-03-07 | Convert rpcclient to use popt instead of getopt. Includes changing of got_pa... | Jim McDonough | 1 | -32/+46 |
2002-03-07 | Cosmetic fixup for enum_printers | Tim Potter | 1 | -2/+5 |
2002-03-07 | Fixed a bunch of crash bugs for enumprinters at various info levels. | Tim Potter | 2 | -30/+41 |
2002-03-07 | argc == 0 is an impossible condition. | Tim Potter | 1 | -1/+2 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 1 | -1/+1 |
2002-02-26 | merge from 2.2 - fix parsing of options | Herb Lewis | 1 | -14/+16 |
2002-02-25 | Implemented client side functions for SPOOLSS addform, getform, setform and | Tim Potter | 1 | -13/+150 |
2002-02-20 | Converted remaining spoolss rpcclient functions to werror/needed/offered. | Tim Potter | 1 | -52/+60 |
2002-02-19 | Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede. | Tim Potter | 1 | -14/+23 |
2002-02-19 | Converted cmd_spoolss_enumprinterdrivers() to use new | Tim Potter | 1 | -13/+14 |