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
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r1059: add dcesrv_crypto_schannel_session_info() dummy function.
Stefan Metzmacher
2007-10-10
1
-0
/
+11
*
r1058: The start of work on the SamLogon call for NETLOGON.
Andrew Bartlett
2007-10-10
1
-3
/
+130
*
r1057: added rpc packet logging for packets that generate rpc faults. This
Andrew Tridgell
2007-10-10
1
-0
/
+38
*
r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r1048: - moved the schannel definitions into a separate schannel.idl
Andrew Tridgell
2007-10-10
1
-4
/
+23
*
r1046: initialise a structure element caught by valgrind
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r1030: added server side schannel support
Andrew Tridgell
2007-10-10
7
-11
/
+194
*
r1029: cope wiith samdb_result_passwords() returning a null machine password
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r1028: More consistancy fixes, which should also fix the build.
Andrew Bartlett
2007-10-10
1
-12
/
+12
*
r1026: Spelling.
Tim Potter
2007-10-10
1
-2
/
+2
*
r1025: Rename (across the samr and netlogon pipes, so far)
Andrew Bartlett
2007-10-10
4
-96
/
+58
*
r1022: add the session_info() call to the dcerpc server auth backends
Stefan Metzmacher
2007-10-10
3
-1
/
+21
*
r1016: - store the schannel session key after it is established
Andrew Tridgell
2007-10-10
3
-20
/
+17
*
r1015: commit the schannel session key handling code now, so abartlet and
Andrew Tridgell
2007-10-10
1
-0
/
+143
*
r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r1010: make the dcesrv_crypto code a bit more generic...
Stefan Metzmacher
2007-10-10
3
-26
/
+22
*
r1009: Make all users of NT and LM passwords use the samr_Password structure.
Andrew Bartlett
2007-10-10
3
-41
/
+49
*
r1004: continue tridge's work on dcerpc server auth/crypto code
Stefan Metzmacher
2007-10-10
6
-41
/
+231
*
r1001: in samba4 we don't(shouldn't) use typedef's anymore...
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
2007-10-10
8
-70
/
+173
*
r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...
Andrew Tridgell
2007-10-10
1
-84
/
+73
*
r937: - added a simple QuerySecurity implementation in samr server
Andrew Tridgell
2007-10-10
3
-1
/
+354
*
r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server
Andrew Tridgell
2007-10-10
2
-26
/
+94
*
r918: - dcerpc endpoint name are case insensitive
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
2007-10-10
6
-3
/
+737
*
r904: - fixed account expiry testing in auth_sam
Andrew Tridgell
2007-10-10
1
-8
/
+8
*
r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the...
Andrew Tridgell
2007-10-10
1
-16
/
+14
*
r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,
Andrew Tridgell
2007-10-10
1
-5
/
+4
*
r897: - user/group creation needs to create unique names across both the
Andrew Tridgell
2007-10-10
2
-2
/
+126
*
r896: - use andrews samdb_result_passwords() for the remaining password chang...
Andrew Tridgell
2007-10-10
1
-33
/
+39
*
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
2007-10-10
3
-4
/
+4
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
6
-14
/
+14
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
13
-65
/
+65
*
r879: fixed a typo in the password fetch wrapper
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
2007-10-10
1
-8
/
+9
*
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
2007-10-10
5
-55
/
+290
*
r871: add a comment about how samdb_set_password() works
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r870: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED for
Andrew Tridgell
2007-10-10
1
-29
/
+29
*
r868: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED for
Andrew Tridgell
2007-10-10
1
-41
/
+39
*
r846: convert DCESRV subsystem to a config.mk file
Stefan Metzmacher
2007-10-10
2
-22
/
+128
*
r839: password set/change in the samr server is complex enough that it
Andrew Tridgell
2007-10-10
5
-530
/
+592
*
r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.
Andrew Bartlett
2007-10-10
1
-20
/
+7
*
r812: added a new samdb_replace() call that simplifies the code in the main s...
Andrew Tridgell
2007-10-10
2
-31
/
+27
*
r796: fixed samr_OemChangePasswordUser2() to replace attributes, not add
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r793: - don't make templates members of any class that would make them show
Andrew Tridgell
2007-10-10
2
-32
/
+255
*
r789: we return wrong number of entries
Simo Sorce
2007-10-10
1
-1
/
+1
*
r758: just move the util file to the additional object file list
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r754: Implement the SetPassword operation on the netlogon pipe.
Andrew Bartlett
2007-10-10
3
-42
/
+205
*
r745: Move netr_ServerPasswordSet up with the other secure channel
Andrew Bartlett
2007-10-10
1
-12
/
+24
[prev]
[next]