summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_netlog.c
Commit message (Expand)AuthorAgeFilesLines
* adding user session key into network netlogon response.Luke Leighton1999-11-211-9/+35
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-1/+1
* added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-3/+7
* Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1999-11-161-2/+74
* rewrote api_net_sam_logon() to be a little clearer.Luke Leighton1999-10-271-140/+136
* Tim Potter spotted compile error: matthew had added BDC support to smbd,Luke Leighton1999-07-211-2/+3
* oops, set password lengths to a boolean value.Luke Leighton1999-07-061-2/+2
* improving authentication code (tidyup).Luke Leighton1999-06-291-31/+14
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-0/+2
* last part of RPC api change.Jean-François Micouleau1999-05-031-21/+21
* Mainly BDC-related changes.Matthew Chapman1999-04-081-0/+78
* Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.Luke Leighton1999-04-061-3/+3
* Greg Dickie: spotted bug where smb_nt_passwd could be NULL.Luke Leighton1999-03-101-1/+8
* Always null-terminate strings.Matthew Chapman1999-02-151-3/+3
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-8/+6
* pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton1999-02-091-5/+5
* Fix for NT BSOD problem. There's no reason to have two "NT usernames" runningMatthew Chapman1999-02-091-3/+1
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-301-19/+62
* weekend work. user / group database API.Luke Leighton1998-11-291-81/+42
* fixing group database issuesLuke Leighton1998-11-251-9/+13
* fixing domain join and domain login problemsLuke Leighton1998-11-251-5/+1
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-212/+204
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-121-3/+3
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-111-6/+7
* set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton1998-10-231-1/+4
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-2/+2
* rpcclient ntlogin testLuke Leighton1998-10-161-1/+12
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-13/+17
* nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1998-06-291-3/+4
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-101-0/+10
* loadparm.c: Removed 'domain other sids' parameter.Jeremy Allison1998-06-091-3/+1
* loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre...Jeremy Allison1998-06-051-1/+11
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-241-2/+2
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-4/+4
* - renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1998-05-181-1/+1
* Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we wereJeremy Allison1998-05-151-1/+1
* Fixed dce/rpc to use global_machine_sid (auto generated in server.c ifJeremy Allison1998-05-141-3/+2
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-194/+208
* This is a security audit change of the main source.Jeremy Allison1998-05-121-1/+1
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-6/+6
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-29/+31
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-1/+1
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-1/+1
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-291-11/+11
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-4/+2
* Makefile: Added nterr.c into the mix.Jeremy Allison1998-04-231-1/+1
* Fixed bug found by Gerald Carter <cartegw@Eng.Auburn.EDU> whereJeremy Allison1998-04-221-2/+0
* genrand.c: Improved filename based random seed generation.Jeremy Allison1998-04-201-4/+3
* includes.h: Added John's redhat fix for QSORT_CAST.Jeremy Allison1998-04-181-3/+3
* Changing of machine passwords now works !!!!!!Jeremy Allison1998-04-171-32/+26