summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* don't try to auto-change the trust password unless we are in domainAndrew Tridgell2001-11-271-1/+4
* 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
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-267-53/+110
* 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 conf...Andrew Bartlett2001-11-261-1/+1
* 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
* Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter2001-11-263-71/+97
* challange -> challengeTim Potter2001-11-2612-71/+72
* Merge from appliance-head: when creating a default security descriptorTim Potter2001-11-261-1/+11
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-2630-86/+70
* dyn_CONFIGFILE fixups.Tim Potter2001-11-261-4/+3
* Fixed compiler warnings and dyn_CONFIGFILE related breakage.Tim Potter2001-11-261-10/+9
* And delete domain_client_validate.c...Andrew Bartlett2001-11-261-432/+0
* This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett2001-11-2612-2722/+415
* Removed bogus SAFE_FREE() call of talloced return data fromTim Potter2001-11-263-19/+19
* Ignore *.po files.Tim Potter2001-11-261-0/+1
* Fixed some indentation.Tim Potter2001-11-261-2/+2
* use DEBUG() not d_printf() in librariesAndrew Tridgell2001-11-261-2/+2
* fixed spnego, non-kerberos negprotAndrew Tridgell2001-11-261-2/+2
* Fixed compiler warning.Tim Potter2001-11-251-1/+1
* added 'security=ADS'Andrew Tridgell2001-11-253-1/+9
* Minor typosVolker Lendecke2001-11-251-2/+2
* Don't close tdb twice.Volker Lendecke2001-11-251-1/+0
* portability fixesAndrew Tridgell2001-11-251-3/+6
* fixed typoAndrew Tridgell2001-11-251-1/+1
* add popt build dependencyAndrew Tridgell2001-11-251-1/+1
* move popt out of proto objsAndrew Tridgell2001-11-251-2/+2
* added HAVE_LDAP_H checkAndrew Tridgell2001-11-251-2/+2
* check for liblber separatelyAndrew Tridgell2001-11-253-74/+116
* #ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison2001-11-251-22/+39
* Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison2001-11-251-6/+8
* Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett2001-11-254-0/+72
* oops, I forgot to include the header fileAndrew Bartlett2001-11-251-0/+2
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-255-5/+148
* Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett2001-11-251-1/+1
* I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison2001-11-251-49/+58
* Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett2001-11-251-2/+2
* better helpAndrew Tridgell2001-11-251-1/+7
* use generate_random_str()Andrew Tridgell2001-11-251-47/+4
* added "net ads user" and "net ads group" commandsAndrew Tridgell2001-11-252-29/+80