Age | Commit message (Expand) | Author | Files | Lines |
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 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -343/+415 |
1999-12-01 | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1 | -3/+4 |
1999-12-01 | fixing joining to domain plus something weird going down with nt logins... | Luke Leighton | 1 | -2/+3 |
1999-11-29 | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1 | -140/+166 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1 | -2/+2 |
1999-10-26 | adding extra parameter back in to trust account functions (trust account name). | Luke Leighton | 1 | -4/+11 |
1999-10-25 | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 1 | -2/+2 |
1999-10-21 | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 1 | -196/+25 |
1999-10-19 | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 1 | -80/+93 |
1999-09-21 | split matthew's sync command (only currently called from smbpasswd) | Luke Leighton | 1 | -73/+1 |
1999-07-22 | BDC support. | Matthew Chapman | 1 | -0/+72 |
1999-07-21 | BDC support. | Luke Leighton | 1 | -39/+11 |
1999-07-06 | use of safe_cli_errstr() and cli_establish_connection(). | Luke Leighton | 1 | -124/+99 |
1999-06-24 | safe string error reporting functions (found a potential buffer overflow | Luke Leighton | 1 | -8/+24 |
1999-06-02 | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1 | -4/+85 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -7/+63 |