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