index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tidied up security rights definitions.
Jeremy Allison
2000-08-10
1
-2
/
+1
*
got error code right for printer update/add failure
Andrew Tridgell
2000-08-09
1
-3
/
+3
*
added printer admin option
Andrew Tridgell
2000-08-09
1
-42
/
+26
*
Fixed up the user/group contexts when using authenticated pipes.
Jeremy Allison
2000-08-04
2
-1
/
+15
*
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
2000-08-02
2
-3
/
+3
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
6
-48
/
+37
*
Added print job substitutions for %{printername}, %{sharename} and %{portname}
Jeremy Allison
2000-08-01
1
-5
/
+1
*
Save & restore the port name correctly.
Jeremy Allison
2000-07-31
1
-16
/
+1
*
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
2000-07-31
1
-69
/
+227
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
3
-179
/
+77
*
if no comment in TDB, use comment from print share.
Jean-François Micouleau
2000-07-26
1
-4
/
+15
*
Fixed memory leaks in _spoolss_addprinterdriver()
Tim Potter
2000-07-26
1
-5
/
+9
*
Fixed up error checking and move printer file code. Fixed a memory leak.
Jeremy Allison
2000-07-25
1
-2
/
+3
*
Added some error checking and returns to the new 'move' code.
Jeremy Allison
2000-07-25
1
-2
/
+3
*
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
2000-07-25
2
-198
/
+211
*
Tidy up code to add printer. Always index in tdb by sharename. This
Jeremy Allison
2000-07-25
1
-5
/
+33
*
Fixed open handle code in printers - 3 functions were always being done
Jeremy Allison
2000-07-22
1
-120
/
+134
*
rpc_parse/parse_prs.c: Removed extraneous ()'s.
Jeremy Allison
2000-07-18
1
-20
/
+24
*
Missing var.
Tim Potter
2000-07-17
1
-1
/
+1
*
Free security descriptor after access check in update_printer_sec()
Tim Potter
2000-07-17
1
-3
/
+7
*
Renamed arguments to se_access_check()
Tim Potter
2000-07-17
1
-4
/
+28
*
Don't return winbind groups or users when responding to samr_enum_dom_users
Tim Potter
2000-07-13
1
-0
/
+21
*
- The printers are indexed by the sharename in both get_a_printer() and
Jean-François Micouleau
2000-07-12
1
-6
/
+17
*
Ensure correct driver paths are returned in INFO_2 struct.
Jeremy Allison
2000-07-10
1
-6
/
+6
*
Fixes for various compile warnings on Solaris 8.
Tim Potter
2000-07-10
1
-1
/
+2
*
Moved winbind client functions from various odd locations to
Tim Potter
2000-07-10
1
-59
/
+0
*
Re-instated lanman printing security checks (oops).
Tim Potter
2000-07-10
1
-14
/
+55
*
printing/nt_printing.c: (From JF) use the driver name - already given to us.
Jeremy Allison
2000-07-06
1
-47
/
+62
*
Pass either an authenticated pipe or SMB user in a current_user struct down
Tim Potter
2000-07-06
1
-13
/
+38
*
Pass pipes_struct rather than vuid down to startdocprinter, setprinter and
Tim Potter
2000-07-06
1
-3
/
+3
*
Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESS
Tim Potter
2000-07-06
1
-3
/
+3
*
Some more sec_ctx changes. Modified some fields in the pipe_struct
Tim Potter
2000-07-03
2
-20
/
+28
*
Renamed generic_request() to winbindd_request()
Tim Potter
2000-07-03
1
-1
/
+1
*
reverting Jeremy's changes to enumprinterdata.
Jean-François Micouleau
2000-07-01
1
-2
/
+2
*
Found that the minimum priority is 1 and not 0 on NT.
Jean-François Micouleau
2000-07-01
1
-4
/
+4
*
Fixed oops with missing MANGLE_PATH directive.
Jeremy Allison
2000-06-30
1
-2
/
+6
*
Tidy up current spool code - added some JRATEST ifdefs to allow
Jeremy Allison
2000-06-29
1
-16
/
+17
*
Changing drivers using the properties page works - but only if getting/setting
Jeremy Allison
2000-06-26
1
-30
/
+40
*
Fixed display of "Everyone" in SD's.
Jeremy Allison
2000-06-26
1
-1
/
+5
*
lib/util_sid.c: Uninitialized memory read.
Jeremy Allison
2000-06-24
2
-7
/
+14
*
Got a bit carried away deleting things.
Tim Potter
2000-06-23
1
-1
/
+1
*
Removed unused variables.
Tim Potter
2000-06-23
1
-2
/
+0
*
Removed save directory argument to become_root() calls. Probably most of
Tim Potter
2000-06-23
6
-42
/
+42
*
Changed enumports to show printernames as ports. In line with 'the grand plan...
Jeremy Allison
2000-06-22
1
-11
/
+51
*
lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.
Jeremy Allison
2000-06-22
1
-54
/
+32
*
Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also some
Jeremy Allison
2000-06-20
2
-2
/
+3
*
Forgot pipes_struct conversion for api_samr_enum_dom_aliases()
Tim Potter
2000-06-16
1
-1
/
+3
*
Simplified server pipe implementation by changing arguments passed down
Tim Potter
2000-06-16
1
-14
/
+17
*
Simplified server pipe implementation by changing arguments passed down
Tim Potter
2000-06-16
1
-40
/
+108
*
Simplified server pipe implementation by changing arguments passed down
Tim Potter
2000-06-16
1
-18
/
+29
[prev]
[next]