summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-272-11/+23
* uninitialised variable "list"Luke Leighton2000-05-271-1/+1
* unistr_to_dos not unistr_to_asciiLuke Leighton2000-05-271-2/+2
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-5/+75
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-261-1/+6
* Compile time warning fixes and a time_t -> uint32 conversion fix.Jeremy Allison2000-05-261-2/+6
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-263-4/+4
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-16/+14
* Modify NT driver heirarchy to fix HP bug with duplicate printer driverJeremy Allison2000-05-221-10/+58
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-182-0/+459
* Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison2000-05-171-0/+7
* Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2000-05-171-1/+1
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-173/+361
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-161-1/+1
* Check error returns.Jeremy Allison2000-05-151-4/+9
* Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison2000-05-151-10/+14
* Added fix for Win2k ACL query code from Shirish. I need this back portedJeremy Allison2000-05-151-3/+54
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-151-4/+4
* call prs_dump() on every input and output packet so we have plenty ofAndrew Tridgell2000-05-151-2/+13
* add prs_dump() at the top level rpc switchAndrew Tridgell2000-05-151-0/+2
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-4/+26
* fixed two uninitialised variablesAndrew Tridgell2000-05-121-2/+1
* lib/util_unistr.c:Jeremy Allison2000-05-101-2/+2
* more merging voodooAndrew Tridgell2000-05-109-1/+27
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-092-0/+8
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-042-15/+25
* - use full_name instead of real_nameAndrew Tridgell2000-05-043-2/+4
* added support for deleting printers into the spoolss systemAndrew Tridgell2000-05-022-0/+63
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-022-3/+3
* fixed a memory leakAndrew Tridgell2000-05-021-0/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-023-4/+4
* fix handing of ascii_to_unistrAndrew Tridgell2000-04-301-19/+19
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-281-0/+17
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-254-4/+0
* fixed a memory leak of devmode in spoolssAndrew Tridgell2000-04-251-0/+3
* more pstring/fstring errors found by insureAndrew Tridgell2000-04-231-15/+16
* another fstring/pstring fixAndrew Tridgell2000-04-231-1/+1
* fixed another spoolss memory leakAndrew Tridgell2000-04-232-2/+2
* we can't pass a fstring to a routine expecting a pstringAndrew Tridgell2000-04-231-1/+1
* fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell2000-04-231-0/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-2/+6
* Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison2000-04-181-3/+3
* got rid of FILE* in the unix name mapping codeAndrew Tridgell2000-04-161-8/+8
* - put the job status in english not french!Andrew Tridgell2000-04-161-7/+49
* JF and Jeremy - please have a look at what I did to the spoolssAndrew Tridgell2000-04-161-183/+59
* Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, butJeremy Allison2000-04-141-1/+5
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-1/+1
* added checks to open both \\server\printer and \\server\share.Jean-François Micouleau2000-04-101-3/+44
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-062-60/+174
* filled the architecture table (useless for the moment).Jean-François Micouleau2000-04-061-18/+37