summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis8-20/+17
2001-10-23IRIX compiler dies not like casts in macro argsHerb Lewis1-1/+1
2001-10-23Remove setbuffer which caused build errorsJim McDonough1-2/+0
2001-10-23get rid of compiler warningsHerb Lewis2-2/+2
2001-10-23Fix popt library checkingJim McDonough2-13/+7
2001-10-23Replace getopt_long with popt for parsing commandline optionsJim McDonough1-136/+91
2001-10-23Add popt for parsing commandline optionsJim McDonough19-745/+2608
2001-10-22ops, some testing code in compat function let only mangled name come back.Simo Sorce1-12/+12
2001-10-22server support for RAP session list functionJim McDonough2-0/+118
2001-10-22lets try the new mangling codeSimo Sorce2-7/+44
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell4-2/+10
2001-10-22samr querydispinfo can change level, start index and max entries.Jean-François Micouleau1-10/+33
2001-10-22allow the samr commands to work back and the help too ;-)Jean-François Micouleau2-46/+24
2001-10-22- fixed link order of krb5 libsAndrew Tridgell5-134/+97
2001-10-22Fix for @ in pathname from Kian Win.Jeremy Allison1-1/+5
2001-10-22Renamed inbuilt xstrdup to smb_xstrdup.Jeremy Allison1-5/+5
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison2-16/+14
2001-10-22Added xmalloc - calls smb_panic on zero size or malloc fail.Jeremy Allison1-1/+27
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison6-31/+32
2001-10-21Fix for fussy Solaris compiler.Tim Potter1-3/+1
2001-10-21patch for neater output() function from vanceAndrew Tridgell1-351/+193
2001-10-21Fix for compilation on non-krb5 systemsAndrew Bartlett1-1/+1
2001-10-21change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell1-22/+18
2001-10-21change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell1-1/+3
2001-10-21made smbclient cope better with arbitrary principle formsAndrew Tridgell3-21/+10
2001-10-21support both old and new kerberos OIDsAndrew Tridgell2-2/+3
2001-10-21fixed the spnego detection code in session setupAndrew Tridgell1-2/+8
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter4-8/+9
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison8-1020/+1026
2001-10-20Use asprintf, do bounds check, better rc logicJim McDonough1-33/+43
2001-10-20crude fix for anonymous session setup with extended securityAndrew Tridgell1-1/+62
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell3-9/+23
2001-10-20finished auth when we get a valid kerberos ticketAndrew Tridgell1-8/+58
2001-10-20add non_root_mode() checkAndrew Tridgell1-1/+1
2001-10-20removed an unused variableAndrew Tridgell1-1/+0
2001-10-20don't need KRB5_DIR defineAndrew Tridgell1-1/+0
2001-10-20fixed LDSHFLAGS when using non-standard lib locationsAndrew Tridgell1-7/+8
2001-10-20quick fix for krb5 compilation. I've told vance how to fix this moduleAndrew Tridgell1-5/+2
2001-10-19Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2-3/+3
2001-10-19Added include guards around file.Jeremy Allison1-0/+4
2001-10-19Add RAP net share add supportJim McDonough1-31/+113
2001-10-19print in a human readable format when the password expired.Jean-François Micouleau2-2/+2
2001-10-19Add build of net utilityJim McDonough1-2/+8
2001-10-19Add command-line remote management utilityJim McDonough1-0/+1510
2001-10-19Add additional client RAP callsJim McDonough1-0/+1832
2001-10-19Add rap.h for net utility and libsmbJim McDonough1-0/+2
2001-10-19Add header for common RAP definitionsJim McDonough1-0/+478
2001-10-19Fixed issues with changenotify only being called once in VC++.Jeremy Allison1-4/+29
2001-10-19Tidy up debug in notify code.Jeremy Allison2-24/+35
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter4-20/+29