summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-184-7/+16
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-174-1/+200
* added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJAndrew Tridgell2001-05-171-3/+3
* - added ability for swat to run under CGI. This needsAndrew Tridgell2001-05-172-600/+629
* ran make protoAndrew Tridgell2001-05-171-4/+0
* Ran a make proto to fix the problems ...Richard Sharpe2001-05-171-2/+5
* Test login using pam_winbind.so and group membership.Tim Potter2001-05-171-0/+102
* Fixes to get pam_auth() functionality working again.Tim Potter2001-05-174-48/+35
* Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe2001-05-171-1/+1
* Broke out change trust account password routines into separate fileTim Potter2001-05-173-219/+246
* Ohh boy, I should be working on lots of other things, but I am pissed off, soRichard Sharpe2001-05-171-4/+4
* Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-3/+3
* Adding an examples directory for libsmbclient to the head branch along withRichard Sharpe2001-05-174-0/+1296
* groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2001-05-172-21/+29
* Fix a stupid typo in Makefile.in that prevented the libsmbclient codeRichard Sharpe2001-05-161-1/+1
* Added winbind programs to build for supported systems (i.e linux andTim Potter2001-05-163-581/+618
* Update from Toomas Soome <tsoome@ut.ee>.Jeremy Allison2001-05-161-67/+67
* Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
* Zero-fill struct hostent.Jeremy Allison2001-05-151-0/+2
* Fixed glibc crash problems with libnss_wins.soJeremy Allison2001-05-151-4/+44
* Added notes about NetBIOS Scopes.John Terpstra2001-05-151-14/+54
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-154-7/+30
* make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...Andrew Tridgell2001-05-151-6/+29
* Removed reference to obsolete listproc address.Tim Potter2001-05-151-1/+1
* Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
* Removed extraneous semicolons from some lp_ parameter definitions.Tim Potter2001-05-151-2/+2
* Memory leak fixes from insure.Tim Potter2001-05-152-10/+5
* Fixed lookup of entire /etc/{passwd,group} file line.Tim Potter2001-05-151-2/+2
* Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe2001-05-151-39/+32
* Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe2001-05-151-24/+24
* remember to close tdb after useAndrew Tridgell2001-05-152-9/+14
* make the max_connections code less horrendously inefficientAndrew Tridgell2001-05-151-23/+9
* Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison2001-05-141-2/+2
* Stupidity by me..... 777 != 0777Jeremy Allison2001-05-141-1/+1
* tdb_traverse returns number of records, not zero, on success.Jeremy Allison2001-05-141-2/+14
* Make libsmbclient.so by default now.Richard Sharpe2001-05-141-1/+2
* Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-142-11/+91
* Cosmetic changes in make proto output.Tim Potter2001-05-141-1/+1
* make protoTim Potter2001-05-141-234/+233
* So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter2001-05-141-0/+5
* Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter2001-05-146-37/+16
* Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
* string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-122-8/+5
* statcache initialisation fixAndrew Tridgell2001-05-121-5/+5
* Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison2001-05-121-5/+0
* Use talloc_strdup() instead of strdup().Tim Potter2001-05-111-1/+1
* Memory leak fixes plus general cleanup.Tim Potter2001-05-112-36/+24
* Added talloc_strdup() funcion.Tim Potter2001-05-111-0/+6
* Needs to be >=, not just >.Jeremy Allison2001-05-101-1/+1
* Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison2001-05-101-3/+5