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