index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_netlog_nt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_key
Stefan Metzmacher
2008-11-06
1
-1
/
+1
*
s3-netlogon: kill an fstring in rpc_server.
Günther Deschner
2008-10-28
1
-6
/
+3
*
s3: fix samlogon client and server calls.
Günther Deschner
2008-10-15
1
-5
/
+5
*
rpc_server: make it a little more obvious what flags we send to a client.
Günther Deschner
2008-08-22
1
-1
/
+10
*
Remove a check on p->vuid in _netr_LogonSamLogon/off
Volker Lendecke
2008-06-26
1
-6
/
+0
*
Make pipes_struct its own talloc ctx
Volker Lendecke
2008-06-21
1
-19
/
+10
*
Factor out generation of an info3 struct from a serversupplied_info
Volker Lendecke
2008-05-17
1
-183
/
+12
*
_netr_LogonSamLogon: fix lm session key length.
Günther Deschner
2008-04-29
1
-1
/
+1
*
Fix samlogon rpc client & server.
Günther Deschner
2008-03-27
1
-1
/
+1
*
Fix _netr_LogonControl2(). Return talloced dcname.
Günther Deschner
2008-03-26
1
-4
/
+10
*
Add my copyright.
Günther Deschner
2008-02-27
1
-0
/
+1
*
Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().
Günther Deschner
2008-02-16
1
-146
/
+145
*
Replace DOM_CHAL with "struct netr_Credential" where we can right now.
Günther Deschner
2008-02-15
1
-3
/
+3
*
Fix the netlogon rpc_server build.
Günther Deschner
2008-02-15
1
-5
/
+5
*
Use pidl for _netr_LogonSamLogoff().
Günther Deschner
2008-02-15
1
-29
/
+14
*
Use pidl for _netr_ServerAuthenticate2().
Günther Deschner
2008-02-15
1
-55
/
+33
*
Use pidl for _netr_ServerAuthenticate().
Günther Deschner
2008-02-15
1
-40
/
+22
*
Use pidl for _netr_ServerPasswordSet().
Günther Deschner
2008-02-15
1
-40
/
+18
*
Use pidl for _netr_LogonControl2.
Günther Deschner
2008-02-13
1
-27
/
+50
*
Add some netr_NETLOGON_INFO init functions.
Günther Deschner
2008-02-13
1
-3
/
+43
*
Use pidl for _netr_ServerReqChallenge.
Günther Deschner
2008-02-13
1
-22
/
+12
*
Pure cosmetics: remove trailing whitespace in netlogon server.
Günther Deschner
2008-02-13
1
-69
/
+69
*
Use pidl for _netr_LogonControl.
Günther Deschner
2008-02-13
1
-19
/
+22
*
Use pidl for _netr_NetrEnumerateTrustedDomains().
Günther Deschner
2008-02-13
1
-18
/
+14
*
Enable build of pidl generated netlogon server.
Günther Deschner
2008-01-31
1
-0
/
+472
*
Cleanup status codes inside _net_logon_ctrl2() reply structs.
Günther Deschner
2008-01-31
1
-13
/
+5
*
Remove unused rpc_ds marshalling code that is unused now.
Günther Deschner
2008-01-29
1
-1
/
+1
*
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
2008-01-17
1
-1
/
+1
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-4
/
+2
*
Remove pstring from everything in rpc_server except
Jeremy Allison
2007-11-27
1
-14
/
+13
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-2
/
+2
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-1
/
+1
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-2
/
+4
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-3
/
+3
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-5
/
+5
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-10-10
1
-15
/
+1
*
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19058: Implement "user cannot change password", and complete "user must change
Jim McDonough
2007-10-10
1
-1
/
+1
*
r16409: Fix Klocwork ID's.
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r16241: Fix Klocwork #106 and others like it.
Jeremy Allison
2007-10-10
1
-10
/
+14
*
r16054: Janitor for Volker ? Volker - some reason you didn't
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r14450: Fix more get_md4pw() breakage caused by missing "breaks"
Gerald Carter
2007-10-10
1
-0
/
+3
*
r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open()
Gerald Carter
2007-10-10
1
-3
/
+4
*
r14443: rework get_md4pw() to ease debugging. The only functional change is that
Günther Deschner
2007-10-10
1
-24
/
+69
*
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
2007-10-10
1
-3
/
+8
[next]