summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | interfaces.c from 2.0.6Andrew Tridgell1999-12-171-0/+401
* | util_sec.c from 2.0.6Andrew Tridgell1999-12-171-0/+326
* | Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison1999-12-132-2/+1319
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-1318-6540/+0
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1325-3050/+2890
* | changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-122-5/+5
* | final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-123-252/+241
* | delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-125-53/+85
* | OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+9
* | jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1999-12-082-13/+3
* | ABOUT TIME!!!!!!!!Luke Leighton1999-12-084-109/+123
* | the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-066-9/+547
* | first version of msrpc agent redirector code. client-side only.Luke Leighton1999-12-054-2/+902
* | created create_pipe_socket() function.Luke Leighton1999-12-051-0/+62
* | cool! created higher-order function table for agent redirection.Luke Leighton1999-12-041-0/+242
* | jeremy is going to hate me for this.Luke Leighton1999-12-041-0/+32
* | cleaning up: removing those horrible references to server listLuke Leighton1999-12-021-1/+1
* | added get_any_dc_name() function.Luke Leighton1999-12-022-0/+15
* | need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1999-12-021-0/+34
* | default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-023-21/+128
* | sys_select added one more argument (read, write selectors).Luke Leighton1999-12-014-9/+73
* | attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-13/+0
* | ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1999-11-291-15/+42
* | further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-30/+22
* | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-21/+0
* | cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-2/+8
* | service control manager API completed. svcenum -i works, but does notLuke Leighton1999-11-241-0/+1
* | ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-242-2/+27
* | first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-242-18/+23
* | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1999-11-241-4/+3
* | rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-34/+164
* | adding svcctl 0x1b functionLuke Leighton1999-11-231-0/+28
* | implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-211-2/+2
* | modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-203-3/+37
* | doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-203-252/+317
* | set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1999-11-181-3/+25
* | added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-0/+23
* | added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1999-11-151-0/+11
* | split array-handling functions into separate module.Luke Leighton1999-11-122-224/+248
* | preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-081-2/+83
* | const feeding frenzyLuke Leighton1999-11-081-1/+1
* | const feeding frenzyLuke Leighton1999-11-081-5/+5
* | added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-12/+82
* | samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-6/+16
* | had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1999-11-031-0/+34
* | three types of array-creation / array-deletion functions:Luke Leighton1999-11-031-31/+36
* | rewrote rpcclient enumaliases command.Luke Leighton1999-11-012-1/+36
* | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-0/+23
* | general, drastic improvements to rpcclient.Luke Leighton1999-10-301-0/+18
* | rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-2/+2