Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | iinit_samr_q_lookup_rids() didn't actually copy the rids into the | Tim Potter | 2001-05-08 | 1 | -0/+2 | |
| | | | | parse structure. | |||||
* | Fix for query_dispinfo() | Tim Potter | 2001-05-08 | 1 | -0/+70 | |
| | | | | Added lookup_rids() function. | |||||
* | Fix for insure missmatched parameter error. | Jeremy Allison | 2001-05-08 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stop | Jeremy Allison | 2001-05-08 | 1 | -0/+10 | |
| | | | | | %I getpeername() failure. Jeremy. | |||||
* | Hey what happened to my debug messages? Early exit from reopen_logs() | Tim Potter | 2001-05-07 | 1 | -0/+11 | |
| | | | | if using stdout_logging. | |||||
* | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 2001-05-07 | 4 | -30/+4 | |
| | ||||||
* | removed unused variables | Gerald Carter | 2001-05-07 | 1 | -2/+0 | |
| | ||||||
* | Fix for bad profile perms. Ensure r on files and rwx on directories. | Jeremy Allison | 2001-05-07 | 1 | -8/+28 | |
| | | | | Jeremy. | |||||
* | Patch from Simo: | Gerald Carter | 2001-05-07 | 13 | -122/+191 | |
| | | | | | | o sed 's/pdb_clear_sam/pdb_free_sam/g' o add pdb_reset_sam() o password changing should be ok now as well. | |||||
* | Removed unused variable. | Tim Potter | 2001-05-07 | 1 | -1/+0 | |
| | ||||||
* | OK so I couldn't be as clever as I wanted to be with winbindd_glue.c | Tim Potter | 2001-05-07 | 5 | -89/+87 | |
| | | | | | so all the glue functions are prefixed with wb_ to avoid conflicts with the old rpc_client stuff which is still a dependency of smbd/nmbd. | |||||
* | removed need for scandir in client.c | Andrew Tridgell | 2001-05-07 | 2 | -22/+17 | |
| | | | | fixed possible bug with readdirname on systems with NAMELEN != strlen | |||||
* | Ignore *.po files. | Tim Potter | 2001-05-07 | 1 | -0/+1 | |
| | ||||||
* | iAdditional files for winbind merge. | Tim Potter | 2001-05-07 | 4 | -0/+852 | |
| | ||||||
* | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 2001-05-07 | 15 | -1671/+2710 | |
| | | | | but I haven't actually run it yet so it probably doesn't work. (-: | |||||
* | rebuild proto.h | Andrew Tridgell | 2001-05-07 | 1 | -114/+50 | |
| | ||||||
* | merge some fixes from 2.2 | Andrew Tridgell | 2001-05-07 | 4 | -76/+20 | |
| | ||||||
* | fix interfaces.c for aix 3.2.5 | Andrew Tridgell | 2001-05-07 | 1 | -2/+0 | |
| | ||||||
* | Some versions of readline don't have rl_completion_func_t. )-: | Tim Potter | 2001-05-07 | 1 | -2/+1 | |
| | | | | Spotted by http://build.samba.org/ | |||||
* | iAdded querydispinfo and querydominfo functions. | Tim Potter | 2001-05-07 | 1 | -3/+205 | |
| | | | | Allow rid to be specified in lookupuser. | |||||
* | Some reformatting (sorry Gerald). | Tim Potter | 2001-05-07 | 2 | -143/+155 | |
| | | | | | | Cleanup of exit paths. Added query domain info and query display info. | |||||
* | new mput code from idra that doesn't need a call to find | Andrew Tridgell | 2001-05-07 | 1 | -66/+152 | |
| | ||||||
* | Fixed a compiler warning. Still more const warnings though. )-: | Tim Potter | 2001-05-07 | 1 | -1/+1 | |
| | ||||||
* | Fixed compiler warning. | Tim Potter | 2001-05-07 | 1 | -1/+2 | |
| |