Age | Commit message (Expand) | Author | Files | Lines |
2000-07-25 | A rather big change set ! (listed in no particular order) | Jean-François Micouleau | 2 | -198/+211 |
2000-07-25 | Tidy up code to add printer. Always index in tdb by sharename. This | Jeremy Allison | 1 | -5/+33 |
2000-07-22 | Fixed open handle code in printers - 3 functions were always being done | Jeremy Allison | 1 | -120/+134 |
2000-07-18 | rpc_parse/parse_prs.c: Removed extraneous ()'s. | Jeremy Allison | 1 | -20/+24 |
2000-07-17 | Missing var. | Tim Potter | 1 | -1/+1 |
2000-07-17 | Free security descriptor after access check in update_printer_sec() | Tim Potter | 1 | -3/+7 |
2000-07-17 | Renamed arguments to se_access_check() | Tim Potter | 1 | -4/+28 |
2000-07-13 | Don't return winbind groups or users when responding to samr_enum_dom_users | Tim Potter | 1 | -0/+21 |
2000-07-12 | - The printers are indexed by the sharename in both get_a_printer() and | Jean-François Micouleau | 1 | -6/+17 |
2000-07-10 | Ensure correct driver paths are returned in INFO_2 struct. | Jeremy Allison | 1 | -6/+6 |
2000-07-10 | Fixes for various compile warnings on Solaris 8. | Tim Potter | 1 | -1/+2 |
2000-07-10 | Moved winbind client functions from various odd locations to | Tim Potter | 1 | -59/+0 |
2000-07-10 | Re-instated lanman printing security checks (oops). | Tim Potter | 1 | -14/+55 |
2000-07-06 | printing/nt_printing.c: (From JF) use the driver name - already given to us. | Jeremy Allison | 1 | -47/+62 |
2000-07-06 | Pass either an authenticated pipe or SMB user in a current_user struct down | Tim Potter | 1 | -13/+38 |
2000-07-06 | Pass pipes_struct rather than vuid down to startdocprinter, setprinter and | Tim Potter | 1 | -3/+3 |
2000-07-06 | Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESS | Tim Potter | 1 | -3/+3 |
2000-07-03 | Some more sec_ctx changes. Modified some fields in the pipe_struct | Tim Potter | 2 | -20/+28 |
2000-07-03 | Renamed generic_request() to winbindd_request() | Tim Potter | 1 | -1/+1 |
2000-07-01 | reverting Jeremy's changes to enumprinterdata. | Jean-François Micouleau | 1 | -2/+2 |
2000-07-01 | Found that the minimum priority is 1 and not 0 on NT. | Jean-François Micouleau | 1 | -4/+4 |
2000-06-30 | Fixed oops with missing MANGLE_PATH directive. | Jeremy Allison | 1 | -2/+6 |
2000-06-29 | Tidy up current spool code - added some JRATEST ifdefs to allow | Jeremy Allison | 1 | -16/+17 |
2000-06-26 | Changing drivers using the properties page works - but only if getting/setting | Jeremy Allison | 1 | -30/+40 |
2000-06-26 | Fixed display of "Everyone" in SD's. | Jeremy Allison | 1 | -1/+5 |
2000-06-24 | lib/util_sid.c: Uninitialized memory read. | Jeremy Allison | 2 | -7/+14 |
2000-06-23 | Got a bit carried away deleting things. | Tim Potter | 1 | -1/+1 |
2000-06-23 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2000-06-23 | Removed save directory argument to become_root() calls. Probably most of | Tim Potter | 6 | -42/+42 |
2000-06-22 | Changed enumports to show printernames as ports. In line with 'the grand plan... | Jeremy Allison | 1 | -11/+51 |
2000-06-22 | lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage. | Jeremy Allison | 1 | -54/+32 |
2000-06-20 | Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also some | Jeremy Allison | 2 | -2/+3 |
2000-06-16 | Forgot pipes_struct conversion for api_samr_enum_dom_aliases() | Tim Potter | 1 | -1/+3 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -14/+17 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -40/+108 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -18/+29 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 7 | -170/+259 |
2000-06-15 | Removed some debugs. | Tim Potter | 1 | -12/+0 |
2000-06-14 | Changed server side lsa_lookup_sids function to look up SIDs that we are | Tim Potter | 1 | -28/+74 |
2000-06-09 | do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx(). | Jean-François Micouleau | 1 | -4/+16 |
2000-06-07 | Fixing get/set of security descriptors. | Jeremy Allison | 1 | -0/+2 |
2000-06-06 | Memory leak fixes. | Jeremy Allison | 2 | -2/+3 |
2000-06-06 | Create elements in default, not in read. | Jeremy Allison | 1 | -3/+1 |
2000-06-05 | Some tidyup fixes (memory leaks etc.). Still no progress with the | Jeremy Allison | 2 | -10/+21 |
2000-06-04 | added a MANGLE_DRIVER_PATH define to chooose whether we stuff with the | Andrew Tridgell | 1 | -10/+9 |
2000-06-03 | rpc_client/cli_lsarpc.c: Removed unused variable. | Jeremy Allison | 1 | -0/+5 |
2000-06-02 | More memory leak and PANIC action fixes. | Jeremy Allison | 1 | -3/+8 |
2000-06-02 | More memory leak fixes. | Jeremy Allison | 1 | -15/+37 |
2000-06-02 | More memory corruption (leaks etc.) fixes. | Jeremy Allison | 1 | -11/+12 |
2000-06-02 | Fixed null pointer indirect in addprinterex. Still working on problem | Jeremy Allison | 1 | -8/+21 |