summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2-97/+108
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-158/+156
2001-09-03the next step in our error code handling changeAndrew Tridgell1-232/+229
2001-08-28Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.Tim Potter1-6/+35
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell13-528/+528
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-1/+1
2001-08-27As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett1-4/+0
2001-08-26Spaces -> Tabs.Jeremy Allison1-6/+7
2001-08-24get rid of compiler warningsHerb Lewis2-6/+6
2001-08-24fix missing )Herb Lewis1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce2-10/+53
2001-08-24Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison1-1/+1
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce2-0/+72
2001-08-23Fix for filers sending -1 for the maximum read request length on theTim Potter1-3/+7
2001-08-22some %things are not expanded properly in get share info levelsSimo Sorce1-19/+22
2001-08-13Added Jim McDonough's Win9x take ownership fix.Jeremy Allison1-0/+12
2001-08-13merge from 2.2Gerald Carter1-0/+12
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-19/+50
2001-08-12Kill of idra's extra become_root()/unbecome_root() now I have fixed the actualAndrew Bartlett1-2/+0
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-20/+5
2001-08-11Without this become_root()/unbecome_root() pair I was not able to loginSimo Sorce1-3/+3
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-3/+24
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2-301/+304
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter2-22/+23
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2-103/+140
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter4-102/+102
2001-07-23Fix case insensitive password change code.Jeremy Allison1-29/+29
2001-07-19#ifdef'ed out some unused functions.Tim Potter1-0/+8
2001-07-17Fix usermanager for domains - we were returning no memory when weJeremy Allison1-10/+22
2001-07-12Removed unused variable.Tim Potter1-1/+0
2001-07-09implement:Jean-François Micouleau2-1/+406
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau1-22/+195
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-1/+1
2001-07-07Add a new paramater: add machine scriptAndrew Bartlett1-3/+11
2001-07-05Fix for enumerating large numbers of users.Jeremy Allison1-33/+48
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell4-11/+11
2001-07-04The big character set handling changeover!Andrew Tridgell8-80/+50
2001-07-02Fixed extra file_free calls - my fault :-(.Jeremy Allison1-2/+0
2001-07-02This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where weAndrew Bartlett1-2/+0
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2-0/+62
2001-06-29From JF....Jeremy Allison1-19/+25
2001-06-26SGI compiler fixes.Herb Lewis2-13/+1
2001-06-25Cosmetic fixups found while playing with the server manager. Added supportTim Potter2-0/+50
2001-06-22Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison1-4/+4
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison1-0/+33
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2-9/+35
2001-06-19Only try and open a directory if we get EISDIR.Jeremy Allison1-4/+8
2001-06-19Fixed typo in debug message.Tim Potter1-1/+1
2001-06-19rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison1-1/+1