| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | interfaces.c from 2.0.6 | Andrew Tridgell | 1999-12-17 | 1 | -0/+401 |
* | | util_sec.c from 2.0.6 | Andrew Tridgell | 1999-12-17 | 1 | -0/+326 |
* | | Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI. | Jeremy Allison | 1999-12-13 | 2 | -2/+1319 |
* | | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1999-12-13 | 18 | -6540/+0 |
* | | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 25 | -3050/+2890 |
* | | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1999-12-12 | 2 | -5/+5 |
* | | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 3 | -252/+241 |
* | | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 5 | -53/+85 |
* | | OK. This code works on a RedHat 6.0 system. However smbpasswd | Gerald Carter | 1999-12-09 | 1 | -2/+9 |
* | | jerry spotted that get_domain_sids() was being called with the wrong | Luke Leighton | 1999-12-08 | 2 | -13/+3 |
* | | ABOUT TIME!!!!!!!! | Luke Leighton | 1999-12-08 | 4 | -109/+123 |
* | | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1999-12-06 | 6 | -9/+547 |
* | | first version of msrpc agent redirector code. client-side only. | Luke Leighton | 1999-12-05 | 4 | -2/+902 |
* | | created create_pipe_socket() function. | Luke Leighton | 1999-12-05 | 1 | -0/+62 |
* | | cool! created higher-order function table for agent redirection. | Luke Leighton | 1999-12-04 | 1 | -0/+242 |
* | | jeremy is going to hate me for this. | Luke Leighton | 1999-12-04 | 1 | -0/+32 |
* | | cleaning up: removing those horrible references to server list | Luke Leighton | 1999-12-02 | 1 | -1/+1 |
* | | added get_any_dc_name() function. | Luke Leighton | 1999-12-02 | 2 | -0/+15 |
* | | need a domain resolving function, but get_trusted_serverlist() will do. | Luke Leighton | 1999-12-02 | 1 | -0/+34 |
* | | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1999-12-02 | 3 | -21/+128 |
* | | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 4 | -9/+73 |
* | | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 1 | -13/+0 |
* | | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1999-11-29 | 1 | -15/+42 |
* | | further abstraction involving client states. main client-side code | Luke Leighton | 1999-11-27 | 1 | -30/+22 |
* | | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1999-11-26 | 1 | -21/+0 |
* | | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1999-11-25 | 1 | -2/+8 |
* | | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1999-11-24 | 1 | -0/+1 |
* | | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1999-11-24 | 2 | -2/+27 |
* | | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1999-11-24 | 2 | -18/+23 |
* | | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 1999-11-24 | 1 | -4/+3 |
* | | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1999-11-24 | 1 | -34/+164 |
* | | adding svcctl 0x1b function | Luke Leighton | 1999-11-23 | 1 | -0/+28 |
* | | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1999-11-21 | 1 | -2/+2 |
* | | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1999-11-20 | 3 | -3/+37 |
* | | doing a code reshuffle. want to add code to establish trust relationships. | Luke Leighton | 1999-11-20 | 3 | -252/+317 |
* | | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1999-11-18 | 1 | -3/+25 |
* | | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1999-11-16 | 1 | -0/+23 |
* | | added server-side samr enum domains. fixed some parsing issues, server-side. | Luke Leighton | 1999-11-15 | 1 | -0/+11 |
* | | split array-handling functions into separate module. | Luke Leighton | 1999-11-12 | 2 | -224/+248 |
* | | preparation for doing a spoolss enum jobs command. had to rewrite | Luke Leighton | 1999-11-08 | 1 | -2/+83 |
* | | const feeding frenzy | Luke Leighton | 1999-11-08 | 1 | -1/+1 |
* | | const feeding frenzy | Luke Leighton | 1999-11-08 | 1 | -5/+5 |
* | | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1999-11-06 | 1 | -12/+82 |
* | | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1999-11-04 | 1 | -6/+16 |
* | | had to move unistr2_dup(), unistr2_free() and unistr2_copy() into | Luke Leighton | 1999-11-03 | 1 | -0/+34 |
* | | three types of array-creation / array-deletion functions: | Luke Leighton | 1999-11-03 | 1 | -31/+36 |
* | | rewrote rpcclient enumaliases command. | Luke Leighton | 1999-11-01 | 2 | -1/+36 |
* | | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1999-10-30 | 1 | -0/+23 |
* | | general, drastic improvements to rpcclient. | Luke Leighton | 1999-10-30 | 1 | -0/+18 |
* | | rpcclient regenum key client code rewritten to use higher order functions. | Luke Leighton | 1999-10-29 | 1 | -2/+2 |