summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_netlog_nt.c
Commit message (Expand)AuthorAgeFilesLines
* s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher2008-11-061-1/+1
* s3-netlogon: kill an fstring in rpc_server.Günther Deschner2008-10-281-6/+3
* s3: fix samlogon client and server calls.Günther Deschner2008-10-151-5/+5
* rpc_server: make it a little more obvious what flags we send to a client.Günther Deschner2008-08-221-1/+10
* Remove a check on p->vuid in _netr_LogonSamLogon/offVolker Lendecke2008-06-261-6/+0
* Make pipes_struct its own talloc ctxVolker Lendecke2008-06-211-19/+10
* Factor out generation of an info3 struct from a serversupplied_infoVolker Lendecke2008-05-171-183/+12
* _netr_LogonSamLogon: fix lm session key length.Günther Deschner2008-04-291-1/+1
* Fix samlogon rpc client & server.Günther Deschner2008-03-271-1/+1
* Fix _netr_LogonControl2(). Return talloced dcname.Günther Deschner2008-03-261-4/+10
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().Günther Deschner2008-02-161-146/+145
* Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner2008-02-151-3/+3
* Fix the netlogon rpc_server build.Günther Deschner2008-02-151-5/+5
* Use pidl for _netr_LogonSamLogoff().Günther Deschner2008-02-151-29/+14
* Use pidl for _netr_ServerAuthenticate2().Günther Deschner2008-02-151-55/+33
* Use pidl for _netr_ServerAuthenticate().Günther Deschner2008-02-151-40/+22
* Use pidl for _netr_ServerPasswordSet().Günther Deschner2008-02-151-40/+18
* Use pidl for _netr_LogonControl2.Günther Deschner2008-02-131-27/+50
* Add some netr_NETLOGON_INFO init functions.Günther Deschner2008-02-131-3/+43
* Use pidl for _netr_ServerReqChallenge.Günther Deschner2008-02-131-22/+12
* Pure cosmetics: remove trailing whitespace in netlogon server.Günther Deschner2008-02-131-69/+69
* Use pidl for _netr_LogonControl.Günther Deschner2008-02-131-19/+22
* Use pidl for _netr_NetrEnumerateTrustedDomains().Günther Deschner2008-02-131-18/+14
* Enable build of pidl generated netlogon server.Günther Deschner2008-01-311-0/+472
* Cleanup status codes inside _net_logon_ctrl2() reply structs.Günther Deschner2008-01-311-13/+5
* Remove unused rpc_ds marshalling code that is unused now.Günther Deschner2008-01-291-1/+1
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-1/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-4/+2
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-271-14/+13
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-2/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-2/+4
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-3/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-1/+1
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-10-101-1/+2
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-15/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-101-1/+1
* r16409: Fix Klocwork ID's.Volker Lendecke2007-10-101-0/+5
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-101-10/+14
* r16054: Janitor for Volker ? Volker - some reason you didn'tJeremy Allison2007-10-101-2/+1
* r14450: Fix more get_md4pw() breakage caused by missing "breaks"Gerald Carter2007-10-101-0/+3
* r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open()Gerald Carter2007-10-101-3/+4
* r14443: rework get_md4pw() to ease debugging. The only functional change is thatGünther Deschner2007-10-101-24/+69
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-2/+2
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-3/+8