Age | Commit message (Expand) | Author | Files | Lines |
2000-07-18 | I really didn't like the way generic arrays (lists) were | Gerald Carter | 1 | -0/+321 |
2000-07-18 | grab functions that return RPC_HND_NODE (declared | Gerald Carter | 1 | -1/+1 |
2000-07-18 | Fixed some more client SPOOLSS functions. The following | Gerald Carter | 3 | -76/+80 |
2000-07-18 | Fixed some more SPOOLSS functions. The following | Gerald Carter | 1 | -5/+4 |
2000-07-17 | Missing var. | Tim Potter | 1 | -1/+1 |
2000-07-17 | Reverted changes from rpcclient merge - contains memory leak! | Tim Potter | 1 | -2/+9 |
2000-07-17 | Free security descriptor after access check in update_printer_sec() | Tim Potter | 1 | -3/+7 |
2000-07-17 | Initialise current time to time(NULL) in add_a_printer_2() | Tim Potter | 1 | -1/+4 |
2000-07-17 | make proto | Tim Potter | 1 | -84/+0 |
2000-07-17 | make proto | Tim Potter | 1 | -339/+338 |
2000-07-17 | Allow job owner to delete own print job. | Tim Potter | 1 | -13/+28 |
2000-07-17 | Moved access check for nt_printing_setsec() up into rpc function. | Tim Potter | 1 | -36/+59 |
2000-07-17 | Renamed arguments to se_access_check() | Tim Potter | 1 | -4/+28 |
2000-07-17 | Renamed a parameter in init_request() function. | Tim Potter | 1 | -10/+19 |
2000-07-17 | Added some debugs. | Tim Potter | 1 | -13/+27 |
2000-07-15 | I committed this change to the cliffs archive a while back and have heard | Christopher R. Hertel | 1 | -5/+20 |
2000-07-15 | Lots of changes but no real progress in functionality. | Gerald Carter | 3 | -146/+92 |
2000-07-15 | reverted a some previous additions. | Gerald Carter | 1 | -15/+4 |
2000-07-14 | a few changes to Makefile.in to clean up dependencies for rpcclient | Gerald Carter | 1 | -7/+5 |
2000-07-14 | More functions merged from TNG for rpcclient. They don't all work | Gerald Carter | 4 | -310/+410 |
2000-07-14 | cleaned up access to prs_struct variables. Replaced all calls | Gerald Carter | 1 | -10/+553 |
2000-07-14 | removed references to loopback RPC connections. | Gerald Carter | 1 | -45/+80 |
2000-07-14 | removed prs_data(), prs_free_data(), and prs_realloc_data() | Gerald Carter | 2 | -105/+60 |
2000-07-14 | Fixed a bug in cmd_interp.c where if user%pass was entered on | Gerald Carter | 2 | -206/+3 |
2000-07-14 | make proto | Gerald Carter | 3 | -352/+454 |
2000-07-14 | adding more spoolss command into rpcclient. They don't all work | Gerald Carter | 2 | -2/+368 |
2000-07-13 | Don't return winbind groups or users when responding to samr_enum_dom_users | Tim Potter | 1 | -0/+21 |
2000-07-13 | Uninitialised variables. | Tim Potter | 1 | -0/+2 |
2000-07-12 | we are now sure the printer_info_2 timestamp is updated everytime | Jean-François Micouleau | 2 | -5/+5 |
2000-07-12 | - The printers are indexed by the sharename in both get_a_printer() and | Jean-François Micouleau | 3 | -21/+41 |
2000-07-12 | An improved version of the Negative Query Response fix. The earlier fix | Christopher R. Hertel | 1 | -10/+37 |
2000-07-12 | Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for | Christopher R. Hertel | 1 | -1/+1 |
2000-07-11 | #ifndef RPCCLIENT_TEST | Gerald Carter | 1 | -35/+16 |
2000-07-11 | Allow name lookup to fail and fall back to using the "Everyone" SID | Jeremy Allison | 1 | -3/+5 |
2000-07-11 | Add local fallback for name lookup if no winbindd running... | Jeremy Allison | 1 | -9/+20 |
2000-07-10 | Ensure correct driver paths are returned in INFO_2 struct. | Jeremy Allison | 1 | -6/+6 |
2000-07-10 | make proto | Gerald Carter | 1 | -0/+1 |
2000-07-10 | spoolenum commend (when compiled with the new prs_unistr()) | Gerald Carter | 1 | -7/+9 |
2000-07-10 | Fixed a bug in parsing the command line. | Gerald Carter | 1 | -1/+1 |
2000-07-10 | included a a new prs_unistr(). Is currently #if'd out (denoted | Gerald Carter | 1 | -0/+92 |
2000-07-10 | Added wbinfo and .libs | Tim Potter | 1 | -0/+2 |
2000-07-10 | Fixes for various compile warnings on Solaris 8. | Tim Potter | 6 | -19/+23 |
2000-07-10 | Moved winbind client functions from various odd locations to | Tim Potter | 8 | -168/+240 |
2000-07-10 | make proto | Tim Potter | 2 | -335/+336 |
2000-07-10 | Re-instated lanman printing security checks (oops). | Tim Potter | 5 | -53/+177 |
2000-07-10 | Spelling fixes. | Tim Potter | 1 | -3/+3 |
2000-07-10 | Fix for passing NULL pointer as an array parameter in | Tim Potter | 2 | -4/+4 |
2000-07-10 | Added some useful debugging stuff. | Tim Potter | 1 | -10/+66 |
2000-07-09 | Quick change to short-circuit WINS queries if the WINS server returns a | Christopher R. Hertel | 1 | -6/+20 |
2000-07-07 | Just a few changes due to bringing some partial files back | Gerald Carter | 1 | -3/+10 |