Age | Commit message (Expand) | Author | Files | Lines |
1998-11-12 | jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist. | Luke Leighton | 1 | -3/+12 |
1998-11-12 | cleaning up conflicts between group code not yet committed and | Luke Leighton | 5 | -690/+1928 |
1998-11-12 | Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa | Jeremy Allison | 1 | -4/+31 |
1998-11-11 | rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ. | Jeremy Allison | 1 | -6/+7 |
1998-11-11 | - renamed open_policy to open_hklm. | Luke Leighton | 1 | -7/+7 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 1 | -1/+1 |
1998-11-09 | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 1 | -14/+0 |
1998-11-06 | grumble, grumble off-by-one unicode string fixes, gonna stuff my other | Luke Leighton | 1 | -5/+5 |
1998-10-27 | amazing. the improvements to NT continue, evidence for which shows up | Luke Leighton | 1 | -2/+2 |
1998-10-23 | set netlogon negotiation flags to 0x1ff, not to what the client requests. | Luke Leighton | 2 | -10/+14 |
1998-10-22 | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring | Jeremy Allison | 1 | -1/+1 |
1998-10-22 | bug fix in lsa_trans_names. | Luke Leighton | 2 | -4/+6 |
1998-10-22 | libsmb/smbdes.c: #ifdef'ed out code prior to removal. | Jeremy Allison | 2 | -3/+32 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 5 | -34/+70 |
1998-10-21 | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 2 | -15/+173 |
1998-10-21 | added "start index" skipping into querydispinfo. | Luke Leighton | 1 | -5/+15 |
1998-10-21 | Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode. | Jeremy Allison | 1 | -1/+1 |
1998-10-21 | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 1 | -6/+6 |
1998-10-20 | signed / unsigned warnings (found by herb). | Luke Leighton | 1 | -7/+7 |
1998-10-20 | dce/rpc. bug-fix in ipc.c (introduced today :) | Luke Leighton | 1 | -27/+87 |
1998-10-20 | some quite important bug-fixes i missed because i transferred the wrong | Luke Leighton | 2 | -18/+23 |
1998-10-19 | - dce/rpc code | Luke Leighton | 3 | -31/+105 |
1998-10-17 | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 1 | -2/+2 |
1998-10-16 | oops. | Luke Leighton | 1 | -1/+1 |
1998-10-16 | dce/rpc | Luke Leighton | 3 | -5/+101 |
1998-10-16 | made pass_check_smb() available for dce/rpc use. | Luke Leighton | 1 | -1/+1 |
1998-10-16 | rpc client mods (ntlmssp flags) | Luke Leighton | 2 | -2/+52 |
1998-10-16 | rpcclient ntlogin test | Luke Leighton | 1 | -1/+12 |
1998-10-15 | bug-fixing against: | Luke Leighton | 3 | -27/+154 |
1998-10-14 | more warnings... | Luke Leighton | 1 | -2/+1 |
1998-10-08 | dce/rpc | Luke Leighton | 1 | -9/+17 |
1998-10-07 | dce/rpc | Luke Leighton | 2 | -2/+298 |
1998-10-07 | dce/rpc | Luke Leighton | 1 | -0/+14 |
1998-10-02 | - static function "create_new_hashes" was identical to "nt_lm_owf_gen". | Luke Leighton | 1 | -1/+1 |
1998-09-30 | lsa_lookup_sids command added. severe debugging needed on lookup_sids | Luke Leighton | 1 | -60/+85 |
1998-09-30 | (Finally) implemented "max open files" as a global smb.conf parameter. | Jeremy Allison | 1 | -5/+17 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 8 | -73/+87 |
1998-09-29 | get away with dummy and .dummy files | Alexandre Oliva | 1 | -1/+0 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -30/+12 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
1998-09-26 | Small update to clitar.c to omit warnings about servers not | Richard Sharpe | 1 | -1/+1 |
1998-09-24 | this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were | Luke Leighton | 2 | -29/+37 |
1998-09-23 | nttrans.c: | Luke Leighton | 1 | -4/+28 |
1998-09-21 | major autoconf clean-up | Alexandre Oliva | 1 | -0/+1 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 2 | -4/+4 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 3 | -72/+1 |
1998-09-04 | Fixed uppercasing of share name (pointed out by Jean-Francois). | Jeremy Allison | 1 | -1/+0 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -3/+7 |
1998-08-26 | use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for | Andrew Tridgell | 1 | -1/+1 |
1998-08-24 | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 3 | -11/+11 |