Age | Commit message (Expand) | Author | Files | Lines |
2002-08-08 | Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+44 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -2/+3 |
2002-08-02 | Moved rpc client routines from libsmb back to rpc_client where they belong. | Tim Potter | 10 | -3467/+5931 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 1 | -451/+0 |
2002-06-18 | more debug classess activated | Simo Sorce | 8 | -0/+25 |
2002-06-03 | Add user name to netsessenum RPC to stop 1783 messages | Jim McDonough | 1 | -5/+6 |
2002-06-01 | More cleanup work preparing for SMB signing. | Jeremy Allison | 1 | -1/+1 |
2002-05-29 | Cleaned up srvsvc constants a bit. | Tim Potter | 1 | -8/+8 |
2002-05-18 | Remove unused files. | Andrew Bartlett | 3 | -800/+0 |
2002-04-11 | WERROR merge from SAMBA_2_2 | Gerald Carter | 1 | -34/+18 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 7 | -51/+51 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -80/+251 |
2002-02-13 | merge from 2.2 | Gerald Carter | 1 | -2/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 11 | -22/+11 |
2002-01-02 | Add prs_dump_before to dump everything from the start of the prs | Martin Pool | 1 | -1/+1 |
2002-01-02 | Also capture received data | Martin Pool | 1 | -0/+5 |
2002-01-02 | struct cli_state remembers the pipe name that it's talking to, if any, | Martin Pool | 1 | -3/+22 |
2002-01-01 | A farily large commit: | Andrew Bartlett | 1 | -152/+0 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -1/+1 |
2001-12-05 | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 3 | -232/+43 |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 1 | -1/+1 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -4/+5 |
2001-11-16 | I *love* removing code :-). Removed 4 files that weren't being used. | Jeremy Allison | 5 | -1979/+10 |
2001-11-05 | Removed duplicate debug. | Tim Potter | 1 | -2/+0 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 3 | -14/+11 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -4/+4 |
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 | 6 | -24/+0 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 15 | -41/+0 |
2001-09-18 | Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. | Tim Potter | 3 | -15/+23 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 5 | -32/+13 |
2001-09-16 | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 1 | -1/+5 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 4 | -51/+54 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 5 | -37/+37 |
2001-08-24 | More status32 conversions. | Tim Potter | 2 | -15/+14 |
2001-08-24 | Fixed typo in debug message. | Tim Potter | 1 | -1/+1 |
2001-08-24 | Set secure channel type depending on server role. | Tim Potter | 1 | -1/+2 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 1 | -10/+8 |
2001-08-10 | Use new client error api. | Tim Potter | 1 | -12/+13 |
2001-08-10 | Use the new client error api. | Tim Potter | 1 | -2/+4 |
2001-08-10 | Removed nt_error field from cli_state as it was not used anywhere. | Tim Potter | 1 | -7/+1 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -5/+7 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 2 | -21/+21 |
2001-07-10 | This fixes security=domain, which has been broke since the big charset | Andrew Bartlett | 1 | -9/+2 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 4 | -22/+16 |
2001-06-29 | Use a logical cli_read(), removed the cli_read_one() hack. | Jeremy Allison | 1 | -2/+2 |
2001-06-22 | Use cli_read_one() for reading DCE/RPC reply fragments. We need to check | Tim Potter | 1 | -29/+36 |
2001-06-14 | Fixed some return code checks for cli_initialise() from False to NULL. | Tim Potter | 2 | -2/+2 |