Age | Commit message (Expand) | Author | Files | Lines |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -99/+0 |
2002-07-01 | bias the lookup sorting towards directly reachable IPs | Andrew Tridgell | 1 | -0/+8 |
2002-07-01 | sort name query responses by how far they are from our interface | Andrew Tridgell | 2 | -2/+43 |
2002-07-01 | The 17-bit length field in the header contains the number of | Christopher R. Hertel | 1 | -1/+8 |
2002-06-28 | make net join a bit less verbose | Andrew Tridgell | 2 | -2/+2 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 2 | -4/+227 |
2002-06-27 | fixed a link problem with global_in_nmbd | Andrew Tridgell | 1 | -1/+1 |
2002-06-27 | The next phase in the WINS rewrite! | Andrew Tridgell | 1 | -6/+10 |
2002-06-27 | Using 1 for a tdb hash size makes for slow inserts.... | Jeremy Allison | 1 | -1/+1 |
2002-06-26 | resolve_wins() now needs to be a public function | Andrew Tridgell | 1 | -2/+2 |
2002-06-26 | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 1 | -43/+68 |
2002-06-26 | removed the wins name registration code from libsmbclient | Andrew Tridgell | 2 | -229/+158 |
2002-06-26 | - completely rewrote the wins_srv.c code. It is now much simpler, and | Andrew Tridgell | 1 | -3/+3 |
2002-06-26 | reverted some bogus test code that jeremy accidentally committed | Andrew Tridgell | 1 | -8/+0 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2 | -16/+28 |
2002-06-25 | Kill off unnecessary cast. | Andrew Bartlett | 1 | -2/+3 |
2002-06-21 | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 4 | -7/+15 |
2002-06-16 | Two things: Check how many paramaters that the LDAP libs take for the | Andrew Bartlett | 2 | -9/+12 |
2002-06-16 | Fix up some of the SMB signing code: | Andrew Bartlett | 4 | -19/+46 |
2002-06-14 | Fix spelling typo. | Jeremy Allison | 1 | -2/+2 |
2002-06-14 | Ok, now I can try my first client test... | Jeremy Allison | 2 | -8/+33 |
2002-06-14 | More of SMB signing for client - not yet finished (should be harmless). | Jeremy Allison | 2 | -9/+41 |
2002-06-12 | Removed eff_name field from cli_struct as it wasn't being used anywhere. | Tim Potter | 1 | -1/+2 |
2002-06-07 | A couple of updates for the SmbEncrypt code, and some of its users. | Andrew Bartlett | 2 | -14/+32 |
2002-06-03 | Removed unused function. | Tim Potter | 1 | -46/+0 |
2002-06-03 | Added cli_samr_get_dom_pwinfo() function. | Tim Potter | 1 | -46/+74 |
2002-06-03 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2002-06-01 | Add rpc for file close, expand file enum to take username | Jim McDonough | 1 | -4/+44 |
2002-06-01 | More cleanup work preparing for SMB signing. | Jeremy Allison | 2 | -89/+105 |
2002-05-31 | Add netshareadd and netsharedel client side rpc | Jim McDonough | 1 | -0/+81 |
2002-05-31 | Update netfileenum on both client and server sides to do an arbitrary number | Jim McDonough | 1 | -0/+42 |
2002-05-30 | Added netfileenum (sorry - no output though (-:) command. | Tim Potter | 1 | -0/+45 |
2002-05-29 | Added netremotetod to try and figure out which srvsvc commands are denied | Tim Potter | 1 | -0/+45 |
2002-05-29 | Cleaned up srvsvc constants a bit. | Tim Potter | 1 | -1/+1 |
2002-05-28 | Added netshareenum cli command - the rpc structures here are really bizzare | Tim Potter | 1 | -0/+120 |
2002-05-28 | Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er... | Tim Potter | 1 | -1/+1 |
2002-05-26 | Add support for NTLMv2 (tested!) with NTLMSSP. | Andrew Bartlett | 1 | -1/+42 |
2002-05-25 | Update some of the LM hash code to better respect the seperation between | Andrew Bartlett | 3 | -54/+57 |
2002-05-25 | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 2 | -2/+3 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 1 | -5/+6 |
2002-05-23 | This function is unused, and doesn't make any sense to me anyway. | Andrew Bartlett | 1 | -17/+0 |
2002-05-23 | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 11 | -434/+19 |
2002-05-18 | Move client_receive_smb to clientgen.c as a static, as proposed by Elrond. | Andrew Bartlett | 2 | -26/+62 |
2002-05-17 | A few more trusted domains updates from mimir. | Andrew Bartlett | 2 | -9/+23 |
2002-05-17 | This removes --with-ssl from Samba. | Andrew Bartlett | 2 | -17/+0 |
2002-05-17 | NT sends the server name prepended with \\ for a enumerate printers RPC | Tim Potter | 1 | -2/+2 |
2002-05-17 | Changes to allow head to translate NMB flags ... | Richard Sharpe | 1 | -3/+19 |
2002-05-14 | Added deleteprinterdata client rpc. | Tim Potter | 1 | -0/+45 |
2002-05-14 | Added writeprinter rpc command. | Tim Potter | 1 | -0/+49 |
2002-05-14 | Added getprinterdata and enumprinterdata rpc client routines. | Tim Potter | 1 | -42/+186 |