Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use sid_peek_rid() instead of sid_split_rid(). | Tim Potter | 2001-05-10 | 1 | -3/+2 |
| | |||||
* | Made "security XXX" masks apply to ACL set. By default they have no effect. | Jeremy Allison | 2001-05-10 | 3 | -87/+33 |
| | | | | | Removed "restrict acl with mask" - redundent. Jeremy. | ||||
* | Replaced a whole bunch of lookup_name() requests in | Tim Potter | 2001-05-10 | 1 | -8/+11 |
| | | | | | | construct_default_printer_sdb() with checks of the owner rid instead. This should be much faster, work on non-English systems and systems with renamed user or group names. | ||||
* | Added sid_peek_rid() function to return the rid of a sid. Saves mucking | Tim Potter | 2001-05-10 | 1 | -0/+13 |
| | | | | around with copying a sid to a temporary variable and using sid_split_rid(). | ||||
* | Bumped up debug level on set socket options from 3 to 5. | Tim Potter | 2001-05-10 | 1 | -2/+2 |
| | |||||
* | Reverted samr_io_userinfo_ctr() patch because it broke too much other | Tim Potter | 2001-05-10 | 1 | -11/+5 |
| | | | | stuff. (-: | ||||
* | Fixed up the oldpw prompts. Made the matching case insensitive. | Jeremy Allison | 2001-05-09 | 2 | -10/+48 |
| | | | | Jeremy. | ||||
* | check for valid pointer before calling memset() in samr_clear_sam_passwd | Gerald Carter | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | very nasty bug ! | Jean-François Micouleau | 2001-05-09 | 1 | -1/+1 |
| | | | | J.F. | ||||
* | Fixes from nsswitch testsuite. Lots of stuff works much better now. (-: | Tim Potter | 2001-05-09 | 3 | -6/+9 |
| | |||||
* | So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passed | Tim Potter | 2001-05-09 | 1 | -5/+11 |
| | | | | | | in as well as tallocating space for one itself. I've deleted code so the passed in container is used to store the SAM user info. This may have broken some server side SAM stuff which probably isn't used anyway. )-: | ||||
* | Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG | Tim Potter | 2001-05-09 | 29 | -119/+1521 |
| | | | | branch. | ||||
* | need to do codepage_initialise() for smbtorture to work. | Anton Blanchard | 2001-05-09 | 1 | -0/+2 |
| | |||||
* | latest config.guess and config.sub from gnu.org | Andrew Tridgell | 2001-05-09 | 2 | -373/+1362 |
| | |||||
* | fixes to the group mapping code. | Jean-François Micouleau | 2001-05-08 | 5 | -19/+94 |
| | | | | | | Not ready yet. J.F. | ||||
* | added some docs in order to keep track of the Samba private enterprise | Gerald Carter | 2001-05-08 | 2 | -0/+43 |
| | | | | number and allocated OID arcs. | ||||
* | More compiler warning fixes. | Tim Potter | 2001-05-08 | 2 | -4/+4 |
| | |||||
* | Fixed compiler warning. | Tim Potter | 2001-05-08 | 1 | -1/+0 |
| | |||||
* | The substitution of %U and %D in the 'template homedir' is nowdone | Tim Potter | 2001-05-08 | 1 | -10/+6 |
| | | | | by lp_string() calling standard_sub_basic(). | ||||
* | Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOs | Tim Potter | 2001-05-08 | 1 | -0/+10 |
| | | | | (SCO). | ||||
* | Removed S_ISSOCK() macro as it's only used within winbind client code. | Tim Potter | 2001-05-08 | 1 | -10/+0 |
| | |||||
* | Added winbindd to list of binaries. | Tim Potter | 2001-05-08 | 1 | -0/+1 |
| | |||||
* | make proto | Tim Potter | 2001-05-08 | 1 | -2/+7 |
| | |||||
* | Fixed typo in comment. | Tim Potter | 2001-05-08 | 1 | -1/+1 |
| | |||||
* | Fixed querydispinfo command. | Tim Potter | 2001-05-08 | 1 | -12/+36 |
| | |||||
* | Misc fixes to get winbindd working. We can now do a 'getent passwd' | Tim Potter | 2001-05-08 | 4 | -17/+88 |
| | | | | and 'getent group' and have most things working. |