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
/
torture
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-18
added samr_CreateUser() samr_DeleteUser(). The test suite creates a
Andrew Tridgell
1
-2
/
+42
2003-11-18
cope with no printers returned from EnumPrinters
Andrew Tridgell
1
-0
/
+5
2003-11-18
changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().
Andrew Tridgell
2
-6
/
+12
2003-11-18
Working on EnumPrinterData. There appears to be an alignment problem
Tim Potter
1
-0
/
+45
2003-11-18
added samr_QuerySecurity() call that displays the ACL for any handle.
Andrew Tridgell
1
-0
/
+38
2003-11-18
use the auto-generated UUID, version and name rather than listing them
Andrew Tridgell
7
-10
/
+31
2003-11-18
fill in skeletons for the rest of the function calls in wkssvc (based
Andrew Tridgell
1
-2
/
+42
2003-11-18
* use the new auto-generated debug code method.
Andrew Tridgell
6
-66
/
+20
2003-11-17
remove an unused variable
Andrew Tridgell
1
-1
/
+0
2003-11-17
added wkssvc.idl and test code
Andrew Tridgell
2
-0
/
+70
2003-11-17
* add another WERR err code
Andrew Tridgell
4
-44
/
+28
2003-11-17
use [subcontext] to make GetPrinter a bit easier in smbtorture
Andrew Tridgell
2
-17
/
+8
2003-11-17
call OpenPrinterEx on each printer on the server, and then call
Andrew Tridgell
1
-75
/
+161
2003-11-17
added OpenPrinter and a test function. Note that the Samba3 structure
Andrew Tridgell
1
-0
/
+36
2003-11-17
* more info levels for EnumPrinter
Andrew Tridgell
1
-4
/
+8
2003-11-17
nicer method of handling spoolss EnumPrinters
Andrew Tridgell
1
-15
/
+19
2003-11-16
use nstring and [relative] to support levels 1 and 2 of EnumPrinters
Andrew Tridgell
1
-27
/
+37
2003-11-16
added support for level1 of EnumPrinters in spoolss. This uses a
Andrew Tridgell
1
-14
/
+17
2003-11-16
Added tests for EnumPrinters and ClosePrinter.
Tim Potter
1
-6
/
+72
2003-11-15
the returned policy handle in spoolss_OpenPrinterEx() is pass by
Andrew Tridgell
1
-0
/
+3
2003-11-15
remember to samr_Close() policy handles after use
Andrew Tridgell
1
-5
/
+46
2003-11-15
added OpenAlias and QueryAliasInfo levels 1 to 3
Andrew Tridgell
1
-1
/
+69
2003-11-15
added OpenGroup and QueryGroupInfo levels 1 to 4
Andrew Tridgell
1
-3
/
+72
2003-11-15
don't encode my own servers name in the test :)
Andrew Tridgell
1
-1
/
+1
2003-11-15
added UserInfo level 21
Andrew Tridgell
1
-1
/
+1
2003-11-15
added samr UserInfo levels 4 to 20
Andrew Tridgell
1
-1
/
+2
2003-11-15
added samr_UserInfo2 and samr_UserInfo3
Andrew Tridgell
1
-10
/
+16
2003-11-15
added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1
Andrew Tridgell
1
-2
/
+92
2003-11-15
added samr_EnumDomainGroups and samr_EnumDomainUsers
Andrew Tridgell
1
-0
/
+59
2003-11-15
added another 11 levels of QueryDomainInfo
Andrew Tridgell
1
-9
/
+16
2003-11-15
added samr_OpenDomain() and samr_QueryDomainInfo() level 1
Andrew Tridgell
1
-4
/
+63
2003-11-15
run LookupDomain on each domain returned from EnumDomains in samr
Andrew Tridgell
1
-1
/
+42
2003-11-15
added the first couple of calls from samr as IDL
Andrew Tridgell
3
-63
/
+102
2003-11-15
Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx
Tim Potter
2
-0
/
+77
2003-11-15
added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code
Andrew Tridgell
1
-0
/
+29
2003-11-14
it turns out that all MS servers ignore the artifact struct_len fields
Andrew Tridgell
1
-0
/
+4
2003-11-14
added the dfs_GetInfo all - all levels
Andrew Tridgell
1
-1
/
+90
2003-11-14
* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't work
Andrew Tridgell
1
-10
/
+21
2003-11-14
* fixed lsa_LookupPrivName
Andrew Tridgell
2
-11
/
+11
2003-11-14
we can now do a level1 NetDfsEnum()
Andrew Tridgell
2
-6
/
+25
2003-11-13
fixed rpcecho EchoData debug code
Andrew Tridgell
1
-2
/
+2
2003-11-13
* fixed conformant arrays in structures
Andrew Tridgell
4
-7
/
+131
2003-11-11
added QueryPolicyInfo/PrimaryDomainInfo idl and test code
Andrew Tridgell
1
-0
/
+2
2003-11-11
support lsa_AuditEventsInfo
Andrew Tridgell
1
-9
/
+14
2003-11-11
start using automatic union printing
Andrew Tridgell
1
-5
/
+1
2003-11-11
automatically generate ndr_print_*() functions for every IDL
Andrew Tridgell
1
-64
/
+18
2003-11-11
started adding support for lsa_QueryInfoPolicy
Andrew Tridgell
1
-0
/
+35
2003-11-10
added idl and test code for lsa_LookupPrivName()
Andrew Tridgell
1
-3
/
+29
2003-11-10
added IDL and test for lsa_EnumAccountRights()
Andrew Tridgell
1
-1
/
+32
2003-11-10
added IDL and test for lsa_EnumPrivsAccount()
Andrew Tridgell
1
-5
/
+41
[next]