index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
idl
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-20
* changed to midl syntax using [case(x)] instead of case(x)
Andrew Tridgell
6
-122
/
+104
2003-11-19
fixed wkssvc idl and test code for TransportEnum
Andrew Tridgell
1
-7
/
+2
2003-11-19
switched to a new way of handling unions, so that we can handle
Andrew Tridgell
2
-46
/
+25
2003-11-19
Fix up some things in the IDL, and fix up a mistake I made before.
Richard Sharpe
2
-2
/
+2
2003-11-19
Some simple tweaks to the IDL to make it more correct ...
Richard Sharpe
1
-7
/
+11
2003-11-19
started to expand the echo tests to include more interesting test
Andrew Tridgell
1
-2
/
+53
2003-11-19
srvsvc IDL and test code from metze. Thanks!
Andrew Tridgell
1
-0
/
+620
2003-11-19
after discussions with lukeh, I think we found a alignment bug in old
Andrew Tridgell
1
-3
/
+5
2003-11-19
removed an unused structure
Andrew Tridgell
1
-4
/
+0
2003-11-19
change to AuditEventsInfo struct from lukeh
Andrew Tridgell
1
-3
/
+2
2003-11-19
fixed country code field in samr_UserInfo5
Andrew Tridgell
1
-1
/
+2
2003-11-19
possibly better handling of NULL secdesc (thanks to lukeh)
Andrew Tridgell
1
-2
/
+7
2003-11-18
added a thanks to Todd Sabin (with his permission)
Andrew Tridgell
1
-0
/
+5
2003-11-18
added another wkssvc info level
Andrew Tridgell
1
-0
/
+43
2003-11-18
added samr_CreateUser() samr_DeleteUser(). The test suite creates a
Andrew Tridgell
1
-5
/
+5
2003-11-18
changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().
Andrew Tridgell
2
-50
/
+73
2003-11-18
Working on EnumPrinterData. There appears to be an alignment problem
Tim Potter
1
-5
/
+4
2003-11-18
added samr_QuerySecurity() call that displays the ACL for any handle.
Andrew Tridgell
1
-1
/
+6
2003-11-18
use the auto-generated UUID, version and name rather than listing them
Andrew Tridgell
2
-5
/
+3
2003-11-18
fill in skeletons for the rest of the function calls in wkssvc (based
Andrew Tridgell
1
-4
/
+155
2003-11-18
ignore c and h files in the idl dir. This makes it easier to
Andrew Tridgell
1
-0
/
+1
2003-11-18
* use the new auto-generated debug code method.
Andrew Tridgell
1
-5
/
+26
2003-11-17
added wkssvc.idl and test code
Andrew Tridgell
1
-0
/
+30
2003-11-17
* add another WERR err code
Andrew Tridgell
1
-0
/
+5
2003-11-17
use [subcontext] to make GetPrinter a bit easier in smbtorture
Andrew Tridgell
2
-27
/
+3
2003-11-17
security descriptors are no longer a "special" type, they are handled
Andrew Tridgell
2
-8
/
+59
2003-11-17
call OpenPrinterEx on each printer on the server, and then call
Andrew Tridgell
1
-11
/
+9
2003-11-17
added OpenPrinter and a test function. Note that the Samba3 structure
Andrew Tridgell
1
-1
/
+6
2003-11-17
* more info levels for EnumPrinter
Andrew Tridgell
1
-5
/
+38
2003-11-17
nicer method of handling spoolss EnumPrinters
Andrew Tridgell
1
-7
/
+10
2003-11-16
use nstring and [relative] to support levels 1 and 2 of EnumPrinters
Andrew Tridgell
1
-3
/
+65
2003-11-16
added support for level1 of EnumPrinters in spoolss. This uses a
Andrew Tridgell
1
-24
/
+17
2003-11-16
Initial version of printer info 1 for tridge.
Tim Potter
1
-6
/
+48
2003-11-16
ignore .pidl files
Andrew Tridgell
1
-0
/
+1
2003-11-16
use the "subcontext" magic flag for sec_desc_buf
Andrew Tridgell
1
-0
/
+6
2003-11-16
slightly more efficient strlen setting in lsa and samr strings (calls
Andrew Tridgell
2
-2
/
+2
2003-11-16
Added IDL for EnumPrinters and ClosePrinter.
Tim Potter
1
-8
/
+16
2003-11-15
the returned policy handle in spoolss_OpenPrinterEx() is pass by
Andrew Tridgell
1
-1
/
+1
2003-11-15
remember to samr_Close() policy handles after use
Andrew Tridgell
1
-1
/
+3
2003-11-15
added OpenAlias and QueryAliasInfo levels 1 to 3
Andrew Tridgell
1
-3
/
+36
2003-11-15
added OpenGroup and QueryGroupInfo levels 1 to 4
Andrew Tridgell
1
-2
/
+38
2003-11-15
added UserInfo level 21
Andrew Tridgell
1
-8
/
+47
2003-11-15
added samr UserInfo levels 4 to 20
Andrew Tridgell
1
-4
/
+94
2003-11-15
added samr_UserInfo2 and samr_UserInfo3
Andrew Tridgell
1
-0
/
+32
2003-11-15
added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1
Andrew Tridgell
1
-3
/
+30
2003-11-15
added samr_EnumDomainGroups and samr_EnumDomainUsers
Andrew Tridgell
1
-2
/
+15
2003-11-15
added another 11 levels of QueryDomainInfo
Andrew Tridgell
1
-0
/
+84
2003-11-15
added samr_OpenDomain() and samr_QueryDomainInfo() level 1
Andrew Tridgell
1
-2
/
+24
2003-11-15
run LookupDomain on each domain returned from EnumDomains in samr
Andrew Tridgell
2
-11
/
+16
2003-11-15
added the first couple of calls from samr as IDL
Andrew Tridgell
1
-0
/
+317
[next]