Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | cvs2svn Import User | 2001-12-09 | 1 | -0/+71 | |
|\| | | | | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | | 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 | |
| | | | ||||||
| | * | fixed used of string after free | Andrew Tridgell | 2001-12-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | small comment I don't want to loose. | Jean-François Micouleau | 2001-12-08 | 1 | -0/+5 | |
| | | | | | | | | | | | | J.F. | |||||
| | * | Fix domain logon that I broke 3 days ago. | Jean-François Micouleau | 2001-12-08 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | And it's in sync with the docs, %U is really replaced by the name the user asked. Whereas in 2.2 that's false, %U is replaced by the name the user was mapped to. J.F. | |||||
| | * | By popular demand: a new config.guess and config.sub | Andrew Bartlett | 2001-12-08 | 2 | -127/+184 | |
| | | | | | | | | | | | | | | | | | | (I hope I did this right) Andrew Bartlett | |||||
| | * | check for gssapi_generic.h | Andrew Tridgell | 2001-12-08 | 4 | -676/+725 | |
| | | | ||||||
| | * | fix a DEBUG() line | Andrew Tridgell | 2001-12-08 | 1 | -2/+3 | |
| | | | ||||||
| | * | added internal sasl/gssapi code. This means we are no longer dependent on ↵ | Andrew Tridgell | 2001-12-08 | 15 | -784/+1074 | |
| | | | | | | | | | | | | cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm | |||||
| | * | Fix segfault, and add a comment. | Andrew Bartlett | 2001-12-08 | 1 | -2/+5 | |
| | | | ||||||
| | * | Leak less memory. | Andrew Bartlett | 2001-12-08 | 1 | -8/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, is there any reason that the prs_init() doesn't use the talloc context that it is supplied as an argument for the actual data buffer? It would seem logical to replace the malloc with a talloc, but I'm sure there is some method to the madness (extrnal use/Reallocing of it I presume) Andrew Bartlett | |||||
| | * | Ensure that 'use spnego' restricts, rather than just advises our clients. | Andrew Bartlett | 2001-12-08 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This means that if a hole is found in the spnego code, we can tell people to just set 'use spengo' in their config file while we sort it out. Other than that, preventing 'unusual' behaviour is always a good thing. Andrew Bartlett | |||||
| | * | basic howto | Jean-François Micouleau | 2001-12-07 | 1 | -0/+77 | |
| | | | ||||||
| | * | include/build_env.h wasn't getting built by default with new rules unless | Herb Lewis | 2001-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | you did make headers - fixed | |||||
| | * | added a "use spnego" option | Andrew Tridgell | 2001-12-07 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | you need to set "use spnego = no" for w2k to be able to join a samba domain. Otherwise the w2k box will assume we can do kerberos as a KDC | |||||
| | * | OK I think this does what everyone wants with the .headers.stamp | Herb Lewis | 2001-12-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | it gets removed on a make clean it gets created on a make headers (if it doesn't already exist) This makes it so I only rebuild everthing once after a make clean and also so nothing gets rebuilt after jfm does a make headers (proto) | |||||
| | * | allow nsstest to test any nss module | Andrew Tridgell | 2001-12-06 | 1 | -13/+19 | |
| | | | ||||||
| | * | add smbgroupedit | Herb Lewis | 2001-12-06 | 1 | -0/+1 | |
| | | | ||||||
| | * | again an intrusive patch: | Jean-François Micouleau | 2001-12-06 | 14 | -270/+122 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed the ugly as hell sam_logon_in_ssb variable, I changed a bit the definition of standard_sub_basic() to cope with that. - removed the smb.conf: 'domain admin group' and 'domain guest group' parameters ! We're not playing anymore with the user's group RIDs ! - in get_domain_user_groups(), if the user's gid is a group, put it first in the group RID list. I just have to write an HOWTO now ;-) J.F. | |||||
| | * | remove .headers.stamp from the delheaders definition | Jean-François Micouleau | 2001-12-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | It forced a complete build to occur each time the proto are rebuild ! J.F. |