summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-29Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter1-1/+1
2001-10-28fix a logic bug on max size of a returned string,Simo Sorce1-3/+9
2001-10-28added de.msg from Andreas MoroderMotonobu Takahashi1-0/+1707
2001-10-27Fix up the Makefile for now (thanks herb).Andrew Bartlett1-2/+2
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2-3/+4
2001-10-27Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison1-1/+1
2001-10-27Added some connection checking code. Doesn't work yet though.Tim Potter1-10/+43
2001-10-26A few spelling fixes from Vance. <vance@digital-host.net>Andrew Bartlett1-8/+8
2001-10-26samba-bugs@samba.org -> samba@samba.orgAndrew Bartlett1-1/+1
2001-10-26Restore the intended behaviour for .headers.stampAndrew Bartlett1-1/+1
2001-10-26Fixed compile warning.Tim Potter1-1/+1
2001-10-24Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison1-2/+2
2001-10-24Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough1-13/+0
2001-10-24Updated copyright notice.Tim Potter1-1/+1
2001-10-24Renamed global_vfs_ops to default_vfs_ops and made static.Tim Potter1-12/+15
2001-10-24Removed unused function.Tim Potter1-68/+0
2001-10-24Made default vfs ops static so we can use this symbol in actual modules.Tim Potter1-1/+1
2001-10-23Don't get stuck in an infinite loop in vfs_connect.Tim Potter1-1/+1
2001-10-23more compiler warningsHerb Lewis8-10/+10
2001-10-23.headers.stamp not getting touched if file already existed.Herb Lewis1-1/+1
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