| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added new unicode functions - not used yet, but are the basis for the | Jeremy Allison | 1999-12-21 | 1 | -17/+3 |
* | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1999-12-21 | 2 | -9/+28 |
* | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1999-12-21 | 2 | -12/+22 |
* | first pass at the database code for Samba. This also includes a test | Andrew Tridgell | 1999-12-21 | 2 | -0/+12 |
* | update version to pre-3.0.0 | Andrew Tridgell | 1999-12-17 | 1 | -1/+1 |
* | interfaces.h from 2.0.6 | Andrew Tridgell | 1999-12-17 | 1 | -0/+10 |
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1999-12-13 | 16 | -3010/+0 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 23 | -4963/+2237 |
* | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1999-12-12 | 1 | -1/+9 |
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 2 | -29/+72 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 5 | -46/+81 |
* | jerry spotted that get_domain_sids() was being called with the wrong | Luke Leighton | 1999-12-08 | 1 | -2/+2 |
* | moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.h | Luke Leighton | 1999-12-08 | 2 | -1/+7 |
* | parsing code for transferring unix and nt security credentials over-the-wire. | Luke Leighton | 1999-12-08 | 1 | -0/+88 |
* | ABOUT TIME!!!!!!!! | Luke Leighton | 1999-12-08 | 4 | -88/+84 |
* | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1999-12-06 | 2 | -16/+46 |
* | first version of msrpc agent redirector code. client-side only. | Luke Leighton | 1999-12-05 | 2 | -2/+46 |
* | created create_pipe_socket() function. | Luke Leighton | 1999-12-05 | 2 | -8/+10 |
* | cool! created higher-order function table for agent redirection. | Luke Leighton | 1999-12-04 | 3 | -0/+60 |
* | jeremy is going to hate me for this. | Luke Leighton | 1999-12-04 | 3 | -1/+10 |
* | argh! you wouldn't believe what i had to do: use the mid (multiplex id) | Luke Leighton | 1999-12-04 | 1 | -0/+2 |
* | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 1999-12-03 | 2 | -0/+4 |
* | cool! a unix socket smb redirector. code based on smbfilter and | Luke Leighton | 1999-12-03 | 2 | -2/+6 |
* | domain_client_validate() no longer takes serverlist, it calls | Luke Leighton | 1999-12-02 | 1 | -1/+1 |
* | cleaning up: removing those horrible references to server list | Luke Leighton | 1999-12-02 | 1 | -10/+5 |
* | added get_any_dc_name() function. | Luke Leighton | 1999-12-02 | 1 | -1/+10 |
* | need a domain resolving function, but get_trusted_serverlist() will do. | Luke Leighton | 1999-12-02 | 1 | -0/+1 |
* | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1999-12-02 | 1 | -0/+3 |
* | improved enumdomains added -i option. | Luke Leighton | 1999-12-02 | 2 | -1/+4 |
* | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1999-12-01 | 1 | -0/+1 |
* | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1999-12-01 | 2 | -8/+8 |
* | fixing joining to domain plus something weird going down with nt logins... | Luke Leighton | 1999-12-01 | 1 | -4/+6 |
* | improving createuser account command to be able to add workstations | Luke Leighton | 1999-12-01 | 2 | -10/+15 |
* | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 1999-12-01 | 1 | -0/+1 |
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 3 | -83/+120 |
* | bug-fix | Luke Leighton | 1999-11-29 | 1 | -1/+1 |
* | this is going to sound _really_ weird, ok, but i had to implement | Luke Leighton | 1999-11-29 | 1 | -2/+15 |
* | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 1 | -5/+5 |
* | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1999-11-29 | 1 | -1/+6 |
* | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1999-11-29 | 2 | -42/+71 |
* | well, i stuffed up the spooler commands. | Luke Leighton | 1999-11-27 | 2 | -55/+41 |
* | moved browser command brsinfo over to new abstracted connection | Luke Leighton | 1999-11-27 | 1 | -9/+6 |
* | this one's a handle-based one (missed in the first round). | Luke Leighton | 1999-11-27 | 1 | -5/+5 |
* | removed do_ prefix from srvsvc API | Luke Leighton | 1999-11-27 | 1 | -7/+8 |
* | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1999-11-27 | 1 | -2/+1 |
* | using "abstracted" cli_connection, got \PIPE\srvsvc commands up and running | Luke Leighton | 1999-11-27 | 1 | -16/+10 |
* | further abstraction involving client states. main client-side code | Luke Leighton | 1999-11-27 | 3 | -20/+33 |
* | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 1999-11-27 | 1 | -2/+21 |
* | bug-fixing registry commands and the rpcclient "rpcclient" command. | Luke Leighton | 1999-11-27 | 1 | -0/+1 |
* | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1999-11-26 | 3 | -28/+21 |