summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau5-0/+144
1999-04-27Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau2-0/+1515
1999-04-23Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman1-0/+155
1999-04-23Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman4-0/+43
1999-04-20Make proto for VFS init changes and VFS fsync() stuff.Tim Potter1-7/+8
1999-04-20Broke out vfs structures to separate header file.Tim Potter1-44/+11
1999-04-20Broke out of smb.hTim Potter1-0/+131
1999-04-11Trying to improve DC location & browsing performance for the average userMatthew Chapman1-0/+1
1999-04-08Mainly BDC-related changes.Matthew Chapman3-8/+292
1999-04-08Always do a compile before CVS commit! )-:Tim Potter1-0/+1
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1-0/+1
1999-04-04Updated for VFS merge.Tim Potter1-6/+47
1999-04-04Added struct vfs_ops describing virtual filesystem operations.Tim Potter1-30/+77
1999-04-01new files needed by profiling codeAndrew Tridgell1-0/+32
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell3-11/+24
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton2-1/+10
1999-03-25"User Manager" - create user + change password now work.Luke Leighton1-0/+1
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1-1/+2
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton2-0/+10
1999-03-25SAM database "set user info".Luke Leighton4-47/+151
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-2/+37
1999-03-24Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1-2/+4
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-2/+2
1999-03-23Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1-36/+1
1999-03-19added a "createuser" command.Luke Leighton2-3/+46
1999-03-19return type of nt_decrypt_string2 set to BOOL.Luke Leighton1-2/+37
1999-03-19Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman2-3/+5
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1-0/+1
1999-03-18Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman2-0/+24
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman3-36/+86
1999-03-17Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1-0/+35
1999-03-16Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman2-0/+25
1999-03-14Don't forget to make proto.Matthew Chapman1-37/+4
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1-6/+12
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-5/+6
1999-03-09oops, IS_BITS_CLR_ALL() macro was wrong!Luke Leighton1-1/+1
1999-03-08Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.Luke Leighton2-0/+13
1999-03-05Benjamin Kuit's mods.Luke Leighton1-0/+31
1999-03-02added <mysql.h> autoconf test.Luke Leighton2-0/+7
1999-02-24Win9x user level security.Matthew Chapman2-85/+195
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton2-25/+28
1999-02-16rpcclient shutdown commandLuke Leighton3-2/+39
1999-02-12const issues with byte mod / byte read macros.Luke Leighton1-8/+13
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-12/+9
1999-02-11UNICODE issues.Luke Leighton1-2/+2
1999-02-11the UNICODE issue...Luke Leighton1-1/+8
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-3/+3
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-2/+2
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-2/+2
1999-02-08iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton1-4/+1