summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett5-34/+18
2001-10-30Display some errors if the initial connection to the server could not beTim Potter1-0/+2
2001-10-30Added samlogon command to test against win2k native mode server. I thinkTim Potter2-0/+130
2001-10-30Fixed typo in debug message.Tim Potter1-1/+1
2001-10-29Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2-16/+16
2001-10-29Add a bit of 'const' for the data_blob code.Andrew Bartlett1-3/+13
2001-10-29Don't force winbind to use non-local DC's.Volker Lendecke1-1/+1
2001-10-29clear errno before a call, tdbsam will not update it.Simo Sorce1-1/+1
2001-10-29another few changes to the new mangle codeSimo Sorce1-2/+27
2001-10-29change some more functions to the new mangle interface.Simo Sorce1-9/+11
2001-10-29- fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce1-4/+81
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett5-26/+28
2001-10-29This patch applied, except without the structure changes to nmblib.cAndrew Bartlett5-8/+8
2001-10-29This commit is number 4 of 4.Andrew Bartlett23-258/+204
2001-10-29This commit is number 3 of 4.Andrew Bartlett13-53/+114
2001-10-29This commit is number 2 of 4.Andrew Bartlett5-75/+94
2001-10-29This commit is number 1 of 4.Andrew Bartlett4-23/+70
2001-10-29Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter1-11/+14
2001-10-29Hey where did those 4 character tabs come from?Tim Potter1-4/+4
2001-10-29Don't reference tallocated memory that has already been disposed of. TheTim Potter3-11/+26
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