summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell3-0/+20
1998-08-21use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell1-1/+30
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell2-30/+4
1998-08-17converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1-139/+144
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-10/+5
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-222/+210
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-2/+0
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-61/+56
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-07-29some merge cleanupsAndrew Tridgell1-0/+0
1998-06-29nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1-3/+4
1998-06-13Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1-24/+63
1998-06-12ipc.c: map_username is now a BOOL function.Jeremy Allison1-25/+27
1998-06-10De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison2-1/+22
1998-06-09loadparm.c: Removed 'domain other sids' parameter.Jeremy Allison3-15/+13
1998-06-05loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre...Jeremy Allison1-1/+11
1998-06-04added "domain admin group" and "domain guest group" parameters. this isLuke Leighton1-5/+5
1998-05-24more warnings, from Tim WindersLuke Leighton1-1/+1
1998-05-24- created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton2-3/+3
1998-05-21fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1-3/+3
1998-05-21jean-francois calling the right function for the "net t.o.d" dce/rpc supportLuke Leighton1-1/+1
1998-05-20dce/rpc net time command from jean-francois. does not support timezonesLuke Leighton1-0/+54
1998-05-19ldap.c :Luke Leighton2-37/+13
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison3-18/+42
1998-05-18- renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton3-3/+3
1998-05-15Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we wereJeremy Allison1-1/+1
1998-05-14passdb.cJeremy Allison1-7/+12
1998-05-14Fixed dce/rpc to use global_machine_sid (auto generated in server.c ifJeremy Allison3-14/+9
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison5-292/+338
1998-05-12retired this file: it's not actually needed now that passdb.c providesLuke Leighton1-152/+0
1998-05-12This is a security audit change of the main source.Jeremy Allison3-10/+10
1998-05-11password back-end database supportLuke Leighton1-105/+28
1998-05-11ldap back-end database developmentLuke Leighton1-126/+38
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell2-9/+9
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton3-44/+46
1998-05-06smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1-2/+3
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison2-5/+8
1998-05-06jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton2-52/+236
1998-05-06compiler warning for unimportant uninitialised variableLuke Leighton1-4/+4
1998-05-05patches from jean francois: couple of minor bugsLuke Leighton1-2/+1
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1-1/+1
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-1/+1
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison1-11/+11
1998-04-25This looks like a big change but really isn't.Jeremy Allison3-10/+7
1998-04-24ABOUT time. dce/rpc long packet format now works, server-side.Luke Leighton2-5/+90
1998-04-23Makefile: Added nterr.c into the mix.Jeremy Allison1-1/+1