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
/
ndr
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-22
added some explanations for epmapper IDL and dom_sid2
Andrew Tridgell
1
-1
/
+11
2003-11-21
cleaner handling of relative pointers to strings
Andrew Tridgell
1
-3
/
+3
2003-11-21
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
3
-240
/
+270
2003-11-21
Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.
Tim Potter
1
-0
/
+1
2003-11-21
avoid calling the print routines completely if debug level < 2
Andrew Tridgell
1
-6
/
+7
2003-11-21
only display really verbose packet dumps when smbtorture is run at
Andrew Tridgell
1
-2
/
+6
2003-11-21
added 4 more levels to samr_QueryDisplayInfo()
Andrew Tridgell
2
-46
/
+44
2003-11-20
Add initial work on eventlog - doesn't quite work yet.
Tim Potter
1
-0
/
+1
2003-11-20
* fixed libndr.h header
Andrew Tridgell
2
-33
/
+9
2003-11-20
moved the pidl auto-generated files out of CVS
Andrew Tridgell
18
-27735
/
+0
2003-11-20
extensive samr_SetUserInfo/samr_QueryUserInfo testing, with
Andrew Tridgell
2
-20
/
+20
2003-11-20
* fixed level2 of QueryUserInfo
Andrew Tridgell
10
-8
/
+124
2003-11-20
started on samr_SetUserInfo()
Andrew Tridgell
5
-42
/
+589
2003-11-20
fixed srvsvc_NetShareEnumAll()
Andrew Tridgell
2
-143
/
+20
2003-11-20
Add a 1004 level for srvsvc.
Richard Sharpe
2
-0
/
+159
2003-11-20
Added ATSVC pipe.
Tim Potter
3
-0
/
+520
2003-11-20
added samr_LookupRids() and test code
Andrew Tridgell
2
-8
/
+84
2003-11-20
added samr_LookupNames() and test code
Andrew Tridgell
7
-34
/
+66
2003-11-20
make the echo idl match the win32 IDL again
Andrew Tridgell
2
-5
/
+5
2003-11-20
EnumPrinterData in spoolss now works
Andrew Tridgell
3
-3
/
+69
2003-11-20
* changed to midl syntax using [case(x)] instead of case(x)
Andrew Tridgell
4
-235
/
+23
2003-11-19
fixed wkssvc idl and test code for TransportEnum
Andrew Tridgell
2
-72
/
+19
2003-11-19
switched to a new way of handling unions, so that we can handle
Andrew Tridgell
13
-873
/
+310
2003-11-19
started to expand the echo tests to include more interesting test
Andrew Tridgell
2
-24
/
+333
2003-11-19
srvsvc IDL and test code from metze. Thanks!
Andrew Tridgell
3
-0
/
+6940
2003-11-19
after discussions with lukeh, I think we found a alignment bug in old
Andrew Tridgell
4
-23
/
+111
2003-11-19
removed an unused structure
Andrew Tridgell
2
-10
/
+0
2003-11-19
change to AuditEventsInfo struct from lukeh
Andrew Tridgell
2
-30
/
+14
2003-11-19
fixed country code field in samr_UserInfo5
Andrew Tridgell
2
-3
/
+6
2003-11-19
possibly better handling of NULL secdesc (thanks to lukeh)
Andrew Tridgell
2
-25
/
+50
2003-11-18
added another wkssvc info level
Andrew Tridgell
2
-0
/
+153
2003-11-18
added samr_CreateUser() samr_DeleteUser(). The test suite creates a
Andrew Tridgell
3
-108
/
+23
2003-11-18
changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().
Andrew Tridgell
4
-342
/
+545
2003-11-18
added samr_QuerySecurity() call that displays the ACL for any handle.
Andrew Tridgell
2
-0
/
+43
2003-11-18
use the auto-generated UUID, version and name rather than listing them
Andrew Tridgell
7
-253
/
+291
2003-11-18
fill in skeletons for the rest of the function calls in wkssvc (based
Andrew Tridgell
2
-28
/
+1639
2003-11-18
* use the new auto-generated debug code method.
Andrew Tridgell
7
-22
/
+468
2003-11-17
added wkssvc.idl and test code
Andrew Tridgell
3
-0
/
+191
2003-11-17
* add another WERR err code
Andrew Tridgell
9
-1
/
+4623
2003-11-17
use [subcontext] to make GetPrinter a bit easier in smbtorture
Andrew Tridgell
5
-249
/
+22
2003-11-17
security descriptors are no longer a "special" type, they are handled
Andrew Tridgell
13
-534
/
+375
2003-11-17
call OpenPrinterEx on each printer on the server, and then call
Andrew Tridgell
4
-24
/
+51
2003-11-17
added OpenPrinter and a test function. Note that the Samba3 structure
Andrew Tridgell
2
-6
/
+25
2003-11-17
* more info levels for EnumPrinter
Andrew Tridgell
4
-25
/
+376
2003-11-17
nicer method of handling spoolss EnumPrinters
Andrew Tridgell
11
-74
/
+497
2003-11-16
use nstring and [relative] to support levels 1 and 2 of EnumPrinters
Andrew Tridgell
7
-64
/
+431
2003-11-16
added support for level1 of EnumPrinters in spoolss. This uses a
Andrew Tridgell
11
-176
/
+492
2003-11-16
use the "subcontext" magic flag for sec_desc_buf
Andrew Tridgell
6
-66
/
+78
2003-11-16
slightly more efficient strlen setting in lsa and samr strings (calls
Andrew Tridgell
1
-1
/
+1
2003-11-16
Commit autogenerated code for EnumPrinters and ClosePrinter.
Tim Potter
2
-8
/
+43
[next]