| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fixed some uninitialised variables | Andrew Tridgell | 2001-05-01 | 1 | -5/+5 |
* | few cleanups to bring in line with 2.2 | Gerald Carter | 2001-04-28 | 6 | -6/+0 |
* | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 2001-03-15 | 1 | -1/+1 |
* | Removed JRATEST line. | Jeremy Allison | 2001-03-11 | 1 | -4/+0 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -3/+25 |
* | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2001-03-09 | 10 | -135/+159 |
* | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 2001-03-07 | 3 | -20/+14 |
* | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 2001-02-28 | 1 | -2/+2 |
* | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 2001-02-28 | 2 | -9/+2 |
* | rpc_client/cli_netlogon.c: Fixed incorrect printf. | Jeremy Allison | 2001-02-25 | 1 | -1/+2 |
* | This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy... | Jeremy Allison | 2001-02-24 | 1 | -58/+112 |