summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-051-88/+74
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-041-2/+0
* Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter2000-04-043-6/+0
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-048-320/+296
* IRIX include fixes.Jeremy Allison2000-03-311-0/+5
* split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau2000-03-291-8/+28
* rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-291-74/+95
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-229-264/+1
* disabled the getgrent() code recently added that returns all unix groupsLuke Leighton2000-03-221-0/+17
* disabled code from HP that replaced get_sampwd_entries() withLuke Leighton2000-03-221-1/+26
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-229-0/+221
* Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison2000-03-211-20/+252
* fix a bug in enumprinterdriversJean-François Micouleau2000-03-161-6/+14