summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-03Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ↵Tim Potter1-67/+34
one jerry! (Hey I thought I checked this in already?) (This used to be commit f0c6303bebe0f494d70ac5371d7f6727413fe482)
2002-09-03Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter1-51/+61
(This used to be commit 100aa8c893464d65f1b2225dab9dc5b58bbcff91)
2002-09-03Fixed enumjobs command to use new JOB_INFO_CTR structure.Tim Potter1-2/+2
(This used to be commit 9db5be03617740e705bce51784fdb80784779acb)
2002-09-03Fix setprinterdata rpcclient command to use new cli_spoolss_setprinterdataTim Potter1-6/+12
function. Also fixed crash bug - I don't think anyone uses this command anymore... (This used to be commit 82c9bf2a6f03c801e701636aff726090483cea25)
2002-09-03Make sure that an NTLMSSP negotiate blob has the correct stuff in it!Richard Sharpe1-2/+3
(This used to be commit b28267f52c0a5c175b067d7c2d10eca83c20e640)
2002-09-03Add type A to the small MSRPC generator ...Richard Sharpe1-0/+2
(This used to be commit 7f8fd5f270af74dcb3fd18af74233f7db4d8f9a7)
2002-09-03The session key in NTLMSSP AUTH blobs is actually an empty string.Richard Sharpe1-1/+1
Also, the negotiate blob has two ASCI strings encoded in the same way that the UNICODE strings are, they are just in ASCII. The PARSER and Generator will have to deal with that. (This used to be commit aaa7a681ce4ee52edb23c73a53aeabb07fd5b7d8)
2002-09-03Implemented client function for deleteprinterdataex.Tim Potter1-0/+15
(This used to be commit 6d792c683df3a4f97e1a04a57bf4890aab35aecd)
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of ↵Tim Potter2-4/+4
pointers. (This used to be commit e9b71b354d923b2cd0f028dd197e7ca81339ec3a)
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of ↵Tim Potter1-4/+47
pointers. Implemented client function for deleteprinterdataex. (This used to be commit f7641c8fd1079c2ef444d4bca5b97b1285733d10)
2002-09-03Display printerdata values in hex.Tim Potter1-1/+2
(This used to be commit cdd64e0860bf05b115e0d107f6cb2b9e1f6d0e9b)
2002-09-03Added utility function to convert python strings to hex dump + ascii.Tim Potter1-0/+73
(This used to be commit 7a6b6a8b4871065e3178223a7da5fafd8792b0bc)
2002-09-03A printerdata browser I whipped up in about 5 minutes. (-:Tim Potter1-0/+44
Usage: gprinterdata //win2kdc1/fooprinter (This used to be commit a3e52367c961070ce80ac3d4bba763ad9ec1007c)
2002-09-03Rewrote to use gtkdictbrowser.Tim Potter1-253/+10
(This used to be commit 6f78c4181449a995b9d5b2955981a20e4fdcc829)
2002-09-03Ignore *.pyc files.Tim Potter1-0/+1
(This used to be commit 519d1589a9358d8c2de01bd23159e3d552554131)
2002-09-03Implement deleteprinterdataexTim Potter1-2/+22
(This used to be commit a89fe79e222b36eda123ccdbca96badb7714776e)
2002-09-03Return dictionary of printerdata in enumprinterdataex.Tim Potter1-5/+18
(This used to be commit 348b6778d8b9e42f27da51652c7198cc42048059)
2002-09-03Return data from enumprinterdataex by deep copying on passed in tdb context.Tim Potter1-1/+17
(This used to be commit 1f629aa54ea3733c356c21f9f707b7f6075f6429)
2002-09-02usrmgr expects unicode as ProductType.Volker Lendecke1-3/+11
This looks a bit like a hack ;-) Volker (This used to be commit f673eac06ab4af97a4d28427f7444696402ae680)
2002-09-02Fix typo - Thanks KaiJelmer Vernooij1-1/+1
(This used to be commit 8fb4534212e49d2f64f45cbeb481b9f4a69f3158)
2002-09-02small typo, kai is german :-)Volker Lendecke1-1/+1
(This used to be commit f435bf0095694a283db47e33c9eb1b5b6df13d03)
2002-09-02Add a 'key' field to printer data dictionary.Tim Potter1-18/+134
Implemented getprinterdataex, setprinterdataex and enumprinterdataex (doesn't quite work yet). (This used to be commit fb0f4f7bfe81923adfe71549973da2be57f0e71f)
2002-09-02make protoTim Potter1-0/+3
(This used to be commit 88a97d2174eee884de52e848d30bc2c459bf28bb)
2002-09-02Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter1-0/+12
(This used to be commit ac84b220aa2910abec309f2dc048adb84f609786)
2002-09-02Fix transposed args in open_pipe_creds() function.Tim Potter1-1/+1
(This used to be commit 63e59b0b737a1cd4ccc588b27e86be8262296052)
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-7/+96
- getprinterdataex(), setprinterdataex(), enumprinterdataex() Pass data type down to setprinterdata() fn instead of hardcoding REG_SZ. Did some trickyness to get enumprinterdataex replies unmarshalled properly. The code seems to have been written to require the number of entries returned before unpacking said entries. Skip to the end of the response and read the number of entries then jump back and process the printer data. (This used to be commit 6a1953f2431cc848abf210bdecd7080738991296)
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-1/+162
- getprinterdataex(), setprinterdataex(), enumprinterdataex() Pass data type down to setprinterdata() fn instead of hardcoding REG_SZ (This used to be commit 62a60782533851b3380aa0db300fa16dfe6ca72e)
2002-09-01wrong way to handle things, bug found by kaiSimo Sorce1-8/+6
(This used to be commit 58f912da47d18a6a548c50dc9d4298c6bec7ea0d)
2002-09-01Fix segfault in net commandVolker Lendecke1-1/+1
(This used to be commit 26bee60a419593a5afe4e48614f7f3fc414596a5)
2002-08-31Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...Richard Sharpe1-8/+8
(This used to be commit d5c10e7dc76216db793319f9beb99dd12441e76b)
2002-08-31Add a dash of static.Andrew Bartlett2-3/+3
(This used to be commit e3af3adac1a01842bc5242e68393196497a1d71c)
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett4-71/+67
'DEBUGADD', so we don't repeat headers. (Makes them much easier to read). (Based on patch by kai) Andrew Bartlett (This used to be commit 9deada345c5f89f338530c4de62835cc1eeb3d0e)
2002-08-31Avoid writing unitialised bytes to the wire (and consequent valgrind warnings)Andrew Bartlett1-1/+5
by zeroing them out if they don't have meaning. Andrew Bartlett (This used to be commit 52db44b5c01e16923393b0ec9a8d0f530be7bb2d)
2002-08-30Add a fix for 'query_disp_info level 2', which should return all machines inAndrew Bartlett1-19/+21
the DC's SAM. We were only returning workstations, not PDCs or BDCs. Win2k's 'Computer Manager' tool uses this to list all computers in the domain (as opposed to using NetBIOS). Andrew Bartlett (This used to be commit 004090edffef6cc04c286b9924b8c47ea3260ef2)
2002-08-30Fix bug with stat mode open being done on read-only open withJeremy Allison1-8/+10
truncate. Jeremy. (This used to be commit 18b9cbd857177a911ef95c9322bdf0709161cd84)
2002-08-30Correct error message.Jeremy Allison1-1/+1
Jeremy. (This used to be commit e9392c4a2e1e1ce44fcd1a1105477c17a3410f14)
2002-08-30Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if weJeremy Allison1-0/+36
are mapping system or hidden. Jeremy. (This used to be commit bd1e3df9ffa0717f26696a222e5ec6a0198b3352)
2002-08-30off by one in writing to malloced array. this fixes smbd crash I saw atHerb Lewis1-2/+2
the CIFS conference - finally got purify working (This used to be commit cf9bb66aa9c3217cb8394058c65c84ffc6ae269a)
2002-08-30Better error reporting on OPEN test.Jeremy Allison1-2/+4
Jeremy. (This used to be commit 4e836c4ce2b51e42ab4f29c6c916fe6a73a58654)
2002-08-30Put PRINTER_DRIVER back inJelmer Vernooij1-0/+240
(This used to be commit 0a92c4db1fed6eff577a67e9c4fd54bd4fe4afac)
2002-08-30Added attribute specific OPEN tests (for SYSTEM and HIDDEN).Jeremy Allison1-0/+44
Jeremy. (This used to be commit 4eeef6ef530acf1cc4e08e24af902c15af57ece7)
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter4-98/+51
(This used to be commit ec37633548ed329c05b93499f75883d987b78f1e)
2002-08-30based on function prototype, the args were switched - this gave an errorHerb Lewis1-1/+1
on the IRIX compiler. could whoever put the FIXME message take a look and see if it is still broken. (This used to be commit 29a8f2121114cafca07797cadaeb26c9d0055b24)
2002-08-30fix protoGerald Carter1-1/+1
(This used to be commit 4f00844da05b37cf9755def40a63c11e7f82153e)
2002-08-30allow rpcclient's samlogon command to use cli_net_3().Jean-François Micouleau1-3/+11
J.F. (This used to be commit 3cf419bdfbd3c56f31fb0794b206ab4bd2ac7120)
2002-08-30fix broken dependencies....Gerald Carter1-6/+7
(This used to be commit 8eab2e79412c771ef57d39e7d61816b705350e0f)
2002-08-30break out REGISTRY_VALUE & REGVAL_CR objects into separate file forGerald Carter3-349/+375
cleaning linking.... (This used to be commit fd140aadd7c76facb4efa80655e633600f9760b6)
2002-08-30merge of phant0m key fix from APP_HEADGerald Carter3-68/+190
(This used to be commit cb13d334a53f27713665570d85607d57eb407f9f)
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau8-28/+119
changed cli_nt_setup_creds() to call cli_net_auth_2 or cli_net_auth_3 based on a switch. pass also the negociation flags all the way. all the places calling cli_nt_setup_creds() are still using cli_net_aut2(), it's just for future use and for rpcclient. in the future we will be able to call auth_2 or auth_3 as we want. J.F. (This used to be commit 4d38caca40f98d0584fefb9d66424a3db5b5789e)
2002-08-30Removed some misleading comment.Volker Lendecke1-2/+0
Volker (This used to be commit 70cf2f1e2f0187c546a0193824ab85a416c5236c)