index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
librpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r1009: Make all users of NT and LM passwords use the samr_Password structure.
Andrew Bartlett
2007-10-10
3
-25
/
+21
*
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests also
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
2007-10-10
6
-7
/
+7
*
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
2007-10-10
3
-12
/
+12
*
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r952: fixed schannel from my last commit
Andrew Tridgell
2007-10-10
1
-4
/
+10
*
r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...
Andrew Tridgell
2007-10-10
1
-10
/
+18
*
r937: - added a simple QuerySecurity implementation in samr server
Andrew Tridgell
2007-10-10
6
-2
/
+174
*
r924: got rid of the global well-known SIDs, instead using const defines in m...
Andrew Tridgell
2007-10-10
1
-0
/
+30
*
r920: a placeholder lsads.idl file (lack of this is why the build farm is unh...
Andrew Tridgell
2007-10-10
1
-0
/
+16
*
r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server
Andrew Tridgell
2007-10-10
1
-1
/
+8
*
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
2007-10-10
3
-35
/
+28
*
r895: use _t in base ndr fns
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
2007-10-10
2
-9
/
+9
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
5
-19
/
+19
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
13
-112
/
+112
*
r877: This attempt at IDL was accidently included in the pervious commit.
Andrew Bartlett
2007-10-10
1
-9
/
+1
*
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
2007-10-10
5
-34
/
+45
*
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
2007-10-10
4
-35
/
+79
*
r793: - don't make templates members of any class that would make them show
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r781: added level6 for logon level in SamLogon netlogon.idl
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r739: Implement GetNumRecords() call from eventlog pipe, including a torture ...
Jelmer Vernooij
2007-10-10
1
-16
/
+76
*
r712: fixed a bug in the NetShareGetInfo idl, and added another info level
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r665: merge over the new build system from my tmp branch
Stefan Metzmacher
2007-10-10
1
-24
/
+38
*
r649: return unknown interface when the client not yet
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r644: add SPNEGO auth type
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
Andrew Bartlett
2007-10-10
5
-31
/
+17
*
r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...
Andrew Tridgell
2007-10-10
1
-3
/
+18
*
r593: add a constant for the records size multiplier for max_size in samr_Enu...
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r587: added server code for samr_EnumDomainUsers, and started adding
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet
Andrew Tridgell
2007-10-10
1
-3
/
+11
*
r575: moved the SID_NAME_USE enum into samr.idl
Andrew Tridgell
2007-10-10
1
-0
/
+12
*
r511: fix some const handling
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f...
Andrew Tridgell
2007-10-10
1
-6
/
+13
*
r464: a big improvement to the API for writing server-side RPC
Andrew Tridgell
2007-10-10
1
-28
/
+28
*
r420: added nicer names for the field bits in userinfo21
Andrew Tridgell
2007-10-10
1
-2
/
+14
*
r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa...
Andrew Tridgell
2007-10-10
1
-5
/
+21
*
r390: added my best guess for how session keys are supposed to work when you
Andrew Tridgell
2007-10-10
4
-5
/
+34
*
r388: added IDL for 3 more set user info levels (all of which set the
Andrew Tridgell
2007-10-10
1
-0
/
+22
*
r365: improved the IDL for samr_Connect5()
Andrew Tridgell
2007-10-10
1
-11
/
+16
*
r364: finally worked out the ancient samr_ChangePasswordUser() interface
Andrew Tridgell
2007-10-10
1
-15
/
+12
*
r359: moved the share type definitions to srvsvc.idl
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r358: added some more annotation on the samr unknown attributes
Andrew Tridgell
2007-10-10
1
-6
/
+9
*
r354: Tridge convinced me that writing some wrapper functions by hand was a
Tim Potter
2007-10-10
2
-400
/
+1
*
r336: added a -X command line option to smbtorture to enable dangerous or
Andrew Tridgell
2007-10-10
1
-2
/
+13
*
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
2007-10-10
3
-14
/
+72
*
r327: fixed an uninitialised variable found by valgrind
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r325: added IDL and test code for samr_ChangePasswordUser3().
Andrew Tridgell
2007-10-10
1
-1
/
+12
[prev]
[next]