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
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1205: Whoops - this should fix the build.
Tim Potter
1
-2
/
+5
2007-10-10
r1204: decrpc -> dcerpc
Tim Potter
1
-3
/
+3
2007-10-10
r1201: Skeleton versions of OpenPrinterEx() and ClosePrinter() to get the hang
Tim Potter
2
-3
/
+76
2007-10-10
r1188: Use generated pidl template for this file and return DCESRV_FAULT instead
Tim Potter
1
-406
/
+672
2007-10-10
r1185: Hey look an endpoint for the spoolss pipe!
Tim Potter
4
-1
/
+762
2007-10-10
r1168: fixed a little-endian/big-endian mixup in the rpc server code
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...
Andrew Tridgell
2
-2
/
+8
2007-10-10
r1150: - fixed interactive sam logon in the rpc server
Andrew Tridgell
1
-8
/
+5
2007-10-10
r1145: added server support for logon level 5 in sam logon
Andrew Tridgell
1
-0
/
+1
2007-10-10
r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfo
Andrew Tridgell
1
-62
/
+24
2007-10-10
r1139: added IDL and server code for netr_LogonSamLogonWithFlags()
Andrew Tridgell
1
-16
/
+33
2007-10-10
r1136: - added IDL for netr_LogonGetDomainInfo()
Andrew Tridgell
7
-58
/
+274
2007-10-10
r1080: Make sure to initialise all the returned elements in the SamLogon
Andrew Bartlett
1
-7
/
+14
2007-10-10
r1078: the dxesrv_crypto_* implementations should now explicit set
Stefan Metzmacher
6
-43
/
+31
2007-10-10
r1066: fix compiler warning
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r1061: The start of the SamLogon call for the NETLOGON pipe.
Andrew Bartlett
1
-50
/
+135
2007-10-10
r1060: check for an invalid session key in samr_set_password()
Andrew Tridgell
1
-0
/
+5
2007-10-10
r1059: add dcesrv_crypto_schannel_session_info() dummy function.
Stefan Metzmacher
1
-0
/
+11
2007-10-10
r1058: The start of work on the SamLogon call for NETLOGON.
Andrew Bartlett
1
-3
/
+130
2007-10-10
r1057: added rpc packet logging for packets that generate rpc faults. This
Andrew Tridgell
1
-0
/
+38
2007-10-10
r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...
Andrew Tridgell
1
-3
/
+2
2007-10-10
r1048: - moved the schannel definitions into a separate schannel.idl
Andrew Tridgell
1
-4
/
+23
2007-10-10
r1046: initialise a structure element caught by valgrind
Andrew Tridgell
1
-0
/
+1
2007-10-10
r1030: added server side schannel support
Andrew Tridgell
7
-11
/
+194
2007-10-10
r1029: cope wiith samdb_result_passwords() returning a null machine password
Andrew Tridgell
1
-1
/
+2
2007-10-10
r1028: More consistancy fixes, which should also fix the build.
Andrew Bartlett
1
-12
/
+12
2007-10-10
r1026: Spelling.
Tim Potter
1
-2
/
+2
2007-10-10
r1025: Rename (across the samr and netlogon pipes, so far)
Andrew Bartlett
4
-96
/
+58
2007-10-10
r1022: add the session_info() call to the dcerpc server auth backends
Stefan Metzmacher
3
-1
/
+21
2007-10-10
r1016: - store the schannel session key after it is established
Andrew Tridgell
3
-20
/
+17
2007-10-10
r1015: commit the schannel session key handling code now, so abartlet and
Andrew Tridgell
1
-0
/
+143
2007-10-10
r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r1010: make the dcesrv_crypto code a bit more generic...
Stefan Metzmacher
3
-26
/
+22
2007-10-10
r1009: Make all users of NT and LM passwords use the samr_Password structure.
Andrew Bartlett
3
-41
/
+49
2007-10-10
r1004: continue tridge's work on dcerpc server auth/crypto code
Stefan Metzmacher
6
-41
/
+231
2007-10-10
r1001: in samba4 we don't(shouldn't) use typedef's anymore...
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
8
-70
/
+173
2007-10-10
r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...
Andrew Tridgell
1
-84
/
+73
2007-10-10
r937: - added a simple QuerySecurity implementation in samr server
Andrew Tridgell
3
-1
/
+354
2007-10-10
r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server
Andrew Tridgell
2
-26
/
+94
2007-10-10
r918: - dcerpc endpoint name are case insensitive
Andrew Tridgell
1
-1
/
+1
2007-10-10
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
6
-3
/
+737
2007-10-10
r904: - fixed account expiry testing in auth_sam
Andrew Tridgell
1
-8
/
+8
2007-10-10
r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the...
Andrew Tridgell
1
-16
/
+14
2007-10-10
r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,
Andrew Tridgell
1
-5
/
+4
2007-10-10
r897: - user/group creation needs to create unique names across both the
Andrew Tridgell
2
-2
/
+126
2007-10-10
r896: - use andrews samdb_result_passwords() for the remaining password chang...
Andrew Tridgell
1
-33
/
+39
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
3
-4
/
+4
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
6
-14
/
+14
[next]