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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r364: finally worked out the ancient samr_ChangePasswordUser() interface
Andrew Tridgell
1
-15
/
+12
2007-10-10
r359: moved the share type definitions to srvsvc.idl
Andrew Tridgell
1
-0
/
+8
2007-10-10
r358: added some more annotation on the samr unknown attributes
Andrew Tridgell
1
-6
/
+9
2007-10-10
r354: Tridge convinced me that writing some wrapper functions by hand was a
Tim Potter
2
-400
/
+1
2007-10-10
r336: added a -X command line option to smbtorture to enable dangerous or
Andrew Tridgell
1
-2
/
+13
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
3
-14
/
+72
2007-10-10
r327: fixed an uninitialised variable found by valgrind
Andrew Tridgell
1
-0
/
+1
2007-10-10
r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r325: added IDL and test code for samr_ChangePasswordUser3().
Andrew Tridgell
1
-1
/
+12
2007-10-10
r310: add missing ','
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),
Andrew Tridgell
1
-5
/
+31
2007-10-10
r306: added another define for a DCERPC fault code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r305: - added IDL and test code for samr_RidToSid()
Andrew Tridgell
1
-5
/
+15
2007-10-10
r295: more correct IDL for the netr_AcctLock structure (I hope)
Andrew Tridgell
1
-7
/
+8
2007-10-10
r287: patch from Richard Renard to add AcctLockStr and the delete user and
Andrew Tridgell
1
-38
/
+81
2007-10-10
r275: added IDL and test code for samr_QueryDisplayInfo3(),
Andrew Tridgell
3
-8
/
+67
2007-10-10
r268: added IDL and test code for samr_QueryDomainInfo2(),
Andrew Tridgell
1
-4
/
+43
2007-10-10
r267: added IDL and test code for samr_ChangePasswordUser(),
Andrew Tridgell
1
-6
/
+64
2007-10-10
r259: added samr_DeleteGroupMember() IDL and test code
Andrew Tridgell
1
-1
/
+4
2007-10-10
r258: added samr_AddGroupMember() IDL and test code
Andrew Tridgell
1
-1
/
+5
2007-10-10
r257: added samr_SetGroupInfo() IDL and test code
Andrew Tridgell
1
-1
/
+5
2007-10-10
r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...
Andrew Tridgell
1
-2
/
+11
2007-10-10
r255: added samr_SetDomainInfo IDL and test code
Andrew Tridgell
1
-1
/
+10
2007-10-10
r210: More work on DCERPC client functions:
Tim Potter
1
-3
/
+318
2007-10-10
r199: More registry rpc updates
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r190: More RPC updates
Jelmer Vernooij
1
-1
/
+14
2007-10-10
r165: Add support for viewing registry values in gregedit
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r152: a quick airport commit ....
Andrew Tridgell
2
-2
/
+1
2007-10-10
r132: fill in the correct default case for the WKSSVC GetInfo call
Andrew Tridgell
1
-0
/
+1
2007-10-10
r128: Another registry update. Changes:
Jelmer Vernooij
1
-5
/
+30
2007-10-10
r101: added lsa_SetSecret() and lsa_QuerySecret()
Andrew Tridgell
2
-2
/
+45
2007-10-10
r62: Fix the build
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r46: Add CreateKey function (still working on it)
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r42: importing .cvsignore files
Gerald Carter
2
-4
/
+0
2007-10-10
r31: More registry updates. regdiff/regpatch work now.
Jelmer Vernooij
1
-14
/
+1
2004-04-03
added IDL and test for lsa_OpenSecret()
Andrew Tridgell
1
-1
/
+8
2004-04-03
added IDL and test suite for lsa_CreateSecret()
Andrew Tridgell
1
-1
/
+6
2004-04-03
added idl and test suite for lsa_CreateTrustedDomain()
Andrew Tridgell
1
-8
/
+13
2004-04-03
This is the start of a C API to the DCERPC client routines. Currently
Tim Potter
2
-1
/
+86
2004-03-31
added lsaCreateAccount() and a test in the RPC-LSA test suite
Andrew Tridgell
1
-2
/
+21
2004-02-21
split up the schannel rpc client code into separate key establishment
Andrew Tridgell
1
-19
/
+64
2004-02-12
move more code to the config.m4 scheme
Stefan Metzmacher
1
-0
/
+30
2004-02-12
do not return a value in a void function
Stefan Metzmacher
1
-1
/
+1
2004-02-11
fixed a void return spotted by metze
Andrew Tridgell
1
-1
/
+1
2004-02-10
we can close the netlogon pipe used to setup the schannel session key
Andrew Tridgell
1
-1
/
+3
2004-02-10
don't always use the same schannel context number
Andrew Tridgell
1
-1
/
+1
2004-02-10
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
8
-156
/
+473
2004-02-03
- add 'print' to the DCERPC binding strings
Stefan Metzmacher
2
-4
/
+1
2004-02-03
make more function static, they are still available via the function pointers
Stefan Metzmacher
2
-2
/
+2
2004-01-22
added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o
Andrew Tridgell
1
-1
/
+1
[prev]
[next]