Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4561: This looks a lot larger than it is, this is to reduce the clutter on f... | Volker Lendecke | 1 | -10/+10 |
2007-10-10 | r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply. | Günther Deschner | 1 | -3/+9 |
2007-10-10 | r1492: Rework our random number generation system. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r991: Allow winbindd to use the domain trust account password | Gerald Carter | 1 | -2/+9 |
2004-04-02 | Implement NETLOGON GetDCName client side. You can ask a DC for the name of | Volker Lendecke | 1 | -0/+49 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -3/+9 |
2003-08-19 | - Fix the kerberos downgrade problem: | Andrew Bartlett | 1 | -13/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -3/+3 |
2003-07-23 | Fix out of date comment. | Tim Potter | 1 | -2/+1 |
2003-05-08 | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 1 | -6/+12 |
2003-05-01 | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick. | Andrew Bartlett | 1 | -1/+1 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -18/+0 |
2003-04-14 | Merge: incorrect arg to debug. | Tim Potter | 1 | -1/+1 |
2003-04-09 | Auth2, not also Auth3 sends us flags back, although all the callers | Volker Lendecke | 1 | -4/+5 |
2003-03-24 | (merge from HEAD) | Andrew Bartlett | 1 | -1/+12 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -1/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -14/+9 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -26/+126 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -392/+586 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -5/+5 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-05 | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 1 | -70/+0 |
2001-11-05 | Removed duplicate debug. | Tim Potter | 1 | -2/+0 |
2001-10-31 | Don't accidentally return success when sending a broken NET_SAMLOGON | Tim Potter | 1 | -0/+1 |
2001-10-30 | Fixed typo in debug message. | Tim Potter | 1 | -1/+1 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 1 | -4/+0 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-18 | Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. | Tim Potter | 1 | -7/+9 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -23/+24 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -2/+2 |
2001-08-24 | More status32 conversions. | Tim Potter | 1 | -12/+10 |
2001-08-24 | Fixed typo in debug message. | Tim Potter | 1 | -1/+1 |
2001-08-10 | Removed nt_error field from cli_state as it was not used anywhere. | Tim Potter | 1 | -7/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -6/+6 |
2001-05-17 | Broke out change trust account password routines into separate file | Tim Potter | 1 | -218/+0 |
2001-03-11 | Removed JRATEST line. | Jeremy Allison | 1 | -4/+0 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -12/+12 |
2001-02-25 | rpc_client/cli_netlogon.c: Fixed incorrect printf. | Jeremy Allison | 1 | -1/+2 |
2001-02-24 | This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy... | Jeremy Allison | 1 | -58/+112 |
2001-02-14 | Merge of i18n fixes from appliance branch. Samba can now talk to a network | Tim Potter | 1 | -12/+17 |
2000-12-19 | Fixed bug found by Gerald. If a Samba server joins a domain and is set | Jeremy Allison | 1 | -1/+2 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -12/+12 |
2000-07-26 | Fixed memory leak in modify_trust_password() | Tim Potter | 1 | -0/+4 |
2000-06-03 | moved secrets fns into secrets.c | Andrew Tridgell | 1 | -2/+2 |
2000-05-29 | Fixed LsaQueryInformationPolicy level 3 to return primary domain info. | Matthew Chapman | 1 | -1/+8 |
2000-05-08 | added secrets.tdb and changed storage of trust account password to use | Andrew Tridgell | 1 | -2/+2 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -26/+0 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+26 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -1/+0 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -1/+1 |