Age | Commit message (Expand) | Author | Files | Lines |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -1/+1 |
2000-04-04 | Change to vfs API. POSIX states fsync should return an int, not a void. | Jeremy Allison | 1 | -2/+0 |
2000-04-04 | Removed unused parameter vuid from rpc_server api_* calls. For the very few | Tim Potter | 1 | -214/+220 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -25/+0 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+25 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -514/+420 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -0/+7 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -85/+51 |
1999-11-21 | adding user session key into network netlogon response. | Luke Leighton | 1 | -9/+35 |
1999-11-16 | attempting to get nt5 wksta to join domain. | Luke Leighton | 1 | -1/+1 |
1999-11-16 | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1 | -3/+7 |
1999-11-16 | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 1 | -2/+74 |
1999-10-27 | rewrote api_net_sam_logon() to be a little clearer. | Luke Leighton | 1 | -140/+136 |
1999-07-21 | Tim Potter spotted compile error: matthew had added BDC support to smbd, | Luke Leighton | 1 | -2/+3 |
1999-07-06 | oops, set password lengths to a boolean value. | Luke Leighton | 1 | -2/+2 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 1 | -31/+14 |
1999-06-02 | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1 | -0/+2 |
1999-05-03 | last part of RPC api change. | Jean-François Micouleau | 1 | -21/+21 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -0/+78 |
1999-04-06 | Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD. | Luke Leighton | 1 | -3/+3 |
1999-03-10 | Greg Dickie: spotted bug where smb_nt_passwd could be NULL. | Luke Leighton | 1 | -1/+8 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 1 | -3/+3 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1 | -8/+6 |
1999-02-09 | pwdb_smb_to_sam was not returning NULL for nt name so that | Luke Leighton | 1 | -5/+5 |
1999-02-09 | Fix for NT BSOD problem. There's no reason to have two "NT usernames" running | Matthew Chapman | 1 | -3/+1 |
1998-11-30 | attempting to fix "domain user map" up, but it's a bit complicated. | Luke Leighton | 1 | -19/+62 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -81/+42 |
1998-11-25 | fixing group database issues | Luke Leighton | 1 | -9/+13 |
1998-11-25 | fixing domain join and domain login problems | Luke Leighton | 1 | -5/+1 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -212/+204 |
1998-11-12 | cleaning up conflicts between group code not yet committed and | Luke Leighton | 1 | -3/+3 |
1998-11-11 | rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ. | Jeremy Allison | 1 | -6/+7 |
1998-10-23 | set netlogon negotiation flags to 0x1ff, not to what the client requests. | Luke Leighton | 1 | -1/+4 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1 | -2/+2 |
1998-10-16 | rpcclient ntlogin test | Luke Leighton | 1 | -1/+12 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 1 | -13/+17 |
1998-06-29 | nmbd_elections.c: Removed force elections code to bring into line with 1.9.18. | Jeremy Allison | 1 | -3/+4 |
1998-06-10 | De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam | Jeremy Allison | 1 | -0/+10 |
1998-06-09 | loadparm.c: Removed 'domain other sids' parameter. | Jeremy Allison | 1 | -3/+1 |
1998-06-05 | loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre... | Jeremy Allison | 1 | -1/+11 |
1998-05-24 | - created pdb_sethexpwd(), to be called from all pwd apis that need to | Luke Leighton | 1 | -2/+2 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1 | -4/+4 |
1998-05-18 | - renamed some of the passdb.c functions: they have a prefix pdb_ on them | Luke Leighton | 1 | -1/+1 |
1998-05-15 | Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we were | Jeremy Allison | 1 | -1/+1 |
1998-05-14 | Fixed dce/rpc to use global_machine_sid (auto generated in server.c if | Jeremy Allison | 1 | -3/+2 |
1998-05-14 | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 1 | -194/+208 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -1/+1 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -6/+6 |
1998-05-07 | created "passdb.c" which is an interface point to (at present) either | Luke Leighton | 1 | -29/+31 |
1998-04-30 | Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted | Jeremy Allison | 1 | -1/+1 |