summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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-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-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2-6/+16
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
2002-04-11WERROR merge from SAMBA_2_2Gerald Carter1-16/+22
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-0/+52
2002-04-09Fixed typo in debug statement.Tim Potter1-1/+1
2002-04-09Fixed some compiler warnings.Tim Potter1-5/+5
2002-04-09Add a become_root()/unbecome_root() pair to allow acces to the passdb forAndrew Bartlett1-0/+4
2002-04-05Fix Gerry bug - MajorVersion should be 2 not 3.Jeremy Allison1-1/+1
2002-03-31Removed unused variable.Tim Potter1-1/+0
2002-03-30Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison1-1/+12
2002-03-29Don't core dump listing thousands of users in usrmgr.Jeremy Allison2-11/+22
2002-03-29Ensure we return a parseable value if invalid handle given.Jeremy Allison1-17/+17
2002-03-28merge from SAMBA_2_2Gerald Carter1-1/+6
2002-03-27merge from SAMBA_2_2Gerald Carter1-6/+6
2002-03-26OpenPrinter() merge from 2.2Gerald Carter2-7/+156
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-2/+2
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter2-3/+2
2002-03-21Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett1-3/+3
2002-03-20merge from APPLIANCE_HEADGerald Carter1-12/+1
2002-03-20resetprinter merge from SAMBA_2_2Gerald Carter1-0/+22
2002-03-20Merge from app-head:Tim Potter1-2/+2
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-10/+82
2002-03-19Merge in JohnR's page count fixes.Jeremy Allison1-4/+31
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-2/+42
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-7/+7
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter2-2/+2
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2-149/+317
2002-03-14Backed out enumprinters stuff - leave it for another day.Tim Potter1-24/+10
2002-03-12Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter1-14/+30
2002-03-10return the correct SID and domain name for the samr enum_domain andAndrew Tridgell1-8/+30
2002-03-08merge from 2.2Gerald Carter1-3/+3
2002-03-08merge from 2.2Gerald Carter1-2/+2
2002-03-08Turns out an Admin user shouldn't always have access on a handle.Jeremy Allison1-7/+0
2002-03-07Merge in the change to do per-handle access checks on setdata/setform etc.Jeremy Allison1-70/+138
2002-03-05Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison1-137/+128