summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11338: Move knowledge of \\ needed into rpc_client/cli_netlogonJeremy Allison1-1/+3
2007-10-10r11336: Start to get my control back :-). Volker, I thinkJeremy Allison1-2/+4
2007-10-10r11320: Fix error handling for rpccli_netlogon_getdcname. Jeremy, the other f...Volker Lendecke1-2/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-5/+5
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-515/+345
2007-10-10r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison1-1/+0
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-20/+160
2007-10-10r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke1-10/+10
2007-10-10r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner1-3/+9
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-2/+2
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-2/+9
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke1-0/+49
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-3/+9
2003-08-19- Fix the kerberos downgrade problem:Andrew Bartlett1-13/+2
2003-08-15get rid of more compiler warningsHerb Lewis1-3/+3
2003-07-23Fix out of date comment.Tim Potter1-2/+1
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-6/+12
2003-05-01Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett1-1/+1
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-18/+0
2003-04-14Merge: incorrect arg to debug.Tim Potter1-1/+1
2003-04-09Auth2, not also Auth3 sends us flags back, although all the callersVolker Lendecke1-4/+5
2003-03-24(merge from HEAD)Andrew Bartlett1-1/+12
2003-02-25Merge: const fixes.Tim Potter1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-14/+9
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-26/+126
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-392/+586
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-5/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-70/+0
2001-11-05Removed duplicate debug.Tim Potter1-2/+0
2001-10-31Don't accidentally return success when sending a broken NET_SAMLOGONTim Potter1-0/+1
2001-10-30Fixed typo in debug message.Tim Potter1-1/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-4/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter1-7/+9
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-23/+24
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-24More status32 conversions.Tim Potter1-12/+10
2001-08-24Fixed typo in debug message.Tim Potter1-1/+1
2001-08-10Removed nt_error field from cli_state as it was not used anywhere.Tim Potter1-7/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+6
2001-05-17Broke out change trust account password routines into separate fileTim Potter1-218/+0
2001-03-11Removed JRATEST line.Jeremy Allison1-4/+0
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-12/+12
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-1/+2
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison1-58/+112
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-12/+17
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-1/+2
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-12/+12
2000-07-26Fixed memory leak in modify_trust_password()Tim Potter1-0/+4