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