summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* don't use ENCTYPE_ARCFOUR_HMAC unless the kerberos lib supports itAndrew Tridgell2002-09-041-5/+4
| | | | (This used to be commit 13dc9e37d2422c45ac5005dce26b349f88dbe505)
* Set default ACB attributes on 'unixsam' accounts. This means that machineAndrew Bartlett2002-09-041-0/+9
| | | | | | | | accounts added first to /etc/passwd will be honered correctly. Also, users 'upgraded' to smbpasswd will have the right flags. Andrew Bartlett (This used to be commit 474cc910c73e5567313bac438c7324a80e2e90d8)
* Fix typo in comment.Tim Potter2002-09-041-1/+1
| | | | (This used to be commit 47b8ec632e20aa86c34f6a0a82d886fcc76f3000)
* Quietened some debugs.Tim Potter2002-09-041-2/+2
| | | | (This used to be commit ea26b3e8efcb83e16f7eb5add031a8df99046a69)
* remove inet_aton()Gerald Carter2002-09-041-1/+1
| | | | (This used to be commit a7616b2b942eaf3be4e16fb9d38cdb42d8b95a94)
* DeletePrinterDriver[Ex]() fixes from APP_HEADGerald Carter2002-09-042-171/+238
| | | | (This used to be commit 04874134ed83847988bad5fcad3463395dc283fb)
* Fix the struct_blob.Richard Sharpe2002-09-032-5/+9
| | | | (This used to be commit ce152b33c8b08905ea863d47a620c90ca47c8566)
* Ensure we open UNIX fifo's non-blocking like we used to do.Jeremy Allison2002-09-031-0/+11
| | | | | Jeremy. (This used to be commit 53f411df10f1e152d8d596cd24a2f66af9eb6e51)
* Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> whereJeremy Allison2002-09-031-1/+7
| | | | | | cli struct was being deallocated in a called function. Jeremy. (This used to be commit e33e9defa657aa54594bb0c27f9be2f7b12aab1b)
* Formatting tidyup and additon of cli_close_connection() before bugfix.Jeremy Allison2002-09-032-118/+101
| | | | | Jeremy. (This used to be commit 3b71529c694b5b1093d99b7ef80835e72b1f8436)
* Fix the client side NTLMSSP. It now works between smbclient and smbd!Richard Sharpe2002-09-032-4/+52
| | | | | However, it does not work with Win2K over 445 with raw NTLMSSP! (This used to be commit 53e4975337be2cab3ee89f2f62e5659855365b73)
* Parse the NTLMSSP Challenge in cliconnect.c.Richard Sharpe2002-09-031-2/+28
| | | | | This gets us closer ... Should have the challenge now. Need to check that it works. (This used to be commit 5784835db95baf62362d35d3beab5d534cc776e9)
* Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ↵Tim Potter2002-09-031-67/+34
| | | | | | | one jerry! (Hey I thought I checked this in already?) (This used to be commit f0c6303bebe0f494d70ac5371d7f6727413fe482)
* Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter2002-09-031-51/+61
| | | | (This used to be commit 100aa8c893464d65f1b2225dab9dc5b58bbcff91)
* Fixed enumjobs command to use new JOB_INFO_CTR structure.Tim Potter2002-09-031-2/+2
| | | | (This used to be commit 9db5be03617740e705bce51784fdb80784779acb)
* Fix setprinterdata rpcclient command to use new cli_spoolss_setprinterdataTim Potter2002-09-031-6/+12
| | | | | | function. Also fixed crash bug - I don't think anyone uses this command anymore... (This used to be commit 82c9bf2a6f03c801e701636aff726090483cea25)
* Make sure that an NTLMSSP negotiate blob has the correct stuff in it!Richard Sharpe2002-09-031-2/+3
| | | | (This used to be commit b28267f52c0a5c175b067d7c2d10eca83c20e640)
* Add type A to the small MSRPC generator ...Richard Sharpe2002-09-031-0/+2
| | | | (This used to be commit 7f8fd5f270af74dcb3fd18af74233f7db4d8f9a7)
* The session key in NTLMSSP AUTH blobs is actually an empty string.Richard Sharpe2002-09-031-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)
* Implemented client function for deleteprinterdataex.Tim Potter2002-09-031-0/+15
| | | | (This used to be commit 6d792c683df3a4f97e1a04a57bf4890aab35aecd)
* Change JOB_INFO_CTR to return a pointer to an array rather than array of ↵Tim Potter2002-09-032-4/+4
| | | | | | pointers. (This used to be commit e9b71b354d923b2cd0f028dd197e7ca81339ec3a)
* Change JOB_INFO_CTR to return a pointer to an array rather than array of ↵Tim Potter2002-09-031-4/+47
| | | | | | | pointers. Implemented client function for deleteprinterdataex. (This used to be commit f7641c8fd1079c2ef444d4bca5b97b1285733d10)
* Display printerdata values in hex.Tim Potter2002-09-031-1/+2
| | | | (This used to be commit cdd64e0860bf05b115e0d107f6cb2b9e1f6d0e9b)
* Added utility function to convert python strings to hex dump + ascii.Tim Potter2002-09-031-0/+73
| | | | (This used to be commit 7a6b6a8b4871065e3178223a7da5fafd8792b0bc)
* A printerdata browser I whipped up in about 5 minutes. (-:Tim Potter2002-09-031-0/+44
| | | | | Usage: gprinterdata //win2kdc1/fooprinter (This used to be commit a3e52367c961070ce80ac3d4bba763ad9ec1007c)
* Rewrote to use gtkdictbrowser.Tim Potter2002-09-031-253/+10
| | | | (This used to be commit 6f78c4181449a995b9d5b2955981a20e4fdcc829)
* Ignore *.pyc files.Tim Potter2002-09-031-0/+1
| | | | (This used to be commit 519d1589a9358d8c2de01bd23159e3d552554131)
* Implement deleteprinterdataexTim Potter2002-09-031-2/+22
| | | | (This used to be commit a89fe79e222b36eda123ccdbca96badb7714776e)
* Return dictionary of printerdata in enumprinterdataex.Tim Potter2002-09-031-5/+18
| | | | (This used to be commit 348b6778d8b9e42f27da51652c7198cc42048059)
* Return data from enumprinterdataex by deep copying on passed in tdb context.Tim Potter2002-09-031-1/+17
| | | | (This used to be commit 1f629aa54ea3733c356c21f9f707b7f6075f6429)
* usrmgr expects unicode as ProductType.Volker Lendecke2002-09-021-3/+11
| | | | | | | This looks a bit like a hack ;-) Volker (This used to be commit f673eac06ab4af97a4d28427f7444696402ae680)
* Fix typo - Thanks KaiJelmer Vernooij2002-09-021-1/+1
| | | | (This used to be commit 8fb4534212e49d2f64f45cbeb481b9f4a69f3158)
* small typo, kai is german :-)Volker Lendecke2002-09-021-1/+1
| | | | (This used to be commit f435bf0095694a283db47e33c9eb1b5b6df13d03)
* Add a 'key' field to printer data dictionary.Tim Potter2002-09-021-18/+134
| | | | | | Implemented getprinterdataex, setprinterdataex and enumprinterdataex (doesn't quite work yet). (This used to be commit fb0f4f7bfe81923adfe71549973da2be57f0e71f)
* make protoTim Potter2002-09-021-0/+3
| | | | (This used to be commit 88a97d2174eee884de52e848d30bc2c459bf28bb)
* Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter2002-09-021-0/+12
| | | | (This used to be commit ac84b220aa2910abec309f2dc048adb84f609786)
* Fix transposed args in open_pipe_creds() function.Tim Potter2002-09-021-1/+1
| | | | (This used to be commit 63e59b0b737a1cd4ccc588b27e86be8262296052)
* Implemented some more client side spoolss functions:Tim Potter2002-09-021-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)
* Implemented some more client side spoolss functions:Tim Potter2002-09-021-1/+162
| | | | | | | - getprinterdataex(), setprinterdataex(), enumprinterdataex() Pass data type down to setprinterdata() fn instead of hardcoding REG_SZ (This used to be commit 62a60782533851b3380aa0db300fa16dfe6ca72e)
* wrong way to handle things, bug found by kaiSimo Sorce2002-09-011-8/+6
| | | | (This used to be commit 58f912da47d18a6a548c50dc9d4298c6bec7ea0d)
* Fix segfault in net commandVolker Lendecke2002-09-011-1/+1
| | | | (This used to be commit 26bee60a419593a5afe4e48614f7f3fc414596a5)
* Convert M_DEBUG(0 to M_DEBUG(10 for non-error cases ...Richard Sharpe2002-08-311-8/+8
| | | | (This used to be commit d5c10e7dc76216db793319f9beb99dd12441e76b)
* Add a dash of static.Andrew Bartlett2002-08-312-3/+3
| | | | (This used to be commit e3af3adac1a01842bc5242e68393196497a1d71c)
* Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2002-08-314-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)
* Avoid writing unitialised bytes to the wire (and consequent valgrind warnings)Andrew Bartlett2002-08-311-1/+5
| | | | | | | by zeroing them out if they don't have meaning. Andrew Bartlett (This used to be commit 52db44b5c01e16923393b0ec9a8d0f530be7bb2d)
* Add a fix for 'query_disp_info level 2', which should return all machines inAndrew Bartlett2002-08-301-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)
* Fix bug with stat mode open being done on read-only open withJeremy Allison2002-08-301-8/+10
| | | | | | truncate. Jeremy. (This used to be commit 18b9cbd857177a911ef95c9322bdf0709161cd84)
* Correct error message.Jeremy Allison2002-08-301-1/+1
| | | | | Jeremy. (This used to be commit e9392c4a2e1e1ce44fcd1a1105477c17a3410f14)
* Correctly fail opens with mismatching SYSTEM or HIDDEN attributes if weJeremy Allison2002-08-301-0/+36
| | | | | | are mapping system or hidden. Jeremy. (This used to be commit bd1e3df9ffa0717f26696a222e5ec6a0198b3352)
* off by one in writing to malloced array. this fixes smbd crash I saw atHerb Lewis2002-08-301-2/+2
| | | | | the CIFS conference - finally got purify working (This used to be commit cf9bb66aa9c3217cb8394058c65c84ffc6ae269a)