summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1-37/+875
1999-12-23Fixed range checking in unicode to multibyte function. Oops.Jeremy Allison1-9/+15
1999-12-23Added wtoupper/wtolower.Jeremy Allison1-0/+19
1999-12-23Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1-0/+56
1999-12-22include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison2-3/+18
1999-12-22First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1-0/+169
1999-12-22Ok - we now have the following functions for UNICODE support :Jeremy Allison1-0/+127
1999-12-21Added new unicode functions - not used yet, but are the basis for theJeremy Allison1-1/+209
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-0/+21
1999-12-17lib/fnmatch.c from 2.0.6Andrew Tridgell1-0/+200
1999-12-17interfaces.c from 2.0.6Andrew Tridgell1-0/+401
1999-12-17util_sec.c from 2.0.6Andrew Tridgell1-0/+326
1999-12-13Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison2-2/+1319
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell18-6540/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell25-3050/+2890
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton2-5/+5
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton3-252/+241
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton5-53/+85
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-2/+9
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton2-13/+3
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton4-109/+123
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton6-9/+547
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton4-2/+902
1999-12-05created create_pipe_socket() function.Luke Leighton1-0/+62
1999-12-04cool! created higher-order function table for agent redirection.Luke Leighton1-0/+242
1999-12-04jeremy is going to hate me for this.Luke Leighton1-0/+32
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton1-1/+1
1999-12-02added get_any_dc_name() function.Luke Leighton2-0/+15
1999-12-02need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1-0/+34
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton3-21/+128
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton4-9/+73
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-13/+0
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1-15/+42
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-30/+22
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-21/+0
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-2/+8
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-0/+1
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton2-2/+27
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton2-18/+23
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1-4/+3
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-34/+164
1999-11-23adding svcctl 0x1b functionLuke Leighton1-0/+28
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1-2/+2
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton3-3/+37
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton3-252/+317
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1-3/+25
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-0/+23
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1-0/+11
1999-11-12split array-handling functions into separate module.Luke Leighton2-224/+248
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-2/+83