summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-05Spelling fixes.Tim Potter1-3/+3
2002-03-03Some more fixes to enusre we execute the same code pathes as before thisAndrew Bartlett1-8/+8
2002-03-03This patch allows NT4 domains to trust Samba.Andrew Bartlett1-84/+81
2002-03-01SECURITY FIXES:Andrew Bartlett1-1/+7
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison1-9/+16
2002-02-25Merge of printing performance fixes from appliance.Tim Potter1-40/+61
2002-02-21merge from 2.2Gerald Carter1-1/+1
2002-02-21merge from 2.2Gerald Carter1-0/+5
2002-02-20merge from 2.2Gerald Carter1-5/+8
2002-02-15merge from APPLIANCE_HEADGerald Carter1-75/+18
2002-02-12merge from 2.2Gerald Carter1-15/+7
2002-02-12merge from 2.2Gerald Carter1-4/+18
2002-02-09Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison1-171/+320
2002-02-08merge from APPLIANCE_HEADGerald Carter1-1/+1
2002-01-31Added administrator access check for server side add, delete and setformTim Potter1-10/+34
2002-01-31this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell1-2/+1
2002-01-30Removed version number from file header.Tim Potter20-40/+20
2002-01-26merge from APPLIANCE_HEADGerald Carter1-3/+3
2002-01-26Add the become_root()/unbecome_root() wrapper around the lookup_name() call,Andrew Bartlett1-1/+9
2002-01-26Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett1-2/+11
2002-01-26Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett1-12/+30
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison1-6/+4
2002-01-25Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison1-3/+20