Age | Commit message (Expand) | Author | Files | Lines |
1999-08-31 | matthew chapman identified 4 previously unknown samr functions. | Luke Leighton | 1 | -3/+3 |
1999-08-30 | debugged enumgroups -g option | Luke Leighton | 1 | -2/+5 |
1999-08-18 | patch from michael glauche to add session enum code into smbd. | Luke Leighton | 1 | -6/+36 |
1999-08-17 | patch from Michael Glauche to list connections from STATUS..LCK. | Luke Leighton | 1 | -7/+40 |
1999-07-27 | - enumprintprocessors and enumprintmonitors added. | Jean-François Micouleau | 1 | -37/+297 |
1999-07-26 | renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for adding | Luke Leighton | 1 | -5/+5 |
1999-07-26 | commented location where lookup_sids(), a direct call to the password | Luke Leighton | 1 | -0/+3 |
1999-07-21 | Tim Potter spotted compile error: matthew had added BDC support to smbd, | Luke Leighton | 1 | -2/+3 |
1999-07-14 | code from bertl to allow remap of default built-in names to anything. | Luke Leighton | 1 | -43/+26 |
1999-07-06 | oops, set password lengths to a boolean value. | Luke Leighton | 1 | -2/+2 |
1999-07-01 | many small bugs... | Jean-François Micouleau | 1 | -15/+35 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 2 | -44/+39 |
1999-06-22 | Fixed most memory leak and big-endian bug in the spoolss code. | Jean-François Micouleau | 1 | -3/+114 |
1999-06-02 | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1 | -0/+2 |
1999-05-03 | last part of RPC api change. | Jean-François Micouleau | 9 | -205/+216 |
1999-04-27 | rpc_parse/parse_misc.c : defined a new BUFFER5 struct | Jean-François Micouleau | 1 | -5/+46 |
1999-04-27 | Adding RPC spoolss code support and some new low-level printing functions. | Jean-François Micouleau | 1 | -0/+3415 |
1999-04-23 | Added new define NT_STATUS_MORE_ENTRIES = 0x105. | Matthew Chapman | 1 | -1/+1 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -0/+78 |
1999-04-06 | Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD. | Luke Leighton | 1 | -3/+3 |
1999-03-29 | added SamrQueryDomainInfo call info level 0x3 for kix32.exe support | Luke Leighton | 1 | -5/+10 |
1999-03-25 | "User Manager" - create user + change password now work. | Luke Leighton | 1 | -7/+25 |
1999-03-25 | fixed issues with "Welcome to SAMBA Domain" for when admin user/pass is | Luke Leighton | 1 | -9/+23 |
1999-03-25 | added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is used | Luke Leighton | 1 | -0/+30 |
1999-03-25 | SAM database "set user info". | Luke Leighton | 3 | -52/+204 |
1999-03-24 | removed 2 unnecessary args from make_uni_hdr. | Luke Leighton | 2 | -3/+2 |
1999-03-24 | Fixed LSA Lookup Names. There were a few too many NULL pointers in a | Matthew Chapman | 1 | -13/+30 |
1999-03-23 | dynamic memory allocation in samr enum dom users. works with 849 entries now. | Luke Leighton | 1 | -0/+10 |
1999-03-21 | The line: | Matthew Chapman | 1 | -2/+2 |
1999-03-18 | Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGON | Matthew Chapman | 1 | -0/+37 |
1999-03-17 | Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8. | Luke Leighton | 1 | -1/+1 |
1999-03-16 | Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API). | Matthew Chapman | 1 | -0/+39 |
1999-03-12 | check for exactly _one_ key: for USRMGR.EXE. | Luke Leighton | 1 | -0/+4 |
1999-03-10 | Greg Dickie: spotted bug where smb_nt_passwd could be NULL. | Luke Leighton | 1 | -1/+8 |
1999-02-24 | Win9x user level security. | Matthew Chapman | 1 | -41/+182 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 6 | -17/+17 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 6 | -22/+26 |
1999-02-11 | UNICODE issues. | Luke Leighton | 1 | -3/+3 |
1999-02-10 | use jeremy's versions of the UNICODE routines. | Luke Leighton | 1 | -3/+3 |
1999-02-09 | Having Well-known Domain Groups ("Domain Admins/Guests/Users") returned | Luke Leighton | 1 | -1/+1 |
1999-02-09 | groups and aliases being "manually" added which do not necessarily have | Luke Leighton | 1 | -45/+7 |
1999-02-09 | when multiple independent large rpc calls come in on the same pipe, | Luke Leighton | 1 | -5/+2 |
1999-02-09 | removal of the use of unistrn2 function: replace it with unistr2_to_str | Luke Leighton | 2 | -5/+4 |
1999-02-09 | pwdb_smb_to_sam was not returning NULL for nt name so that | Luke Leighton | 1 | -5/+5 |
1999-02-09 | Fix for NT BSOD problem. There's no reason to have two "NT usernames" running | Matthew Chapman | 1 | -3/+1 |
1999-02-08 | UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL() | Luke Leighton | 1 | -3/+3 |
1999-02-03 | corrections to get data stream for 2nd and subsequent pdus copied from | Luke Leighton | 2 | -22/+19 |
1999-02-03 | cache unix groups so that two-level getgrent calls don't occur. | Luke Leighton | 1 | -1/+1 |
1999-02-03 | multiple dce/rpc PDUs failed to work after ntlmssp update was added. | Luke Leighton | 2 | -32/+23 |
1999-02-02 | server type announcements modified to include the "role" of the server: | Luke Leighton | 1 | -6/+11 |