summaryrefslogtreecommitdiff
path: root/source/rpc_server/srv_netlog_nt.c
Commit message (Expand)AuthorAgeFilesLines
* _netr_LogonSamLogon: fix lm session key length.Günther Deschner2008-05-141-1/+1
* Fix samlogon rpc client & server.Günther Deschner2008-03-311-1/+1
* Fix _netr_LogonControl2(). Return talloced dcname.Günther Deschner2008-03-311-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
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-12/+12
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-3/+3
* r13557: (Hopefully) get the creds store/restore key right fromJeremy Allison2007-10-101-18/+35
* r13556: Ensure that any potential creds operation are protectedJeremy Allison2007-10-101-14/+31
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2007-10-101-2/+2
* r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison2007-10-101-49/+47
* r13544: -O1 janitor work :-)Volker Lendecke2007-10-101-6/+5