summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett4-2/+17
2001-10-30Fix debug in domain_client_validate() when password server = *.Tim Potter1-1/+1
2001-10-30Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter1-4/+4
2001-10-30Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter1-13/+41
2001-10-30Removed confusing comment.Tim Potter1-1/+1
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