summaryrefslogtreecommitdiffstats
path: root/source3/printing/nt_printing.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-91/+186
| | | | | | | | Added patches for random -> sys_random. Added set_effective_xxx patches for AFS code. Memory allocation changes in spoolss code. Jeremy. (This used to be commit c2099cfb033c2cdb6035f4f7f50ce21b98e1584d)
* if the tdb stored driver isn't formatted right then return a defaultAndrew Tridgell2000-05-291-1/+1
| | | | | driver (This used to be commit 48bf12d23ee39ccc7c19363012abd48f43dfac11)
* fixed a couple of bugs in the driver return codeAndrew Tridgell2000-05-281-1/+9
| | | | (This used to be commit 8695cb0023597fd118241a431eeeddc559484465)
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-16/+61
| | | | | this needed some fixes in tdb_unpack(). Tim, you'll need to update (This used to be commit 9422719ab4c35e4ce3199b62dd632433bf391283)
* fixed return from nt_printing_init()Andrew Tridgell2000-05-271-1/+4
| | | | (This used to be commit 7e13ba75444eb82b257a7a3578aa30ae2f52fe1a)
* fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell2000-05-271-4/+4
| | | | (This used to be commit 11010f946af4d60d88bed450692e43c6a7860ab7)
* dummy trash in secdesc.Luke Leighton2000-05-271-3/+7
| | | | (This used to be commit 56c2dbbf813e1dc120d199b173fd462c658572a0)
* bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton2000-05-271-1/+12
| | | | (This used to be commit 1e3c0ab29d178fe58add32672301ac497d43a3fe)
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-2/+2
| | | | (This used to be commit f9f2a04fdb7b2af1cfe5bf26ec6f0d955ea948b9)
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-760/+460
| | | | | | | | got rid of the forms, drivers and printers files in the nt drivers directory and instead use a single tdb note that this is _not_ all finished. (This used to be commit 06763d1ec2fafc42f8ee3f36f0aeacceb3a7109d)
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-1/+76
| | | | | | | thsi function and the associated header structure were autogenerated using a little awk based code geerator I wroe ths evening. I'll commit that next ... (This used to be commit 974813f0d4afb6c14ed27c48ab24b19932557f9f)
* added support for deleting printers into the spoolss systemAndrew Tridgell2000-05-021-0/+15
| | | | (This used to be commit e72a5718537b84409fc20ff21951b1d1ab24d97f)
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
| | | | (This used to be commit d7cd7c88fdabb01d9e40ae8a657737907a21ac37)
* fixed another memory leakAndrew Tridgell2000-04-241-0/+1
| | | | (This used to be commit 780713f67a848ade49c523cda96015ab46337cde)
* fixed a memory leak I caused last week with my lines[] changesAndrew Tridgell2000-04-231-6/+1
| | | | (This used to be commit 4c889d08aed3cebba54abbc96f28a2d1c545a4b5)
* don't parse blank linesAndrew Tridgell2000-04-181-0/+2
| | | | (This used to be commit 8b1afe7e1af0a62244632e0a58b9e513ab4366f0)
* fixed some crash bugs in the nt forms parsingAndrew Tridgell2000-04-181-6/+6
| | | | (This used to be commit e505a6ddf3df37ca485cae117c53fa96d736f897)
* got rid of all the FILE* calls in the NT print system.Andrew Tridgell2000-04-161-118/+112
| | | | | | | | | this also fixes a few security holes in that code. JF - you need to be careful about open files for writing! symlinks can trap you. note that I always unlink() the file first, then open with O_EXCL. That is a cheap trick to avoid the symlink problems. (This used to be commit ad56e3d7915100a83b33ad36e627e13325197942)
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-061-29/+21
| | | | | | so that errors are returned on memory allocation failure. Jeremy. (This used to be commit 9a118cd4a2b03146b341eeffb62144a2d29b574c)
* filled the architecture table (useless for the moment).Jean-François Micouleau2000-04-061-6/+6
| | | | | | | fixed GetJob. J.F. (This used to be commit 3fea49e1d896987c54187cb326607284810fcb0d)
* JF - you might want to look at this patch.Jeremy Allison2000-04-051-23/+134
| | | | | | | | | | Went through and fixed up all failure possibilities. If something (malloc, file open etc.) fails, then this code goes through and cleans up all allocated resources on exit. This is the equivalent of a C++ destuctor for the allocated structures. We need code to be written like this to pass purify tests. Jeremy. (This used to be commit b260ef7cb1fb2b1e4661cc54eab403eb01fbfc35)
* Added strerror at debug level 0 on file create/open fail. Helps catchJeremy Allison2000-04-051-3/+3
| | | | | | problems. Jeremy. (This used to be commit a25891f52491a3aed89302704ba24df832aedf0b)
* Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.Jeremy Allison2000-04-031-1/+1
| | | | | Jeremy. (This used to be commit 33aa541e89ebe2e6a7c1808cea6dc7128bdb0587)
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-1/+1
| | | | | | | | | | | | | | | include/byteorder.h: Added alignment macros. include/nameserv.h: Added defines for msg_type field options - from rfc1002. lib/time.c: Typo fix. lib/util_unistr.c: Updates from UNICODE branch. printing/nt_printing.c: bzero -> memset. smbd/connection.c: Added check for UT_SYSLEN for utmp code. Other fixes : Rollback of unapproved commit from Luke. Please *ask* next time before doing large changes to HEAD. Jeremy. (This used to be commit f02999dbf7971b4ea05050d7206205d7737a78b2)
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-101-33/+57
| | | | | | | | | | undecoded, nothing in MSDN, but now it works :-) cleanup of error codes. fixed some dfs declarations function. J.F. (This used to be commit 87da4404aba29a2ebd999886e4c06958c96d3e05)
* fixed enumprinterdata.Jean-François Micouleau2000-03-071-11/+10
| | | | | J.F. (This used to be commit 2b4f09e7bbcbf1bf835f299e9f6bf89b32a7f03f)
* fix the reply of rpc_alter_contextJean-François Micouleau2000-02-151-70/+70
| | | | | | | | | | OpenPrinterEx is now decoding correctly the query most of the EnumXXX use the new_buffer struct. check the (un)marshalling return code. conclusion: still a long way to go. all the client code has to be rewritten, and I still wonder how to implement correctly the notify stuff. (This used to be commit 3d6d3863751787b08d40268c83221add1487a5c9)
* First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-071-0/+1413
| | | | | | | still needs a lot of cleaning/debuging. J.F. (This used to be commit bd9d4cdde9193c120c6f4e8cf72f87cd67a9387e)
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-131-1412/+0
| | | | | | that were in the head branch but weren't in SAMBA_2_0 (This used to be commit d7b208786590b5a28618590172b8d523627dda09)
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pdus, and then feeds them over either a "local" function call or a "remote" function call to an msrpc service. the "remote" msrpc daemon, on the other side of a unix socket, then calls the same "local" function that smbd would, if the msrpc service were being run from inside smbd. this allows a transition from local msrpc services (inside the same smbd process) to remote (over a unix socket). removed reference to pipes_struct in msrpc services. all msrpc processing functions take rpcsrv_struct which is a structure containing state info for the msrpc functions to decode and create pdus. created become_vuser() which does everything not related to connection_struct that become_user() does. removed, as best i could, connection_struct dependencies from the nt spoolss printing code. todo: remove dcinfo from rpcsrv_struct because this stores NETLOGON-specific info on a per-connection basis, and if the connection dies then so does the info, and that's a fairly serious problem. had to put pretty much everything that is in user_struct into parse_creds.c to feed unix user info over to the msrpc daemons. why? because it's expensive to do unix password/group database lookups, and it's definitely expensive to do nt user profile lookups, not to mention pretty difficult and if you did either of these it would introduce a complication / unnecessary interdependency. so, send uid/gid/num_groups/gid_t* + SID+num_rids+domain_group_rids* + unix username + nt username + nt domain + user session key etc. this is the MINIMUM info identified so far that's actually implemented. missing bits include the called and calling netbios names etc. (basically, anything that can be loaded into standard_sub() and standard_sub_basic()...) (This used to be commit aa3c659a8dba0437c17c60055a6ed30fdfecdb6d)
* don't leak printer handles,Jean-François Micouleau1999-09-271-3/+3
| | | | | | | | don't coredump when adding forms, and a small non obvious memory leak in the rpc buffers J.F. (This used to be commit bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d)
* Don't duplicate forms anymore, just update the definition.Jean-François Micouleau1999-09-251-14/+51
| | | | | | | Many memory leaks fixed. J.F. (This used to be commit f328ae8024584599324ae4263bb9fb89a358279f)
* many small bugs...Jean-François Micouleau1999-07-011-1/+1
| | | | | J.F. (This used to be commit bda429eb73fa3c0a6d59cf47a8285e3fc0cdae98)
* Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1999-06-221-1/+88
| | | | | | | | Also added addform/setform rpc api calls. Now I can add/change forms from the server property dialog box. Jean Francois (This used to be commit 8d73f83b6c112327a51c0df2e96a1866deb13c3a)
* last part of RPC api change.Jean-François Micouleau1999-05-031-2/+2
| | | | | | | and of rpcclient eventlog funtion Jean Francois (This used to be commit 7fc8659e83bf0269df297016beac6793ff0bdf32)
* Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1999-04-271-0/+1289
Jean Francois (This used to be commit 9e8192cc674db7551569d23982877dd25c488b50)