Age | Commit message (Expand) | Author | Files | Lines |
2003-05-05 | Allow the NTLMv2 functions to spit out both possible varients on the session | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Add a check to ensure that the server returns the correct device type, not | Andrew Bartlett | 1 | -3/+0 |
2003-04-14 | Merge cliconnect.c so smbtree builds. | Tim Potter | 1 | -1/+113 |
2003-03-18 | Merge from HEAD: | Andrew Bartlett | 1 | -50/+44 |
2003-03-18 | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 1 | -2/+2 |
2003-03-05 | Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full | Jeremy Allison | 1 | -7/+2 |
2003-02-24 | Merge from HEAD client-side authentication changes: | Andrew Bartlett | 1 | -148/+165 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -3/+4 |
2003-01-04 | Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status with | Andrew Bartlett | 1 | -1/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -26/+25 |
2002-11-08 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2002-11-08 | patches from Urban | Gerald Carter | 1 | -0/+3 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -1/+11 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 1 | -1/+1 |
2002-10-01 | Updates from Samba HEAD: | Andrew Bartlett | 1 | -5/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -115/+164 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -20/+27 |
2002-07-15 | more bug updates from head | Andrew Tridgell | 1 | -5/+0 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -302/+226 |
2002-07-01 | The 17-bit length field in the header contains the number of | Christopher R. Hertel | 1 | -1/+8 |
2002-04-06 | Always pass NT password as well as Lanman. | Jeremy Allison | 1 | -1/+1 |
2002-03-06 | Removed duplicate \n from debug message. | Tim Potter | 1 | -21/+13 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | Fix a couple of memory leaks in the cli_establish_connection() code's failure | Andrew Bartlett | 1 | -0/+2 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -18/+18 |
2002-01-11 | fixed a crash bug in domain auth caused by an uninitialised nt_status | Andrew Tridgell | 1 | -0/+2 |
2002-01-11 | Fix up 'net ads join' to delete and rejoin if the account already exists. | Andrew Bartlett | 1 | -1/+1 |
2002-01-06 | Check for winbind separator in user name for cli_session_setup() | Tim Potter | 1 | -1/+2 |
2001-12-31 | Ensure the output cli can't have spurious values if the connection fails... | Andrew Bartlett | 1 | -1/+7 |
2001-12-21 | - handle kerberos session setup reply with broken null termination | Andrew Tridgell | 1 | -4/+5 |
2001-12-21 | try to handle end of packet for not null terminated domain strings | Andrew Tridgell | 1 | -1/+3 |
2001-12-11 | handle a NULL hostname in cli_connect() | Andrew Tridgell | 1 | -0/+3 |
2001-12-11 | detect attempts to connect to names of the type NAME#xx and do a | Andrew Tridgell | 1 | -1/+11 |
2001-12-04 | when using non-encrypted password ignore the ntpass variable to | Andrew Tridgell | 1 | -2/+2 |
2001-12-03 | This change reworkes the connection code for both rpcclient and net new | Andrew Bartlett | 1 | -1/+113 |
2001-11-28 | fixed some krb5 ifdefs | Andrew Tridgell | 1 | -2/+2 |
2001-11-28 | fixed a core dump in server level security | Andrew Tridgell | 1 | -2/+4 |
2001-11-28 | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 1 | -4/+4 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -2/+1 |
2001-11-26 | use DEBUG() not d_printf() in libraries | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | Add a new torture test to extract a NT->DOS error map from an NT member of a | Andrew Bartlett | 1 | -4/+1 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -1/+1 |
2001-11-20 | - make sure we use a non-zero session id so we can have multiple conns | Andrew Tridgell | 1 | -8/+4 |
2001-11-14 | Removed the "reestablish" code. Tridge - scream if this was needed.... | Jeremy Allison | 1 | -51/+0 |
2001-11-05 | free the negTokenInit structure | Andrew Tridgell | 1 | -0/+2 |
2001-11-05 | merge from 2.2. Why is STR_CONVERT missing when comparing | Gerald Carter | 1 | -1/+1 |
2001-10-29 | This patch applied, except without the structure changes to nmblib.c | Andrew Bartlett | 1 | -1/+1 |
2001-10-23 | more compiler warnings | Herb Lewis | 1 | -2/+2 |
2001-10-22 | a quick fix to get rpcclient working again. This just disables | Andrew Tridgell | 1 | -0/+4 |
2001-10-21 | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 1 | -7/+7 |