summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell3-3/+3
2002-06-28Added limit on SPOOLSS pipes from 2.2.xJeremy Allison1-8/+31
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-344/+540
2002-06-25I'm going to try and check this against Win2k shortly, but I'm certain thatAndrew Bartlett1-1/+1
2002-06-24compile fixGerald Carter1-0/+1
2002-06-24printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter1-42/+95
2002-06-18more debug classess activatedSimo Sorce20-0/+60
2002-06-15Rework much of the service.c code:Andrew Bartlett1-3/+2
2002-06-15Update the netlogon code to better cope with trusted domains, where thingsAndrew Bartlett1-10/+29
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett1-1/+1
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-12/+3
2002-06-11merge from 2.2Gerald Carter1-0/+1
2002-06-09This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de>Andrew Bartlett2-17/+10
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett3-30/+29
2002-06-06Fix compile error - doh!Tim Potter1-4/+0
2002-06-06Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter1-0/+8
2002-06-06Fixed out of date comment for _spoolss_rffpcnex()Tim Potter1-4/+2
2002-06-04Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list ofAndrew Bartlett1-96/+141
2002-06-03Fix netsessenum RPC. Correctly respond with as much info as we can.Jim McDonough1-5/+12
2002-06-03Restrict anonymous checks for the SAMR pipe. This is done byTim Potter1-0/+27
2002-06-03Move restrict anonymous checks into a general function calledTim Potter2-18/+49
2002-05-31Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough1-61/+27
2002-05-31Return access denied for net_share_enum when restrict anonymous > 0Tim Potter1-0/+17
2002-05-29Cleaned up srvsvc constants a bit.Tim Potter1-17/+17
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2-79/+64
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett1-0/+18
2002-05-24merge from SAMBA_2_2Gerald Carter1-1/+3
2002-05-24merge from SAMBA_2_2.Gerald Carter1-3/+5
2002-05-22Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett1-2/+8
2002-05-19Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if aTim Potter1-0/+3
2002-05-18Passdb:Andrew Bartlett1-4/+4
2002-05-18A few things in this commit:Andrew Bartlett1-2/+2
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-6/+16
2002-05-10Fix the bug that refused to allow IPC$ connection to be idled if a pipeJeremy Allison1-0/+17
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison1-1/+111
2002-05-09Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele1-13/+17
2002-04-23Fix my stupid compile bug in num_files_open.Jeremy Allison1-5/+6
2002-04-23Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison1-1/+6
2002-04-22printing merge from HEADGerald Carter2-12/+2
2002-04-22merge from SAMBA_2_2Gerald Carter2-11/+1
2002-04-18Fix found by Li Shao @ HP - XP clients don't bother to set the devmode_ptrJeremy Allison1-1/+1
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter1-12/+37
2002-04-15Whoops, removed debug 0 that snuck in.Tim Potter1-4/+0
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter1-12/+41
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2-6/+16
2002-04-12merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell1-15/+0
2002-04-11Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett1-15/+0
2002-04-11Correctly emulate NT in printer handle opening access rights.Jeremy Allison1-1/+6
2002-04-11s/werror_str/dos_errstr/g to fix compileGerald Carter1-3/+3
2002-04-11merge from 2.2Gerald Carter1-1/+0