summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Fix my stupid compile bug in num_files_open.Jeremy Allison2002-04-231-5/+6
* Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison2002-04-231-1/+6
* merge from SAMBA_2_2Gerald Carter2002-04-222-11/+1
* Fix found by Li Shao @ HP - XP clients don't bother to set the devmode_ptrJeremy Allison2002-04-181-1/+1
* Merge of print server permission handling fixes from HEAD.Tim Potter2002-04-151-12/+37
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-142-6/+16
* Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett2002-04-111-15/+0
* Correctly emulate NT in printer handle opening access rights.Jeremy Allison2002-04-111-1/+6
* s/werror_str/dos_errstr/g to fix compileGerald Carter2002-04-111-3/+3
* merge from 2.2Gerald Carter2002-04-111-1/+0
* WERROR merge from SAMBA_2_2Gerald Carter2002-04-111-16/+22
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-0/+52
* Fixed typo in debug statement.Tim Potter2002-04-091-1/+1
* Fixed some compiler warnings.Tim Potter2002-04-091-5/+5
* Add a become_root()/unbecome_root() pair to allow acces to the passdb forAndrew Bartlett2002-04-091-0/+4
* Fix Gerry bug - MajorVersion should be 2 not 3.Jeremy Allison2002-04-051-1/+1
* Removed unused variable.Tim Potter2002-03-311-1/+0
* Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison2002-03-301-1/+12
* Don't core dump listing thousands of users in usrmgr.Jeremy Allison2002-03-292-11/+22
* Ensure we return a parseable value if invalid handle given.Jeremy Allison2002-03-291-17/+17
* merge from SAMBA_2_2Gerald Carter2002-03-281-1/+6
* merge from SAMBA_2_2Gerald Carter2002-03-271-6/+6
* OpenPrinter() merge from 2.2Gerald Carter2002-03-262-7/+156
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-2/+2
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-222-3/+2
* Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett2002-03-211-3/+3
* merge from APPLIANCE_HEADGerald Carter2002-03-201-12/+1
* resetprinter merge from SAMBA_2_2Gerald Carter2002-03-201-0/+22
* Merge from app-head:Tim Potter2002-03-201-2/+2
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-10/+82
* Merge in JohnR's page count fixes.Jeremy Allison2002-03-191-4/+31
* more verbose checking in talloc and util_pwSimo Sorce2002-03-181-2/+42
* Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-171-7/+7
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-172-2/+2
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-152-149/+317
* Backed out enumprinters stuff - leave it for another day.Tim Potter2002-03-141-24/+10
* Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter2002-03-121-14/+30
* return the correct SID and domain name for the samr enum_domain andAndrew Tridgell2002-03-101-8/+30
* merge from 2.2Gerald Carter2002-03-081-3/+3
* merge from 2.2Gerald Carter2002-03-081-2/+2
* Turns out an Admin user shouldn't always have access on a handle.Jeremy Allison2002-03-081-7/+0
* Merge in the change to do per-handle access checks on setdata/setform etc.Jeremy Allison2002-03-071-70/+138
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-137/+128
* Spelling fixes.Tim Potter2002-03-051-3/+3
* Some more fixes to enusre we execute the same code pathes as before thisAndrew Bartlett2002-03-031-8/+8
* This patch allows NT4 domains to trust Samba.Andrew Bartlett2002-03-031-84/+81
* SECURITY FIXES:Andrew Bartlett2002-03-011-1/+7
* Fixup the sending of printer change messages from job changes.Jeremy Allison2002-02-261-9/+16
* Merge of printing performance fixes from appliance.Tim Potter2002-02-251-40/+61
* merge from 2.2Gerald Carter2002-02-211-1/+1