summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett25-1417/+3312
2001-08-03Fix for smbpasswd set_userinfo24 was in the wrong place!Tim Potter1-4/+4
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison3-4/+17
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison5-700/+713
2001-08-02Added mmap fix to pass lock test from HP.Jeremy Allison1-115/+222
2001-08-02changed --with-profile to --with-profiling-data to "stop the madness!"Gerald Carter2-616/+613
2001-08-01Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison3-12/+127
2001-08-01Oops. Typo.Jeremy Allison1-1/+1
2001-08-01Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2-30/+9
2001-08-01Tweaked the installdirs target to ignore errors. This allows RPMS to beTim Potter1-2/+2
2001-08-01Reran autoconf.Tim Potter1-627/+665
2001-08-01Rewrite of winbind autoconf fragment.Tim Potter1-17/+50
2001-08-01Fixed up compilation of pam_winbind.so to be consistent with value ofTim Potter1-2/+5
2001-07-31Fix for rare tdb pattern store failure. Found & fixed by Rusty.Jeremy Allison1-1/+4
2001-07-30Fixup error returns in updating driver db version.Jeremy Allison1-22/+40
2001-07-30Added "use mmap" for HPUX.Jeremy Allison16-22/+27
2001-07-30Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison1-57/+6
2001-07-30uint -> uint32.Jeremy Allison1-1/+1
2001-07-30Fixes for varargs problems with std c.Jeremy Allison4-13/+13
2001-07-28Fix invalid uid being used after logoff. Thanks to Nigel WilliamsJeremy Allison1-2/+1
2001-07-28Fix for potential crash bug with bad fid.Jeremy Allison1-1/+13
2001-07-27Return an exit code when connect failed.Tim Potter1-1/+1
2001-07-26better debug messages + fix typo in debug messageSimo Sorce1-2/+2
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison7-622/+810
2001-07-25Always check fstat for error.Jeremy Allison1-10/+13
2001-07-25Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fixJeremy Allison1-1/+1
2001-07-25we need to pull passwords in client charset for crypto to workAndrew Tridgell1-1/+1
2001-07-25need to push smb_search strings in client charsetAndrew Tridgell1-5/+5
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter11-154/+153
2001-07-25- don't try to print pointersAndrew Tridgell2-13/+2
2001-07-25Re-ran autoconf.Tim Potter1-548/+593
2001-07-25Merge of change machine account password race fix from appliance branch.Tim Potter1-1/+17
2001-07-25got rid of INFO: msgs at debug level 1Andrew Tridgell1-2/+2
2001-07-25nicer smbtree outputAndrew Tridgell1-2/+4
2001-07-25ucs2 is always a multiple of 2 bytesAndrew Tridgell1-0/+6
2001-07-25a better test for unix domain socketsAndrew Tridgell5-6/+24
2001-07-25added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell3-724/+824
2001-07-25build smbtree by default. It's a very useful utility.Andrew Tridgell1-1/+8
2001-07-24Store winbindd in the sbin directory. Make the winbind pam module also asTim Potter3-612/+624
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce4-85/+184
2001-07-24Make sure that a shared library build of libsmbclient causes buildRichard Sharpe1-1/+1
2001-07-24make nsswitch target wasn't building the winbind pam module.Tim Potter1-1/+1
2001-07-24Commit an updated configure, but the build_farm should run autoconf!Richard Sharpe1-723/+738
2001-07-24We were making an assumption in the oplockJeremy Allison1-1/+0
2001-07-24Another fine mess, err, fine tune to the Slowaris build ...Richard Sharpe1-2/+1
2001-07-24Make the Slowaris build a bit nicer with ccRichard Sharpe1-1/+1
2001-07-23Fix case insensitive password change code.Jeremy Allison5-38/+47
2001-07-23Same fix for resume as for pause.Jeremy Allison1-1/+2
2001-07-23Fix for CUPS pause/restart code.Jeremy Allison1-2/+2
2001-07-23Fix for cups compile.Jeremy Allison1-16/+17