Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes to get pam_auth() functionality working again. | Tim Potter | 2001-05-17 | 4 | -48/+35 | |
| | ||||||
* | Fix a small warning about char * vs unsigned char * that gets some compilers | Richard Sharpe | 2001-05-17 | 1 | -1/+1 | |
| | | | | in a twitch. | |||||
* | Broke out change trust account password routines into separate file | Tim Potter | 2001-05-17 | 3 | -219/+246 | |
| | | | | | since they're only used in one place anyway (timeout_processing() in process.c) | |||||
* | Ohh boy, I should be working on lots of other things, but I am pissed off, so | Richard Sharpe | 2001-05-17 | 1 | -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 ... | |||||
* | Further recasts to sockaddr * rather than sockaddr_in * | Richard Sharpe | 2001-05-17 | 1 | -3/+3 | |
| | ||||||
* | Adding an examples directory for libsmbclient to the head branch along with | Richard Sharpe | 2001-05-17 | 4 | -0/+1296 | |
| | | | | a simple Makefile and a small README ... | |||||
* | groupdb/mapping.c: Fix gcc compiler warning. | Jeremy Allison | 2001-05-17 | 2 | -21/+29 | |
| | | | | | smbd/connection.c: Sync up with code in 2.2 Jeremy. | |||||
* | Fix a stupid typo in Makefile.in that prevented the libsmbclient code | Richard Sharpe | 2001-05-16 | 1 | -1/+1 | |
| | | | | | from being compiled with -fpic ... Larger changes coming ... I want to move to -fPIC etc. | |||||
* | Added winbind programs to build for supported systems (i.e linux and | Tim Potter | 2001-05-16 | 3 | -581/+618 | |
| | | | | | | solaris) so the autobuilder can have a crack at it. Cosmetic fix for large file support ./configure output. | |||||
* | Update from Toomas Soome <tsoome@ut.ee>. | Jeremy Allison | 2001-05-16 | 1 | -67/+67 | |
| | | | | Jeremy. | |||||
* | Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>. | Jeremy Allison | 2001-05-16 | 4 | -0/+602 | |
| | | | | Jeremy. | |||||
* | Zero-fill struct hostent. | Jeremy Allison | 2001-05-15 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Fixed glibc crash problems with libnss_wins.so | Jeremy Allison | 2001-05-15 | 1 | -4/+44 | |
| | | | | Jeremy. | |||||
* | Added notes about NetBIOS Scopes. | John Terpstra | 2001-05-15 | 1 | -14/+54 | |
| | ||||||
* | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 2001-05-15 | 4 | -7/+30 | |
| | | | | | We will need this when we use finer grained locking for max connections. Jeremy. | |||||
* | make sure that when a tdb expands we fill the expanded area, otherwise ↵ | Andrew Tridgell | 2001-05-15 | 1 | -6/+29 | |
| | | | | ENOSPC could be very bad | |||||
* | Removed reference to obsolete listproc address. | Tim Potter | 2001-05-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user() | Tim Potter | 2001-05-15 | 1 | -8/+4 | |
| | ||||||
* | Removed extraneous semicolons from some lp_ parameter definitions. | Tim Potter | 2001-05-15 | 1 | -2/+2 | |
| | ||||||
* | Memory leak fixes from insure. | Tim Potter | 2001-05-15 | 2 | -10/+5 | |
| | ||||||
* | Fixed lookup of entire /etc/{passwd,group} file line. | Tim Potter | 2001-05-15 | 1 | -2/+2 | |
| | ||||||
* | Updated the inplace documentation to reflect change from EUCLEAN to EINVAL. | Richard Sharpe | 2001-05-15 | 1 | -39/+32 | |
| | ||||||
* | Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVAL | Richard Sharpe | 2001-05-15 | 1 | -24/+24 | |
| | | | | is a better return code anyway (I knew that :-) | |||||
* | remember to close tdb after use | Andrew Tridgell | 2001-05-15 | 2 | -9/+14 | |
| | ||||||
* | make the max_connections code less horrendously inefficient | Andrew Tridgell | 2001-05-15 | 1 | -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 | |||||
* | Fix crash in smbcontrol Gerald pointed out when no parameter given to debug. | Jeremy Allison | 2001-05-14 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | Stupidity by me..... 777 != 0777 | Jeremy Allison | 2001-05-14 | 1 | -1/+1 | |
| | | | | | | ARGGGHHHHHHHHHH. (Sorry). Jeremy. | |||||
* | tdb_traverse returns number of records, not zero, on success. | Jeremy Allison | 2001-05-14 | 1 | -2/+14 | |
| | | | | | Now tested max connections and it works again. Hurrah ! Jeremy. | |||||
* | Make libsmbclient.so by default now. | Richard Sharpe | 2001-05-14 | 1 | -1/+2 | |
| | | | | Once we are happy with this in head, we will migrate it to 2.2.x. | |||||
* | Implemented max connections in a similar way to 2.0.x (scan of connection db). | Jeremy Allison | 2001-05-14 | 2 | -11/+91 | |
| | | | | | | This needs testing ! Tidied up tabs in tdb.c. Jeremy. | |||||
* | Cosmetic changes in make proto output. | Tim Potter | 2001-05-14 | 1 | -1/+1 | |
| | ||||||
* | make proto | Tim Potter | 2001-05-14 | 1 | -234/+233 | |
| | ||||||
* | So I promised Andrew that a winbindd_proto.h file wouldn't be necessary. | Tim Potter | 2001-05-14 | 1 | -0/+5 | |
| | | | | Unfortunately it is for the moment. )-: | |||||
* | Compile fixes for dynamic samr_query_userinfo() stuff. | Tim Potter | 2001-05-14 | 6 | -37/+16 | |
| | ||||||
* | Added arg to querygroupinfo. | Tim Potter | 2001-05-14 | 1 | -8/+9 | |
| | ||||||
* | string_hash() should be static. hash_clear() should be void. | Jeremy Allison | 2001-05-12 | 2 | -8/+5 | |
| | | | | Jeremy. | |||||
* | statcache initialisation fix | Andrew Tridgell | 2001-05-12 | 1 | -5/+5 | |
| | | | | pointed out by Elrond | |||||
* | Now we're doing the substituion in the lp_string code remove the erroneous | Jeremy Allison | 2001-05-12 | 1 | -5/+0 | |
| | | | | | debug 0 warning. Jeremy. | |||||
* | Use talloc_strdup() instead of strdup(). | Tim Potter | 2001-05-11 | 1 | -1/+1 | |
| | ||||||
* | Memory leak fixes plus general cleanup. | Tim Potter | 2001-05-11 | 2 | -36/+24 | |
| | ||||||
* | Added talloc_strdup() funcion. | Tim Potter | 2001-05-11 | 1 | -0/+6 | |
| | ||||||
* | Needs to be >=, not just >. | Jeremy Allison | 2001-05-10 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow ↵ | Jeremy Allison | 2001-05-10 | 1 | -3/+5 | |
| | | | | | | <rain@bluecherry.net>. Jeremy. | |||||
* | Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now use | Jeremy Allison | 2001-05-10 | 1 | -84/+80 | |
| | | | | | | ServicePtrs[i] when we're indirecting so we can see what's going on. ZERO_STRUCTP(ServicePtrs[i]) on free_service. Jeremy. | |||||
* | free_service() was never setting the valid field to False. This is a bug | Jeremy Allison | 2001-05-10 | 1 | -0/+2 | |
| | | | | | that's been here since 2.0.x and before.... This would cause a memleak. Jeremy. | |||||
* | update from Simo | Gerald Carter | 2001-05-10 | 1 | -8/+8 | |
| | ||||||
* | Should be faliing on False and not True. Bad check on return value | Gerald Carter | 2001-05-10 | 1 | -1/+1 | |
| | ||||||
* | Fixed nasty little bug found by Gerald where we were corrupting the mode | Jeremy Allison | 2001-05-10 | 1 | -2/+15 | |
| | | | | | bits before checking if we should change them on non-acl systems. Jeremy. | |||||
* | Don't check for passwd program if using pam change password. | Jeremy Allison | 2001-05-10 | 1 | -17/+25 | |
| | | | | | Original patch from Andrew Bartlett. Jeremy. | |||||
* | make proto | Tim Potter | 2001-05-10 | 1 | -0/+1 | |
| |