Search results

  1. M

    oh yeah...

    god bless america
  2. M

    authentication

    I'm wondering, how might I go about having a password-checking function in my program (in c/c++) for an OS X user? Like the "login" program -- a user enters a login name and a password, and the program checks it with (netinfo) to see if the password matches the encrypted one stored away...
  3. M

    pppoe

    Still on the topic of ppp, how might I manage to get pppoe working from the prompt, without going to internet connect or specifying for it to automatically connect when a TCP connection is started? I'm totally lost. I can't get apple's open source ppp/pppd project to compile, so...
  4. M

    pppd

    :eek:I did some snooping around an AOL (how lame is that?) beta for OS X, and I stumbled across a file that caught my interest: "pppd". Now, this file was hidden inside the contents of the app (the "Online Files" and etc were within the Resources), so AOL, being as, as...(what's that word?) as...
  5. M

    Go developers! Go!

    I am afraid of one thing, and one thing only: a lack of software being developed for OS X. It seems like something's happening, but everything I see so far is either a totally new Cocoa app that does basically nothing, or a Carbonized app that runs perfectly in OS 9 and has billions of bugs and...
  6. M

    cout and cin

    Before I say what I must say, this "bug" has been apparent throughout all the minor 10.0.* releases, and the original dev tools CD that comes with OS X as well as that installed with the dev tools update that's been out a few days as of today. #include <iostream.h> int main() { int a...
  7. M

    cout and cin

    Before I say what I must say, this "bug" has been apparent throughout all the minor 10.0.* releases, and the original dev tools CD that comes with OS X as well as that installed with the dev tools update that's been out a few days as of today. #include <iostream.h> int main() { int a...
  8. M

    color ls!!!

    Hey, for those of you bored out of your mind looking at the same old black on white or white on black scheme in the terminal, I have a new compiled color version of ls that will function perfectly with a few adjustments: As root: (or using sudo which gets annoying) - Download this...
Back
Top