summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJAndrew Tridgell2001-05-171-3/+3
| | | | (This used to be commit f2bb3c50f3481689521607f79ba2bfd696330380)
* - added ability for swat to run under CGI. This needsAndrew Tridgell2001-05-172-600/+629
| | | | | | to be setup very carefully for it not to be a security hole - reran configure (This used to be commit cf4e439a1e0f3fadbe08c474e5b201827866d7f5)
* ran make protoAndrew Tridgell2001-05-171-4/+0
| | | | (This used to be commit 2e605e1275b4cd59ba776101962218efaa87fe37)
* Ran a make proto to fix the problems ...Richard Sharpe2001-05-171-2/+5
| | | | (This used to be commit 7b275b458835a1e34c9014eb3eee6cdae240bd97)
* Test login using pam_winbind.so and group membership.Tim Potter2001-05-171-0/+102
| | | | (This used to be commit 4c2b915ed12584037731d8ccd246ad54986a7564)
* Fixes to get pam_auth() functionality working again.Tim Potter2001-05-174-48/+35
| | | | (This used to be commit 083b74c743f0026693fa0fbe665ed08a3ac706b8)
* Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe2001-05-171-1/+1
| | | | | in a twitch. (This used to be commit 672242a52eafde35cba4657bce248fef0df9e46b)
* Broke out change trust account password routines into separate fileTim Potter2001-05-173-219/+246
| | | | | | since they're only used in one place anyway (timeout_processing() in process.c) (This used to be commit d1e5d5d62fcb5da30e3f2619721c5146db753f3c)
* Ohh boy, I should be working on lots of other things, but I am pissed off, soRichard Sharpe2001-05-171-4/+4
| | | | | | | I needed to get down and dirty and do some coding etc ... Change -fpic to -fPIC ... Many people suggest that this is better ... (This used to be commit 26eda1f2b065482d0b547f3068c78ae442ba18d9)
* Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-3/+3
| | | | (This used to be commit b0ba25e22d101acbe4079bc81759a4e0c8a7e6d8)
* Adding an examples directory for libsmbclient to the head branch along withRichard Sharpe2001-05-174-0/+1296
| | | | | a simple Makefile and a small README ... (This used to be commit 950821d69cb6dcc723f8610584718c6217136d55)
* groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2001-05-172-21/+29
| | | | | | smbd/connection.c: Sync up with code in 2.2 Jeremy. (This used to be commit 87025c223dd33f2e02060c2a5cd45502946c87c6)
* Fix a stupid typo in Makefile.in that prevented the libsmbclient codeRichard Sharpe2001-05-161-1/+1
| | | | | | from being compiled with -fpic ... Larger changes coming ... I want to move to -fPIC etc. (This used to be commit 122e2753d518fc599e06e1533378815eebb18d4f)
* Added winbind programs to build for supported systems (i.e linux andTim Potter2001-05-163-581/+618
| | | | | | | solaris) so the autobuilder can have a crack at it. Cosmetic fix for large file support ./configure output. (This used to be commit ded776af285baa65af151710fe7440b6c52fc409)
* Update from Toomas Soome <tsoome@ut.ee>.Jeremy Allison2001-05-161-67/+67
| | | | | Jeremy. (This used to be commit 97dfc0097e488dd48dfed8429b4690f9cd82c52c)
* Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
| | | | | Jeremy. (This used to be commit 0609cd3162173575d22fbd12c48e777a5b15553e)
* Zero-fill struct hostent.Jeremy Allison2001-05-151-0/+2
| | | | | Jeremy. (This used to be commit 86557d633648f279e6ceda4da38801889ca4ed95)
* Fixed glibc crash problems with libnss_wins.soJeremy Allison2001-05-151-4/+44
| | | | | Jeremy. (This used to be commit c38a465bef91bc54cd3f3ce81e5a9c818f429801)
* Added notes about NetBIOS Scopes.John Terpstra2001-05-151-14/+54
| | | | (This used to be commit 78e413eec4a7f1ddba67c6f2e2354e50330ae427)
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-154-7/+30
| | | | | | We will need this when we use finer grained locking for max connections. Jeremy. (This used to be commit c6cd42a6791e26174eb795fd08ddbbd797e5a9cf)
* make sure that when a tdb expands we fill the expanded area, otherwise ↵Andrew Tridgell2001-05-151-6/+29
| | | | | | ENOSPC could be very bad (This used to be commit b94cfb6843dc7fc985917395d3e0d953501b9197)
* Removed reference to obsolete listproc address.Tim Potter2001-05-151-1/+1
| | | | (This used to be commit bab3906ead1308da6468b9c31080d573fc764111)
* Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
| | | | (This used to be commit 22b760e246f8fcf79daf24542cc35bdf41d1fea7)
* Removed extraneous semicolons from some lp_ parameter definitions.Tim Potter2001-05-151-2/+2
| | | | (This used to be commit 34d527240086b135a24c7329d45bff715ae50485)
* Memory leak fixes from insure.Tim Potter2001-05-152-10/+5
| | | | (This used to be commit 03b1cab9a80264f0c940c45d0557ef7efe685095)
* Fixed lookup of entire /etc/{passwd,group} file line.Tim Potter2001-05-151-2/+2
| | | | (This used to be commit b208d74e0524514fdb48f80c76192df12238a64e)
* Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe2001-05-151-39/+32
| | | | (This used to be commit d090ae63aebbbbb4e1d2dbe438005742ed216e31)
* Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe2001-05-151-24/+24
| | | | | is a better return code anyway (I knew that :-) (This used to be commit 0bf2797b183b4d709a401ebdb2d5f3d5b1c907af)
* remember to close tdb after useAndrew Tridgell2001-05-152-9/+14
| | | | (This used to be commit 8f8d7202cf6e12cdb2f4445ddcac83a7ac9e33a2)
* make the max_connections code less horrendously inefficientAndrew Tridgell2001-05-151-23/+9
| | | | | | | | | | | - it didn't honour the clear flag - it locked the database (not necessary) the previous code would do 10^6 kill() operations for 1000 people logging in - and all with the database locked. Not very scalable. Still haven't added the counter, that would make it really efficient (This used to be commit 6bdbeb4a32e52fb05328dcf38dbb90780e1761ef)
* Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison2001-05-141-2/+2
| | | | | Jeremy. (This used to be commit ef687a2f6ba8143dcc041b2b629542c3ea9e3966)
* Stupidity by me..... 777 != 0777Jeremy Allison2001-05-141-1/+1
| | | | | | | ARGGGHHHHHHHHHH. (Sorry). Jeremy. (This used to be commit 4306eff6f77b95eeaaa4f8375356a81ad3497c67)
* tdb_traverse returns number of records, not zero, on success.Jeremy Allison2001-05-141-2/+14
| | | | | | Now tested max connections and it works again. Hurrah ! Jeremy. (This used to be commit 6565b8c9781f571735068aba5044a913b5fe31fe)
* Make libsmbclient.so by default now.Richard Sharpe2001-05-141-1/+2
| | | | | Once we are happy with this in head, we will migrate it to 2.2.x. (This used to be commit bf69d30b0741210dcdf61f493f6bf872a8931701)
* Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-142-11/+91
| | | | | | | This needs testing ! Tidied up tabs in tdb.c. Jeremy. (This used to be commit 0852465053d0c1a23b6cfe6097267291b0595ef8)
* Cosmetic changes in make proto output.Tim Potter2001-05-141-1/+1
| | | | (This used to be commit 858290d63b8e4300f2a1a334675566beb6881993)
* make protoTim Potter2001-05-141-234/+233
| | | | (This used to be commit 607db8d57db0e7bf9e99570bc87e7a1401a18eaa)
* So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter2001-05-141-0/+5
| | | | | Unfortunately it is for the moment. )-: (This used to be commit 29f9a6c571a6e5571a860b84f9bbc04f668c607e)
* Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter2001-05-146-37/+16
| | | | (This used to be commit a92a0d061bd322b9d3a1fe13c6ce2d2e1f070ef7)
* Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
| | | | (This used to be commit ab58fdf77a12d101f5ac6b6702cd8ed9dc2c7d55)
* string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-122-8/+5
| | | | | Jeremy. (This used to be commit e8ab89fbc0b6cec9f3e80fe4327992b2ec7a4a40)
* statcache initialisation fixAndrew Tridgell2001-05-121-5/+5
| | | | | pointed out by Elrond (This used to be commit 572a37534b7ee010aafd7e8bcb9da52957306f97)
* Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison2001-05-121-5/+0
| | | | | | debug 0 warning. Jeremy. (This used to be commit be7e1d0f2c078bd07c7087e1e36636dcd6d0a5d8)
* Use talloc_strdup() instead of strdup().Tim Potter2001-05-111-1/+1
| | | | (This used to be commit 3b4b5b3c61bb1fe1db15306219f24036bf342e2d)
* Memory leak fixes plus general cleanup.Tim Potter2001-05-112-36/+24
| | | | (This used to be commit 48688c4592d03d6404631a7d57701f0af38cfb2d)
* Added talloc_strdup() funcion.Tim Potter2001-05-111-0/+6
| | | | (This used to be commit eea43a5a916eb7f4bef6817ce0aa8051f9145b18)
* Needs to be >=, not just >.Jeremy Allison2001-05-101-1/+1
| | | | | Jeremy. (This used to be commit fa6a5bf94a3716c0554e2bcbe0eb4b0912f15604)
* Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow ↵Jeremy Allison2001-05-101-3/+5
| | | | | | | <rain@bluecherry.net>. Jeremy. (This used to be commit df2e306171f0a71af77dbaafc7ccbf78e27befb8)
* Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now useJeremy Allison2001-05-101-84/+80
| | | | | | | ServicePtrs[i] when we're indirecting so we can see what's going on. ZERO_STRUCTP(ServicePtrs[i]) on free_service. Jeremy. (This used to be commit 95dfc4a60a80ea5d55ac4775dd875e1283ecdaec)
* free_service() was never setting the valid field to False. This is a bugJeremy Allison2001-05-101-0/+2
| | | | | | that's been here since 2.0.x and before.... This would cause a memleak. Jeremy. (This used to be commit 3412950dbd5b70f28ffdbe1a79488a409ca1a051)