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