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
/
source4
/
librpc
/
idl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added samr_QueryDisplayInfo() (only level 1 so far)
Andrew Tridgell
2003-11-20
1
-1
/
+29
*
extensive samr_SetUserInfo/samr_QueryUserInfo testing, with
Andrew Tridgell
2003-11-20
1
-5
/
+5
*
* fixed level2 of QueryUserInfo
Andrew Tridgell
2003-11-20
1
-2
/
+1
*
started on samr_SetUserInfo()
Andrew Tridgell
2003-11-20
1
-3
/
+8
*
fixed srvsvc_NetShareEnumAll()
Andrew Tridgell
2003-11-20
1
-15
/
+9
*
Add a 1004 level for srvsvc.
Richard Sharpe
2003-11-20
1
-0
/
+10
*
Added ATSVC pipe.
Tim Potter
2003-11-20
1
-0
/
+65
*
added samr_LookupRids() and test code
Andrew Tridgell
2003-11-20
1
-1
/
+14
*
added samr_LookupNames() and test code
Andrew Tridgell
2003-11-20
1
-4
/
+11
*
make the echo idl match the win32 IDL again
Andrew Tridgell
2003-11-20
1
-1
/
+1
*
EnumPrinterData in spoolss now works
Andrew Tridgell
2003-11-20
1
-1
/
+1
*
* changed to midl syntax using [case(x)] instead of case(x)
Andrew Tridgell
2003-11-20
6
-122
/
+104
*
fixed wkssvc idl and test code for TransportEnum
Andrew Tridgell
2003-11-19
1
-7
/
+2
*
switched to a new way of handling unions, so that we can handle
Andrew Tridgell
2003-11-19
2
-46
/
+25
*
Fix up some things in the IDL, and fix up a mistake I made before.
Richard Sharpe
2003-11-19
2
-2
/
+2
*
Some simple tweaks to the IDL to make it more correct ...
Richard Sharpe
2003-11-19
1
-7
/
+11
*
started to expand the echo tests to include more interesting test
Andrew Tridgell
2003-11-19
1
-2
/
+53
*
srvsvc IDL and test code from metze. Thanks!
Andrew Tridgell
2003-11-19
1
-0
/
+620
*
after discussions with lukeh, I think we found a alignment bug in old
Andrew Tridgell
2003-11-19
1
-3
/
+5
*
removed an unused structure
Andrew Tridgell
2003-11-19
1
-4
/
+0
*
change to AuditEventsInfo struct from lukeh
Andrew Tridgell
2003-11-19
1
-3
/
+2
*
fixed country code field in samr_UserInfo5
Andrew Tridgell
2003-11-19
1
-1
/
+2
*
possibly better handling of NULL secdesc (thanks to lukeh)
Andrew Tridgell
2003-11-19
1
-2
/
+7
*
added a thanks to Todd Sabin (with his permission)
Andrew Tridgell
2003-11-18
1
-0
/
+5
*
added another wkssvc info level
Andrew Tridgell
2003-11-18
1
-0
/
+43
*
added samr_CreateUser() samr_DeleteUser(). The test suite creates a
Andrew Tridgell
2003-11-18
1
-5
/
+5
*
changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().
Andrew Tridgell
2003-11-18
2
-50
/
+73
*
Working on EnumPrinterData. There appears to be an alignment problem
Tim Potter
2003-11-18
1
-5
/
+4
*
added samr_QuerySecurity() call that displays the ACL for any handle.
Andrew Tridgell
2003-11-18
1
-1
/
+6
*
use the auto-generated UUID, version and name rather than listing them
Andrew Tridgell
2003-11-18
2
-5
/
+3
*
fill in skeletons for the rest of the function calls in wkssvc (based
Andrew Tridgell
2003-11-18
1
-4
/
+155
*
ignore c and h files in the idl dir. This makes it easier to
Andrew Tridgell
2003-11-18
1
-0
/
+1
*
* use the new auto-generated debug code method.
Andrew Tridgell
2003-11-18
1
-5
/
+26
*
added wkssvc.idl and test code
Andrew Tridgell
2003-11-17
1
-0
/
+30
*
* add another WERR err code
Andrew Tridgell
2003-11-17
1
-0
/
+5
*
use [subcontext] to make GetPrinter a bit easier in smbtorture
Andrew Tridgell
2003-11-17
2
-27
/
+3
*
security descriptors are no longer a "special" type, they are handled
Andrew Tridgell
2003-11-17
2
-8
/
+59
*
call OpenPrinterEx on each printer on the server, and then call
Andrew Tridgell
2003-11-17
1
-11
/
+9
*
added OpenPrinter and a test function. Note that the Samba3 structure
Andrew Tridgell
2003-11-17
1
-1
/
+6
*
* more info levels for EnumPrinter
Andrew Tridgell
2003-11-17
1
-5
/
+38
*
nicer method of handling spoolss EnumPrinters
Andrew Tridgell
2003-11-17
1
-7
/
+10
*
use nstring and [relative] to support levels 1 and 2 of EnumPrinters
Andrew Tridgell
2003-11-16
1
-3
/
+65
*
added support for level1 of EnumPrinters in spoolss. This uses a
Andrew Tridgell
2003-11-16
1
-24
/
+17
*
Initial version of printer info 1 for tridge.
Tim Potter
2003-11-16
1
-6
/
+48
*
ignore .pidl files
Andrew Tridgell
2003-11-16
1
-0
/
+1
*
use the "subcontext" magic flag for sec_desc_buf
Andrew Tridgell
2003-11-16
1
-0
/
+6
*
slightly more efficient strlen setting in lsa and samr strings (calls
Andrew Tridgell
2003-11-16
2
-2
/
+2
*
Added IDL for EnumPrinters and ClosePrinter.
Tim Potter
2003-11-16
1
-8
/
+16
*
the returned policy handle in spoolss_OpenPrinterEx() is pass by
Andrew Tridgell
2003-11-15
1
-1
/
+1
*
remember to samr_Close() policy handles after use
Andrew Tridgell
2003-11-15
1
-1
/
+3
[prev]
[next]