summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-added "Share modes" meaning don't allow deny mode conflict. Due toJeremy Allison2001-11-281-2/+10
| | | | | user demand (don't talk to me about removing parameters.... :-). Jeremy.
* turn off the insure xterm hack for nowAndrew Tridgell2001-11-281-1/+1
|
* Added a 'keys' command to tdbtool which prints out all keys in the tdb.Tim Potter2001-11-281-0/+10
|
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-2810-31/+18
|
* Cross merge to make 2.2 and HEAD closer.Jeremy Allison2001-11-281-9/+6
| | | | Jeremy.
* added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau2001-11-284-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 Potter2001-11-271-223/+229
| | | | M-x tabify
* always send an OID list until we handle raw (unwrapped) NTLMSSPAndrew Tridgell2001-11-271-6/+15
| | | | packets in session setup
* Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison2001-11-271-5/+2
| | | | | in samba-technical for explaination. Jeremy.
* up the log level for server level security to try to track down theAndrew Tridgell2001-11-271-2/+1
| | | | segvs in the build farm
* don't use /dev/null for a smbpasswd fileAndrew Tridgell2001-11-271-1/+3
|
* Added negative caching to group lookups.Jeremy Allison2001-11-272-48/+87
| | | | Jeremy.
* added test for krb5.hAndrew Tridgell2001-11-274-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 Allison2001-11-272-136/+159
| | | | Jeremy.
* Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison2001-11-272-3/+18
| | | | Jeremy
* allow printing of NULL pointers with internal snprintfAndrew Tridgell2001-11-271-0/+1
|
* fixed the panics on basicsmb-sharelist on sun1Andrew Tridgell2001-11-271-1/+3
|
* Fix another memory leak spotted by Tom Jansen.Richard Sharpe2001-11-271-0/+1
|
* sigh.Andrew Tridgell2001-11-271-2/+2
| | | | some systems have libkrb5 but not krb5.h
* nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2001-11-273-29/+30
| | | | | smbd/open.c: Fix "delete on close" for directories. Jeremy.
* reverted incorrect patchAndrew Tridgell2001-11-271-2/+4
|
* fixed leak in free_user_info()Andrew Tridgell2001-11-271-0/+1
|
* another memory leak bites the dustAndrew Tridgell2001-11-271-4/+0
|
* fixed another memory leakAndrew Tridgell2001-11-271-1/+1
|
* prevent a bogus insure wild ptr messageAndrew Tridgell2001-11-271-1/+2
|
* added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell2001-11-271-3/+8
|
* more memory leak fixesAndrew Tridgell2001-11-271-1/+6
|
* unable to open smbpasswd on initial create should only be a warningAndrew Tridgell2001-11-271-1/+1
|
* prevent a memory leak of cli structuresAndrew Tridgell2001-11-272-1/+11
|
* fix sense of lp_allow_trusted_domains()Andrew Tridgell2001-11-273-11/+2
| | | | fix a memory leak
* don't try to auto-change the trust password unless we are in domainAndrew Tridgell2001-11-271-1/+4
| | | | security
* automatically look for /usr/kerberos to make redhat happyAndrew Tridgell2001-11-272-88/+111
|
* don't die with a FPE if there are no DCsAndrew Tridgell2001-11-261-0/+2
|
* increment the value not the pointerAndrew Tridgell2001-11-261-1/+1
|
* Fix --enable-developer shadow warningAndrew Bartlett2001-11-261-3/+3
|
* Fix debugAndrew Bartlett2001-11-261-1/+1
|
* basic ADS HOWTOAndrew Tridgell2001-11-261-0/+115
|
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-267-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 methodAndrew Tridgell2001-11-261-0/+12
|
* updated server_role for ADSAndrew Tridgell2001-11-261-0/+1
|
* prevent proto from picking up this as a defintion for 'main()' becoue it ↵Andrew Bartlett2001-11-261-1/+1
| | | | conflicts with nmbd's definition.
* More compiler warnings fixed. Some minor reformatting.Tim Potter2001-11-262-94/+143
|
* we can safely give NO_SUCH_USER if the ticket decodes but the localAndrew Tridgell2001-11-261-1/+1
| | | | account doesn't exist
* Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter2001-11-263-71/+97
| | | | | winbind function if the id is obviously going to be local. Cleanup of winbind [ug]id parameter handling.
* challange -> challengeTim Potter2001-11-2612-71/+72
|
* Merge from appliance-head: when creating a default security descriptorTim Potter2001-11-261-1/+11
| | | | | | | | for a printer, save it in ntprinters.tdb instead of recreating it every time it is required. This can save at least one winbind lookup per secdesc creation. Opening a port monitor and viewing the security tab in the properties dialog required the security descriptor to be returned 25 times!
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-2630-86/+70
| | | | | | | and replaced with two functions: void zero_ip(struct in_adder *ip); BOOL is_zero_ip(struct in_addr ip);
* Fix up the build farm again.Andrew Bartlett2001-11-265-3/+54
| | | | | | This should get us 'green' for once... Andrew Bartlett
* dyn_CONFIGFILE fixups.Tim Potter2001-11-261-4/+3
|
* Fixed compiler warnings and dyn_CONFIGFILE related breakage.Tim Potter2001-11-261-10/+9
|