summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* Make proto for VFS init changes and VFS fsync() stuff.Tim Potter1999-04-201-7/+8
* Broke out vfs structures to separate header file.Tim Potter1999-04-201-44/+11
* Broke out of smb.hTim Potter1999-04-201-0/+131
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-111-0/+1
* Mainly BDC-related changes.Matthew Chapman1999-04-083-8/+292
* Always do a compile before CVS commit! )-:Tim Potter1999-04-081-0/+1
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-081-0/+1
* Updated for VFS merge.Tim Potter1999-04-041-6/+47
* Added struct vfs_ops describing virtual filesystem operations.Tim Potter1999-04-041-30/+77
* new files needed by profiling codeAndrew Tridgell1999-04-011-0/+32
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-013-11/+24
* added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1999-03-292-1/+10
* "User Manager" - create user + change password now work.Luke Leighton1999-03-251-0/+1
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-251-1/+2
* added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1999-03-252-0/+10
* SAM database "set user info".Luke Leighton1999-03-254-47/+151
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-2/+37
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-2/+4
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-231-2/+2
* Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1999-03-231-36/+1
* added a "createuser" command.Luke Leighton1999-03-192-3/+46
* return type of nt_decrypt_string2 set to BOOL.Luke Leighton1999-03-191-2/+37
* Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1999-03-192-3/+5
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-191-0/+1
* Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1999-03-182-0/+24
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-183-36/+86
* Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1999-03-171-0/+35
* Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1999-03-162-0/+25
* Don't forget to make proto.Matthew Chapman1999-03-141-37/+4
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-6/+12
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-5/+6
* oops, IS_BITS_CLR_ALL() macro was wrong!Luke Leighton1999-03-091-1/+1
* Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.Luke Leighton1999-03-082-0/+13
* Benjamin Kuit's mods.Luke Leighton1999-03-051-0/+31
* added <mysql.h> autoconf test.Luke Leighton1999-03-022-0/+7
* Win9x user level security.Matthew Chapman1999-02-242-85/+195
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-232-25/+28
* rpcclient shutdown commandLuke Leighton1999-02-163-2/+39
* const issues with byte mod / byte read macros.Luke Leighton1999-02-121-8/+13
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-12/+9
* UNICODE issues.Luke Leighton1999-02-111-2/+2
* the UNICODE issue...Luke Leighton1999-02-111-1/+8
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-3/+3
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-2/+2
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-2/+2
* iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton1999-02-081-4/+1
* corrections to get data stream for 2nd and subsequent pdus copied fromLuke Leighton1999-02-031-1/+0
* cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-031-2/+3
* multiple dce/rpc PDUs failed to work after ntlmssp update was added.Luke Leighton1999-02-031-1/+1
* comma after DOM_MAP_USER removedLuke Leighton1999-02-011-1/+1