summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter4-48/+35
2001-05-17Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe1-1/+1
2001-05-17Broke out change trust account password routines into separate fileTim Potter3-219/+246
2001-05-17Ohh boy, I should be working on lots of other things, but I am pissed off, soRichard Sharpe1-4/+4
2001-05-17Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe1-3/+3
2001-05-17Adding an examples directory for libsmbclient to the head branch along withRichard Sharpe4-0/+1296
2001-05-17groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2-21/+29
2001-05-16Fix a stupid typo in Makefile.in that prevented the libsmbclient codeRichard Sharpe1-1/+1
2001-05-16Added winbind programs to build for supported systems (i.e linux andTim Potter3-581/+618
2001-05-16Update from Toomas Soome <tsoome@ut.ee>.Jeremy Allison1-67/+67
2001-05-16Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison4-0/+602
2001-05-15Zero-fill struct hostent.Jeremy Allison1-0/+2
2001-05-15Fixed glibc crash problems with libnss_wins.soJeremy Allison1-4/+44
2001-05-15Added notes about NetBIOS Scopes.John Terpstra1-14/+54
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison4-7/+30
2001-05-15make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...Andrew Tridgell1-6/+29
2001-05-15Removed reference to obsolete listproc address.Tim Potter1-1/+1
2001-05-15Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter1-8/+4
2001-05-15Removed extraneous semicolons from some lp_ parameter definitions.Tim Potter1-2/+2
2001-05-15Memory leak fixes from insure.Tim Potter2-10/+5
2001-05-15Fixed lookup of entire /etc/{passwd,group} file line.Tim Potter1-2/+2
2001-05-15Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe1-39/+32
2001-05-15Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe1-24/+24
2001-05-15remember to close tdb after useAndrew Tridgell2-9/+14
2001-05-15make the max_connections code less horrendously inefficientAndrew Tridgell1-23/+9
2001-05-14Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison1-2/+2
2001-05-14Stupidity by me..... 777 != 0777Jeremy Allison1-1/+1
2001-05-14tdb_traverse returns number of records, not zero, on success.Jeremy Allison1-2/+14
2001-05-14Make libsmbclient.so by default now.Richard Sharpe1-1/+2
2001-05-14Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2-11/+91
2001-05-14Cosmetic changes in make proto output.Tim Potter1-1/+1
2001-05-14make protoTim Potter1-234/+233
2001-05-14So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter1-0/+5
2001-05-14Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter6-37/+16
2001-05-14Added arg to querygroupinfo.Tim Potter1-8/+9
2001-05-12string_hash() should be static. hash_clear() should be void.Jeremy Allison2-8/+5
2001-05-12statcache initialisation fixAndrew Tridgell1-5/+5
2001-05-12Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison1-5/+0
2001-05-11Use talloc_strdup() instead of strdup().Tim Potter1-1/+1
2001-05-11Memory leak fixes plus general cleanup.Tim Potter2-36/+24
2001-05-11Added talloc_strdup() funcion.Tim Potter1-0/+6
2001-05-10Needs to be >=, not just >.Jeremy Allison1-1/+1
2001-05-10Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison1-3/+5
2001-05-10Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now useJeremy Allison1-84/+80
2001-05-10free_service() was never setting the valid field to False. This is a bugJeremy Allison1-0/+2
2001-05-10update from SimoGerald Carter1-8/+8
2001-05-10Should be faliing on False and not True. Bad check on return valueGerald Carter1-1/+1
2001-05-10Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison1-2/+15
2001-05-10Don't check for passwd program if using pam change password.Jeremy Allison1-17/+25
2001-05-10make protoTim Potter1-0/+1