summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-4/+26
2000-05-12fixed two uninitialised variablesAndrew Tridgell1-2/+1
2000-05-10lib/util_unistr.c:Jeremy Allison1-2/+2
2000-05-10more merging voodooAndrew Tridgell9-1/+27
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2-0/+8
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2-15/+25
2000-05-04 - use full_name instead of real_nameAndrew Tridgell3-2/+4
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell2-0/+63
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell2-3/+3
2000-05-02fixed a memory leakAndrew Tridgell1-0/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison3-4/+4
2000-04-30fix handing of ascii_to_unistrAndrew Tridgell1-19/+19
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele1-0/+17
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell4-4/+0
2000-04-25fixed a memory leak of devmode in spoolssAndrew Tridgell1-0/+3
2000-04-23more pstring/fstring errors found by insureAndrew Tridgell1-15/+16
2000-04-23another fstring/pstring fixAndrew Tridgell1-1/+1
2000-04-23fixed another spoolss memory leakAndrew Tridgell2-2/+2
2000-04-23we can't pass a fstring to a routine expecting a pstringAndrew Tridgell1-1/+1
2000-04-23fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell1-0/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-2/+6
2000-04-18Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison1-3/+3
2000-04-16got rid of FILE* in the unix name mapping codeAndrew Tridgell1-8/+8
2000-04-16- put the job status in english not french!Andrew Tridgell1-7/+49
2000-04-16JF and Jeremy - please have a look at what I did to the spoolssAndrew Tridgell1-183/+59
2000-04-14Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, butJeremy Allison1-1/+5
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-1/+1
2000-04-10added checks to open both \\server\printer and \\server\share.Jean-François Micouleau1-3/+44
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison2-60/+174
2000-04-06filled the architecture table (useless for the moment).Jean-François Micouleau1-18/+37
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-88/+74
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison1-2/+0
2000-04-04Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter3-6/+0
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter8-320/+296
2000-03-31IRIX include fixes.Jeremy Allison1-0/+5
2000-03-29split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau1-8/+28
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-74/+95
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison9-264/+1
2000-03-22disabled the getgrent() code recently added that returns all unix groupsLuke Leighton1-0/+17
2000-03-22disabled code from HP that replaced get_sampwd_entries() withLuke Leighton1-1/+26
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton9-0/+221
2000-03-21Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison1-20/+252
2000-03-16fix a bug in enumprinterdriversJean-François Micouleau1-6/+14
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau2-2/+14
2000-03-13small fix for addprinterex at level 2Jean-François Micouleau1-10/+8
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau2-44/+46
2000-03-11You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison1-1/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison3-60/+118
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-121/+193
2000-03-10removed unused variableJean-François Micouleau1-1/+0