summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* double-checked the return results from new querysecret command, correctedLuke Leighton1999-03-181-2/+2
* matt,Luke Leighton1999-03-181-1/+1
* Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1999-03-184-0/+109
* Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFOMatthew Chapman1999-03-181-3/+3
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-188-36/+467
* SAMLOGON query - alignment issue is beginning to get to me.Luke Leighton1999-03-171-0/+2
* Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1999-03-172-1/+36
* alignment issue for UDP SAMLOGON response.Luke Leighton1999-03-171-2/+2
* Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1999-03-164-0/+122
* Don't forget to make proto.Matthew Chapman1999-03-141-37/+4
* Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1999-03-121-2/+14
* cli_setup_creds new arguments added.Luke Leighton1999-03-121-1/+3
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-128-26/+82
* check for exactly _one_ key: for USRMGR.EXE.Luke Leighton1999-03-121-0/+4
* static password space needed.Luke Leighton1999-03-101-3/+3
* Greg Dickie: spotted bug where smb_nt_passwd could be NULL.Luke Leighton1999-03-101-1/+8
* Greg Dickie spotted some wierd memory corruption problem with groupLuke Leighton1999-03-093-21/+21
* alignment issue in UDP SAMLOGON response.Luke Leighton1999-03-091-3/+6
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-097-220/+318
* oh dear, it's this one again. removed check for MAILSLOT\NTLOGON becauseLuke Leighton1999-03-091-14/+12
* oops, IS_BITS_CLR_ALL() macro was wrong!Luke Leighton1999-03-091-1/+1
* reverted access control flags in enum commands.Luke Leighton1999-03-091-3/+3
* - todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1999-03-082-130/+159
* pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1999-03-082-2/+4
* oops, accidentally committed clear-text password reading last week.Luke Leighton1999-03-081-1/+1
* Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.Luke Leighton1999-03-082-0/+13
* spelling mistake, #ifdef'd out for non-developers (oops!)Luke Leighton1999-03-051-0/+5
* oops, put -DDEBUG_PASSWORD in wrong place.Luke Leighton1999-03-051-1/+1
* Benjamin Kuit's mods.Luke Leighton1999-03-053-3/+36
* Benjamin Kuit's latest mysql mods. issue with "make proto" needs to beLuke Leighton1999-03-036-93/+165
* added <mysql.h> autoconf test.Luke Leighton1999-03-025-33/+10
* Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1999-03-018-2/+1335
* improving syntax / useability of rpcclient "shutdown" command:Luke Leighton1999-03-012-10/+26
* Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending onMatthew Chapman1999-02-241-7/+10
* Added "lookupdomain" rpcclient command. Not particularly useful currentlyMatthew Chapman1999-02-241-0/+1
* Win9x user level security.Matthew Chapman1999-02-247-429/+1096
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-2310-330/+497
* samr_lookup_names "none found" error needed corrections with empty lists.Luke Leighton1999-02-191-2/+2
* last unix group not being listed. spotted by jacques sansdrap.Luke Leighton1999-02-193-3/+3
* problem been there for months: reg_r_info not aligning after string buffer.Luke Leighton1999-02-181-0/+1
* Got to the bottom of another weird one...Michael Warfield1999-02-181-1/+5
* rpcclient shutdown commandLuke Leighton1999-02-167-2/+203
* bitmap to stringsLuke Leighton1999-02-162-16/+84
* Always null-terminate strings.Matthew Chapman1999-02-1517-82/+82
* Always null-terminate strings.Matthew Chapman1999-02-151-16/+33
* Added caching of user password if it was entered via getpass. We were alreadyMichael Warfield1999-02-141-1/+102
* Fixed a glibc glitch in smbumount.c and reenabled some debuggingMichael Warfield1999-02-132-2/+2
* const cast issues. [p.s - tidy work, matt!]Luke Leighton1999-02-121-16/+31
* const issues with byte mod / byte read macros.Luke Leighton1999-02-121-8/+13
* Cut and paste error.Matthew Chapman1999-02-121-9/+9