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
/
rpc
/
samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r937: - added a simple QuerySecurity implementation in samr server
Andrew Tridgell
1
-0
/
+4
2007-10-10
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
1
-5
/
+6
2007-10-10
r902: added torture tests for sending rubbish in the domain name field of Get...
Andrew Tridgell
1
-2
/
+29
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-10
/
+10
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-17
/
+17
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-31
/
+31
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-2
/
+2
2007-10-10
r743: Start on a NETLOGON server in Samba4.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo,
Volker Lendecke
1
-0
/
+4
2007-10-10
r613: Fix the RPC-SAMR torture test, for my session_key changes.
Andrew Bartlett
1
-16
/
+18
2007-10-10
r577: extended the LookupNames test to check for correct handling of unmapped...
Andrew Tridgell
1
-5
/
+21
2007-10-10
r457: added some more samr tests to help me work out the right error codes
Andrew Tridgell
1
-1
/
+27
2007-10-10
r420: added nicer names for the field bits in userinfo21
Andrew Tridgell
1
-13
/
+129
2007-10-10
r389: added a test for set user info level 26 (set password extended)
Andrew Tridgell
1
-1
/
+56
2007-10-10
r372: automatically create a fake BDC machine account and delete it
Andrew Tridgell
1
-3
/
+3
2007-10-10
r365: improved the IDL for samr_Connect5()
Andrew Tridgell
1
-10
/
+10
2007-10-10
r364: finally worked out the ancient samr_ChangePasswordUser() interface
Andrew Tridgell
1
-22
/
+21
2007-10-10
r362: after setting domain info query it again so we can see what attributes ...
Andrew Tridgell
1
-0
/
+8
2007-10-10
r336: added a -X command line option to smbtorture to enable dangerous or
Andrew Tridgell
1
-4
/
+68
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
1
-7
/
+30
2007-10-10
r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...
Andrew Tridgell
1
-9
/
+59
2007-10-10
r325: added IDL and test code for samr_ChangePasswordUser3().
Andrew Tridgell
1
-29
/
+142
2007-10-10
r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),
Andrew Tridgell
1
-3
/
+83
2007-10-10
r305: - added IDL and test code for samr_RidToSid()
Andrew Tridgell
1
-15
/
+105
2007-10-10
r275: added IDL and test code for samr_QueryDisplayInfo3(),
Andrew Tridgell
1
-0
/
+171
2007-10-10
r268: added IDL and test code for samr_QueryDomainInfo2(),
Andrew Tridgell
1
-0
/
+152
2007-10-10
r267: added IDL and test code for samr_ChangePasswordUser(),
Andrew Tridgell
1
-28
/
+209
2007-10-10
r259: added samr_DeleteGroupMember() IDL and test code
Andrew Tridgell
1
-1
/
+24
2007-10-10
r258: added samr_AddGroupMember() IDL and test code
Andrew Tridgell
1
-24
/
+69
2007-10-10
r257: added samr_SetGroupInfo() IDL and test code
Andrew Tridgell
1
-0
/
+25
2007-10-10
r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...
Andrew Tridgell
1
-1
/
+120
2007-10-10
r255: added samr_SetDomainInfo IDL and test code
Andrew Tridgell
1
-0
/
+25
2007-10-10
r232: Test whether querydispinfo and enumdomgroups return the same set of
Volker Lendecke
1
-0
/
+133
2004-02-10
fixed a couple of uninitialised returns spotted by valgrind
Andrew Tridgell
1
-2
/
+2
2004-02-03
- add 'print' to the DCERPC binding strings
Stefan Metzmacher
1
-2
/
+0
2004-01-19
Add test to set single fields in fields_present with info21.
Simo Sorce
1
-37
/
+53
2003-12-19
addition of samr_SetSecurity() from kai
Andrew Tridgell
1
-0
/
+17
2003-12-19
fixed the AddAliasMem test code
Andrew Tridgell
1
-13
/
+21
2003-12-19
added a bunch of alias functions in samr.idl based on work by Kai.
Andrew Tridgell
1
-14
/
+327
2003-12-17
fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR test
Andrew Tridgell
1
-5
/
+5
2003-12-03
My first stab at Samba4 IDL!
Andrew Bartlett
1
-3
/
+139
2003-12-02
* netr_ServerPasswordSet() now works - the test suite changes the
Andrew Tridgell
1
-10
/
+1
2003-11-23
* better diagnostics in ndrdump
Andrew Tridgell
1
-3
/
+15
2003-11-22
* enable RPC/NDR validation in all smbtorture code
Andrew Tridgell
1
-1
/
+1
2003-11-22
a fairly major upgrade to the dcerpc system
Andrew Tridgell
1
-3
/
+3
2003-11-21
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
1
-0
/
+28
2003-11-21
added 4 more levels to samr_QueryDisplayInfo()
Andrew Tridgell
1
-11
/
+17
2003-11-20
added samr_QueryDisplayInfo() (only level 1 so far)
Andrew Tridgell
1
-0
/
+28
[prev]
[next]