summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2002-05-14Added writeprinter command.Tim Potter3-0/+36
(This used to be commit 307788d0b823f228c718b2a186fc66144fd55717)
2002-05-14Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter1-11/+31
than a unistr2. Printer data isn't necessarily in unistr format. Tallocate memory to hold returned data when unmarshalling getprinterdata and enumprinterdata replies. (This used to be commit 89633a1d87d2a437dc1ceab9439f415ee1ec606d)
2002-05-14The cli_spoolss_setprinterdata() function interface changed slightly.Tim Potter1-2/+4
(This used to be commit 79d7bcf42e568b8fe75818c1d2344bff738afd70)
2002-05-14Added getprinterdata and enumprinterdata rpc client routines.Tim Potter1-42/+186
The setprinterdata routine was rewritten slightly to take more arguments. (This used to be commit a9a5702c88ea9c4a6a9197cf4e3444b26be858cc)
2002-05-14Added enumprinterdata.Tim Potter1-1/+41
(This used to be commit 7a15ce7c0c6a6b3a62dd6607fefc32742fa50308)
2002-05-14General cleanup of compiler warnings etc.Tim Potter7-58/+139
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
2002-05-13Don't store domain with username in secrets.tdbTim Potter1-1/+1
(This used to be commit 5c58b4290dbc364f3b2d6593fd0425fd50160993)
2002-05-13Fix bug where setting end of file length to 8 was hitting erroneousJeremy Allison1-0/+4
check for OS/2 EA set. This caused Macromedia movie files to not export correctly onto a Samba share. Originally spotted by Michel Stoop stoop@ncg.nl. Jeremy. (This used to be commit 6b4affde167104c760bd8dc3c8906511a7642853)
2002-05-13compile fix merge from SAMBA_2_2Gerald Carter1-11/+21
(This used to be commit 2676be4e419878fbf74b619949e1d84c6186691c)
2002-05-13Add auto-detect of time server. Uses master browser.Jim McDonough1-2/+4
(This used to be commit c2a6b0b1269b2e2abcf675538869dfba3cab8894)
2002-05-13Added entry for winreg extension.Tim Potter1-1/+11
Added extra source file for printerdata routines. (This used to be commit 34a0293a04cecf20c05a2d09d1ecda64538ca529)
2002-05-13Updated patch.Tim Potter1-13/+14
(This used to be commit 0851f473b7705a3d95dc2727cd7986295d2733ff)
2002-05-13Removed irritating CR at end of file.Tim Potter1-1/+0
(This used to be commit 2811ac99a1fcc2be02f89a418fe00c99c2bba81c)
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter3-0/+180
(This used to be commit 325361e9e6e2b2f852cc8607ad93108b80bcef06)
2002-05-13Registry module. Only contains REG_xxx constants used by the spoolssTim Potter1-0/+83
printerdata routines at the moment. (This used to be commit f2b9447bbdfe025b24a73d1c44885bcadb3f826f)
2002-05-13RPC client function for startdocprinter and enddocprinter.Tim Potter1-2/+101
(This used to be commit 38de5025fb1f6396e456e26bfb071223da247f03)
2002-05-13Support for client side startdocprinter.Tim Potter1-3/+63
Set useless_ptr = 1 for marshalling smb_io_doc_info() so it actually works. (This used to be commit 8e09e9454685f4638375247fdb4a1e7c6de91704)
2002-05-13Added startdocprinter and enddocprinter.Tim Potter4-0/+168
(This used to be commit 954107a9d314c8d87f65f741804ca3f9ca94432e)
2002-05-13Merge of --set-auth-user updates from 2.2Tim Potter1-3/+4
(This used to be commit 0420ae846cc93d4598b16dd21a4b8f61ae270fa2)
2002-05-13Merge of secrets_init() paranoia fix from 2.2Tim Potter1-1/+6
(This used to be commit 1c3c0d7cb64caa6be7ee6d786fe400a1d6944a72)
2002-05-11move vsyslog() from snprintf.c to replace.cSimo Sorce2-14/+14
tx Elrond for prosecuting cleanness :) (This used to be commit 2f30c2edfd6373864f5bd0c4f8d70625495da7eb)
2002-05-11merge from SAMBA_2_2Gerald Carter1-0/+8
(This used to be commit b41cefb4c0670b06564ac79fa10aff8d60069f10)
2002-05-11Fix for *BSD linking of VFS modules from "Scot W. Hetzel" <hetzels@westbend.net>Jeremy Allison2-316/+318
Jeremy. (This used to be commit f137a2cc14c71cbffd2ffb392c33cc67817b1658)
2002-05-11Fix to include -Ipopt in getpass test.Jeremy Allison3-10/+91
Jeremy. (This used to be commit 41cec26ee36458c2f6fdf768d25a83031e4d5bbb)
2002-05-10misc merge from SAMBA_2_2Gerald Carter1-0/+4
(This used to be commit 0420098c47555224d2425845137e4159698e02c2)
2002-05-10devmode parsing merge from SAMBA_2_2Gerald Carter1-29/+74
(This used to be commit 59e49a79b485f5ba26dedff8a7d7fe1c8c77f16a)
2002-05-10Allow -c to specify the location of the config file, and fix up some handlingAndrew Bartlett1-13/+15
of non-existant passdb cases. (This used to be commit e56de32f5ce5cb301137497451b0ccd633f09f54)
2002-05-10Added findsmb to .cvsignore list.Tim Potter1-0/+1
(This used to be commit 5b682b2e04d054a2843269373abddc764c4c0cdd)
2002-05-10Fix for Solaris nscd issue pointed out by Mike GerdtsTim Potter4-1/+43
<Michael.Gerdts@alcatel.com>. The struct passwd in Solaris contains some extra fields which must be initialised otherwise nscd crashes. (This used to be commit a67323d07177ebc8e46dc14476efaf7e95944504)
2002-05-10Removed libtool.m4 includes.Tim Potter1-838/+0
(This used to be commit 9ebc5ce4c12f635047e5ba1ec46ce14653495a53)
2002-05-10Fix the bug that refused to allow IPC$ connection to be idled if a pipeJeremy Allison1-0/+17
was open - we now only refuse to allow IPC$ connection to be idled if a handle is open on a pipe. Jeremy. (This used to be commit fc043110bc42d56c8686b9b64c46af7be2fd236e)
2002-05-10Ok, ok, I was too impatient...Jim McDonough1-2/+2
(This used to be commit af35c5a57ca5544441bd82b695d878f388cd5e73)
2002-05-10Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE.Jim McDonough1-2/+2
Jeremy, please verify that this was ok... (This used to be commit f191563c7f1cfb7250327333a9470edc4dbedde1)
2002-05-10Oops. Broke the build be removing MSG_PRINTER_UPDATE. Re-added as nextJeremy Allison1-0/+1
free printer msg id. Jeremy. (This used to be commit 64c819b71e6b8831106847153fbbc3123602b397)
2002-05-09Converged net group command.Jim McDonough1-3/+13
(This used to be commit 95cc3fa4d3e566f540090ed499e80d86eb55e895)
2002-05-09Add ads group add and delete, allowing converged net group command.Jim McDonough1-16/+106
Also update some of the help info. (This used to be commit fde62de7a1735b2ef2d9593b38ffa5c7ea2e0d67)
2002-05-09Start of net rpc group command. List only right now. Add and delete haveJim McDonough1-1/+153
not been implemented...is it worth the effort? (This used to be commit 45ac4f4c29d0d8d1b0b1535b2ab500e38ac5b978)
2002-05-09Converged help on net group command.Jim McDonough2-12/+18
(This used to be commit 9de5e0dc73f57e8c8b878da803452b86e6ce8fca)
2002-05-09Add ads group account add function.Jim McDonough1-0/+33
(This used to be commit 180311a48cfa808ea9edc9f32558554b243b10eb)
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison5-13/+152
Jeremy (This used to be commit 32fa089adead6ff3279172fd36560f4f9e2aeef0)
2002-05-09Allowing %S in dfs root paths. Other variables in standard_sub_advanced won'tShirish Kalele1-2/+5
resolve correctly in dfs referrals which are done over anonymous IPC$. Also allowing dfs roots to be default services. (This used to be commit 53e91c7a027877184740baf36a6562b57150c1cc)
2002-05-09NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 2b49d727b061f87d5022e7ee75b66dc851265fd5)
2002-05-09We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison1-1/+1
(ie. ENOTDIR) to the NT status code NT_STATUS_NOT_A_DIRECTORY. NT seems to use NT_STATUS_OBJECT_PATH_NOT_FOUND. I'm hoping this will fix the access binaries served from a Samba share bug... Jeremy. (This used to be commit 6f2b76c2394e305e5a282f459b84f94f8ed2082a)
2002-05-09merge from SAMBA_2_2Gerald Carter1-1/+1
(This used to be commit c26ce496e88a9a1f93a51fa626f222c98892746f)
2002-05-09merge freom SAMBA_2_2Gerald Carter1-1/+5
(This used to be commit 833fea47106444a4bcc0547c8bbb7d6d148fa1e7)
2002-05-09merge from SAMBA_2_2Gerald Carter3-8/+8
(This used to be commit 7382c3013d7b630ba7229a1d12104b8f7edfd9ca)
2002-05-09merge from SAMBA_2_2: remove -symbolic from pam_smbpass linker flagsGerald Carter1-1/+1
(This used to be commit 090b94250bcfeb3e867493f8e372760aa8503fe6)
2002-05-09Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele4-279/+431
(This used to be commit d926cc989690684ec4799ebb3a3a01e8d4173de6)
2002-05-09merge from SAMBA_2_2Gerald Carter1-0/+145
(This used to be commit cc241cb240db6956baf3d5c6b6d01a0a165a6ef5)
2002-05-09couple of PIDDIR merges I missedGerald Carter2-0/+2
(This used to be commit 6aa31435388fdd1569884479e7e0b80714658fb6)