Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed lame char tables on big endian machines | Andrew Tridgell | 2001-11-29 | 1 | -5/+5 | |
| | ||||||
* | fixed some krb5 ifdefs | Andrew Tridgell | 2001-11-28 | 7 | -10/+10 | |
| | ||||||
* | merge from APPLIANCE_HEAD | Gerald Carter | 2001-11-28 | 5 | -21/+53 | |
| | ||||||
* | space -> tab. | Jeremy Allison | 2001-11-28 | 1 | -24/+20 | |
| | | | | Jeremy. | |||||
* | add .po32 files to ignore list | Herb Lewis | 2001-11-28 | 3 | -3/+6 | |
| | ||||||
* | Spelling pedents strike again :-). | Jeremy Allison | 2001-11-28 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | minor update | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 | |
| | ||||||
* | Allow kerberos to work on RedHat and other non /usr systems again | Andrew Bartlett | 2001-11-28 | 1 | -0/+2 | |
| | | | | the configure test uses the CPPFLAGS when checking that krb5.h exists | |||||
* | fixed a core dump in server level security | Andrew Tridgell | 2001-11-28 | 1 | -2/+4 | |
| | ||||||
* | Some random updates for the ADS-HOWTO | Andrew Bartlett | 2001-11-28 | 1 | -0/+33 | |
| | ||||||
* | Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from | Jeremy Allison | 2001-11-28 | 2 | -2/+11 | |
| | | | | | | being set. Also prevent an open on a file on a readonly share from setting delete on close. Jeremy. | |||||
* | Re-added "Share modes" meaning don't allow deny mode conflict. Due to | Jeremy Allison | 2001-11-28 | 1 | -2/+10 | |
| | | | | | user demand (don't talk to me about removing parameters.... :-). Jeremy. | |||||
* | turn off the insure xterm hack for now | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 | |
| | ||||||
* | Added a 'keys' command to tdbtool which prints out all keys in the tdb. | Tim Potter | 2001-11-28 | 1 | -0/+10 | |
| | ||||||
* | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 10 | -31/+18 | |
| | ||||||
* | Cross merge to make 2.2 and HEAD closer. | Jeremy Allison | 2001-11-28 | 1 | -9/+6 | |
| | | | | Jeremy. | |||||
* | added samr_set_domain_info and samr_unknown_2E. | Jean-François Micouleau | 2001-11-28 | 4 | -42/+448 | |
| | | | | | | | | | | | | | | We now get the full account policy window in usermanager, and the framework to store all those values. I plan to add a TDB file to store them. oh, and found that the last value in a sam_unknown_info_12_inf struct is an uint16 and not a uint32. andrewb: you hardcoded the MAX_PASSWORD_AGE to 21 days. We can now turn it to a value setable in usermanager. J.F. | |||||
* | Some reformatting. | Tim Potter | 2001-11-27 | 1 | -223/+229 | |
| | | | | M-x tabify | |||||
* | always send an OID list until we handle raw (unwrapped) NTLMSSP | Andrew Tridgell | 2001-11-27 | 1 | -6/+15 | |
| | | | | packets in session setup | |||||
* | Fix for the logic bug wrt. existant oplocks. See long message | Jeremy Allison | 2001-11-27 | 1 | -5/+2 | |
| | | | | | in samba-technical for explaination. Jeremy. | |||||
* | up the log level for server level security to try to track down the | Andrew Tridgell | 2001-11-27 | 1 | -2/+1 | |
| | | | | segvs in the build farm | |||||
* | don't use /dev/null for a smbpasswd file | Andrew Tridgell | 2001-11-27 | 1 | -1/+3 | |
| | ||||||
* | Added negative caching to group lookups. | Jeremy Allison | 2001-11-27 | 2 | -48/+87 | |
| | | | | Jeremy. | |||||
* | added test for krb5.h | Andrew Tridgell | 2001-11-27 | 4 | -88/+147 | |
| | | | | | this was causing the kerberos stuff to fail compilation on several platforms | |||||
* | Added negative caching to the user pw lookup by name and by uid. | Jeremy Allison | 2001-11-27 | 2 | -136/+159 | |
| | | | | Jeremy. | |||||
* | Added PRINTER_ALREADY_EXISTS error check from Gerry. | Jeremy Allison | 2001-11-27 | 2 | -3/+18 | |
| | | | | Jeremy | |||||
* | allow printing of NULL pointers with internal snprintf | Andrew Tridgell | 2001-11-27 | 1 | -0/+1 | |
| | ||||||
* | fixed the panics on basicsmb-sharelist on sun1 | Andrew Tridgell | 2001-11-27 | 1 | -1/+3 | |
| | ||||||
* | Fix another memory leak spotted by Tom Jansen. | Richard Sharpe | 2001-11-27 | 1 | -0/+1 | |
| | ||||||
* | sigh. | Andrew Tridgell | 2001-11-27 | 1 | -2/+2 | |
| | | | | some systems have libkrb5 but not krb5.h | |||||
* | nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups. | Jeremy Allison | 2001-11-27 | 3 | -29/+30 | |
| | | | | | smbd/open.c: Fix "delete on close" for directories. Jeremy. | |||||
* | reverted incorrect patch | Andrew Tridgell | 2001-11-27 | 1 | -2/+4 | |
| | ||||||
* | fixed leak in free_user_info() | Andrew Tridgell | 2001-11-27 | 1 | -0/+1 | |
| | ||||||
* | another memory leak bites the dust | Andrew Tridgell | 2001-11-27 | 1 | -4/+0 | |
| | ||||||
* | fixed another memory leak | Andrew Tridgell | 2001-11-27 | 1 | -1/+1 | |
| | ||||||
* | prevent a bogus insure wild ptr message | Andrew Tridgell | 2001-11-27 | 1 | -1/+2 | |
| | ||||||
* | added -i option to nmbd, giving interactive mode (like winbindd) | Andrew Tridgell | 2001-11-27 | 1 | -3/+8 | |
| | ||||||
* | more memory leak fixes | Andrew Tridgell | 2001-11-27 | 1 | -1/+6 | |
| | ||||||
* | unable to open smbpasswd on initial create should only be a warning | Andrew Tridgell | 2001-11-27 | 1 | -1/+1 | |
| | ||||||
* | prevent a memory leak of cli structures | Andrew Tridgell | 2001-11-27 | 2 | -1/+11 | |
| | ||||||
* | fix sense of lp_allow_trusted_domains() | Andrew Tridgell | 2001-11-27 | 3 | -11/+2 | |
| | | | | fix a memory leak | |||||
* | don't try to auto-change the trust password unless we are in domain | Andrew Tridgell | 2001-11-27 | 1 | -1/+4 | |
| | | | | security | |||||
* | automatically look for /usr/kerberos to make redhat happy | Andrew Tridgell | 2001-11-27 | 2 | -88/+111 | |
| | ||||||
* | don't die with a FPE if there are no DCs | Andrew Tridgell | 2001-11-26 | 1 | -0/+2 | |
| | ||||||
* | increment the value not the pointer | Andrew Tridgell | 2001-11-26 | 1 | -1/+1 | |
| | ||||||
* | Fix --enable-developer shadow warning | Andrew Bartlett | 2001-11-26 | 1 | -3/+3 | |
| | ||||||
* | Fix debug | Andrew Bartlett | 2001-11-26 | 1 | -1/+1 | |
| | ||||||
* | basic ADS HOWTO | Andrew Tridgell | 2001-11-26 | 1 | -0/+115 | |
| | ||||||
* | A number of things to clean up the auth subsytem a bit... | Andrew Bartlett | 2001-11-26 | 7 | -53/+110 | |
| | | | | | | | | | | | | | | | | | | | | | | | We now default encrypt passwords = yes We now check plaintext passwords (however aquired) with the 'sam' backend rather than unix, if encrypt passwords = yes. (this kills off the 'local' backed. The sam backend may be renamed in its place) The new 'samstrict' wrapper backend checks that the user's domain is one of our netbios aliases - this ensures that we don't get fallback crazies with security = domain. Similarly, the code in the 'ntdomain' and 'smbserver' backends now checks that the user was not local before contacting the DC. The default ordering has changed, we now check the local stuff first - but becouse of the changes above, we will really only ever contact one auth source. Andrew Bartlett | |||||
* | add SEC_ADS auth method | Andrew Tridgell | 2001-11-26 | 1 | -0/+12 | |
| |