Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added HPUX ACL code developed by HP for CIFS/9000, modified a little to | Jeremy Allison | 2001-12-15 | 6 | -21/+1032 | |
| | | | | | | | | | | | | fit better into Samba. Managed to do this without disturbing the smbd/posix_acl.c code layer :-). Jeremy. | |||||
* | | Add support for userid/passwd auth on session setup from winbind to DC. ↵ | Jim McDonough | 2001-12-14 | 4 | -5/+74 | |
| | | | | | | | | Allows winbind to function in a 2k domain with restrict anonymous, or in a domain which trusts one like it. | |||||
* | | Added Jim's fix. | Jeremy Allison | 2001-12-14 | 1 | -1/+1 | |
| | | | | | | | | Jeremy | |||||
* | | Removed duplicate util_getent.o | Jeremy Allison | 2001-12-14 | 1 | -2/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Forgot to add to makefile for new fn. | Jeremy Allison | 2001-12-14 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed problem with groups defined over multiple lines in group file | Jeremy Allison | 2001-12-14 | 5 | -744/+795 | |
| | | | | | | | | | | | | | | (True64 biggest offender). Added a new get_users_in_group() function that goes through the group file to get the entire list. Doesn't do this for winbindd names. Jeremy. | |||||
* | | ChangeID fix from APPLIANCE_HEAD | Gerald Carter | 2001-12-14 | 2 | -9/+42 | |
| | | ||||||
* | | Added DaveCB's solaris linker patch. | Jeremy Allison | 2001-12-14 | 4 | -743/+797 | |
| | | | | | | | | Jeremy. | |||||
* | | More insure detected pdb_getsampwnam() missing pdb_sam_free() memory leaks. | Jeremy Allison | 2001-12-14 | 5 | -7/+25 | |
| | | | | | | | | Jeremy. | |||||
* | | Allow smbpasswd -U to join to a domain even if the domain account already | Tim Potter | 2001-12-14 | 1 | -2/+6 | |
| | | | | | | | | | | exists. We were trying to do a cli_samr_close() on an invalid handle in this case which was stopping the rest of the domain join from completing. | |||||
* | | Call charset_initialise() and codepage_initialise() so rpcclient actually | Tim Potter | 2001-12-14 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | works. )-: BTW Richard, rpcclient seems to work like "rpcclient server [options]" as well as "rpcclient [options] server". I wonder if you are using a differently behaving getopt() library? Another reason to move to popt... | |||||
* | | Merge of GetPrintProcessorDirectory RPC from HEAD: | Tim Potter | 2001-12-14 | 7 | -664/+1033 | |
| | | | | | | | | | | - server side code #ifdef'ed out - client side code merged into rpcclient | |||||
* | | Patch for string legths from TAKAHASHI, Motonobu(monyo). | Jeremy Allison | 2001-12-13 | 1 | -17/+46 | |
| | | | | | | | | Jeremy. | |||||
* | | fixes the problem with nmblookup -r not working against your own IP address. | Herb Lewis | 2001-12-13 | 1 | -2/+1 | |
| | | | | | | | | | | Sent a message a month ago to see if anyone knew of any problems with this fix and didn't receive a reply so I'm committing it so it doesn't get lost. | |||||
* | | alignment issues in EnumPrinterKey() | Gerald Carter | 2001-12-13 | 1 | -0/+3 | |
| | | ||||||
* | | merge from APPLIANCE_HEAD | Gerald Carter | 2001-12-13 | 1 | -0/+4 | |
| | | ||||||
* | | Fixed memory leak. Already fixed in HEAD. | Jeremy Allison | 2001-12-13 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Must check against -1 for fcntl error check. | Jeremy Allison | 2001-12-13 | 1 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix the damn usage message on rpcclient. It was wrong and I wasted an hour | Richard Sharpe | 2001-12-12 | 1 | -1/+1 | |
| | | | | | | | | finding the problem. | |||||
* | | Make remote password changing work. We must *always* use ascii strings | Jeremy Allison | 2001-12-12 | 1 | -1/+1 | |
| | | | | | | | | | | when changing passwords via rap. Jeremy. | |||||
* | | smbclient now shows non-English characters correctly is the codepage and | Jeremy Allison | 2001-12-12 | 3 | -16/+12 | |
| | | | | | | | | | | character set are set correctly. Now to test the password changes... Jeremy. | |||||
* | | Fixed similar logic error in 2.2 winbindd. | Jeremy Allison | 2001-12-12 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed UNICODE -> unix mapping for client code. | Jeremy Allison | 2001-12-12 | 6 | -703/+798 | |
| | | | | | | | | | | Also ensure correct tables are loaded. Jeremy. | |||||
* | | add debug2html smbtorture & smbfilter to ignore list | Herb Lewis | 2001-12-11 | 1 | -0/+3 | |
| | | ||||||
* | | add the extra everything targets to be removed by realclean | Herb Lewis | 2001-12-11 | 1 | -0/+1 | |
| | | ||||||
* | | -Wl is not a valid flag to the loader. It is a flag for the compiler to | Herb Lewis | 2001-12-11 | 1 | -4/+4 | |
| | | | | | | | | tell it to do the load pass. | |||||
* | | Missed other tdb progs in sync. | Jeremy Allison | 2001-12-11 | 5 | -26/+28 | |
| | | | | | | | | Jeremy. | |||||
* | | Sync up tdb fixes... | Jeremy Allison | 2001-12-11 | 3 | -668/+668 | |
| | | | | | | | | Jeremy. | |||||
* | | Added disk full message. | Jeremy Allison | 2001-12-11 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Indeed. Very useful :-). | Jeremy Allison | 2001-12-11 | 1 | -4/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix based on work from Ihar Viarheichyk <i.viarheichyk@sam-solutions.net> | Jeremy Allison | 2001-12-11 | 1 | -8/+32 | |
| | | | | | | | | | | | | to fix alpha_strcpy in non-US/English environment.s Run past the Tridge paranoia filter :-). Fixed boundary condition code. Jeremy. | |||||
* | | Conversion fix from Igor Vergeichik <i.viarheichyk@sam-solutions.net> | Jeremy Allison | 2001-12-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed wrong location of preexec script. Needs to be done before ChDir. | Jeremy Allison | 2001-12-11 | 1 | -17/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | JF's error merge. Fix for internal tdb names. | Jeremy Allison | 2001-12-11 | 2 | -9/+22 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix smbmount compile-time warnings. | Jeremy Allison | 2001-12-10 | 1 | -31/+32 | |
| | | | | | | | | Jeremy. | |||||
* | | Oops. Typo. | Jeremy Allison | 2001-12-10 | 1 | -4/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Correctly detect RAP error. | Jeremy Allison | 2001-12-10 | 1 | -12/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | RAP error strings take precedence as they are not encoded in the SMB header | Jeremy Allison | 2001-12-10 | 1 | -9/+9 | |
| | | | | | | | | | | (ie. the call can succeed, but still be an encoded error). Jeremy. | |||||
* | | Merge new tdb fns. | Jeremy Allison | 2001-12-10 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Keep tdb directories in sync between 2.2.x and HEAD. | Jeremy Allison | 2001-12-10 | 3 | -75/+106 | |
| | | | | | | | | Jeremy. | |||||
* | | Display results of checks for shared libraries. | Martin Pool | 2001-12-10 | 2 | -265/+280 | |
| | | ||||||
* | | Explain why snprintf has to be overridden in this way. | Martin Pool | 2001-12-10 | 1 | -2/+9 | |
| | | ||||||
* | | Merge shared-library LDSHFLAGS/PICFLAG code from 1.253, so that we can | Martin Pool | 2001-12-10 | 2 | -635/+683 | |
| | | | | | | | | build winbindd on Solaris. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-12-09 | 2 | -0/+160 | |
|\| | ||||||
| * | added a simple tdbdump utility | Andrew Tridgell | 2001-12-09 | 2 | -0/+92 | |
| | | ||||||
| * | set return value to total errors | Andrew Tridgell | 2001-12-09 | 1 | -2/+9 | |
| | | ||||||
| * | better error checking in nsstest | Andrew Tridgell | 2001-12-09 | 1 | -9/+64 | |
| | | ||||||
| * | - check for correct error codes | Andrew Tridgell | 2001-12-09 | 1 | -27/+48 | |
| | | | | | | | | - handle no initgroups fn | |||||
| * | - use accountype not accountcontrol | Andrew Tridgell | 2001-12-09 | 1 | -8/+26 | |
| | | | | | | | | - better debug code | |||||
| * | fixed type passed to ads_search | Andrew Tridgell | 2001-12-09 | 1 | -2/+1 | |
| | |