summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-11-29fixed lame char tables on big endian machinesAndrew Tridgell1-5/+5
2001-11-28fixed some krb5 ifdefsAndrew Tridgell7-10/+10
2001-11-28merge from APPLIANCE_HEADGerald Carter5-21/+53
2001-11-28space -> tab.Jeremy Allison1-24/+20
2001-11-28add .po32 files to ignore listHerb Lewis3-3/+6
2001-11-28Spelling pedents strike again :-).Jeremy Allison1-1/+1
2001-11-28Allow kerberos to work on RedHat and other non /usr systems againAndrew Bartlett1-0/+2
2001-11-28fixed a core dump in server level securityAndrew Tridgell1-2/+4
2001-11-28Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison2-2/+11
2001-11-28Re-added "Share modes" meaning don't allow deny mode conflict. Due toJeremy Allison1-2/+10
2001-11-28turn off the insure xterm hack for nowAndrew Tridgell1-1/+1
2001-11-28Added a 'keys' command to tdbtool which prints out all keys in the tdb.Tim Potter1-0/+10
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell10-31/+18
2001-11-28Cross merge to make 2.2 and HEAD closer.Jeremy Allison1-9/+6
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau4-42/+448
2001-11-27Some reformatting.Tim Potter1-223/+229
2001-11-27always send an OID list until we handle raw (unwrapped) NTLMSSPAndrew Tridgell1-6/+15
2001-11-27Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison1-5/+2
2001-11-27Added negative caching to group lookups.Jeremy Allison2-48/+87
2001-11-27added test for krb5.hAndrew Tridgell4-88/+147
2001-11-27Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2-136/+159
2001-11-27Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison2-3/+18
2001-11-27allow printing of NULL pointers with internal snprintfAndrew Tridgell1-0/+1
2001-11-27fixed the panics on basicsmb-sharelist on sun1Andrew Tridgell1-1/+3
2001-11-27Fix another memory leak spotted by Tom Jansen.Richard Sharpe1-0/+1
2001-11-27sigh.Andrew Tridgell1-2/+2
2001-11-27nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison3-29/+30
2001-11-27reverted incorrect patchAndrew Tridgell1-2/+4
2001-11-27fixed leak in free_user_info()Andrew Tridgell1-0/+1
2001-11-27another memory leak bites the dustAndrew Tridgell1-4/+0
2001-11-27fixed another memory leakAndrew Tridgell1-1/+1
2001-11-27prevent a bogus insure wild ptr messageAndrew Tridgell1-1/+2
2001-11-27added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell1-3/+8
2001-11-27more memory leak fixesAndrew Tridgell1-1/+6
2001-11-27unable to open smbpasswd on initial create should only be a warningAndrew Tridgell1-1/+1
2001-11-27prevent a memory leak of cli structuresAndrew Tridgell2-1/+11
2001-11-27fix sense of lp_allow_trusted_domains()Andrew Tridgell3-11/+2
2001-11-27don't try to auto-change the trust password unless we are in domainAndrew Tridgell1-1/+4
2001-11-27automatically look for /usr/kerberos to make redhat happyAndrew Tridgell2-88/+111
2001-11-26don't die with a FPE if there are no DCsAndrew Tridgell1-0/+2
2001-11-26increment the value not the pointerAndrew Tridgell1-1/+1
2001-11-26Fix --enable-developer shadow warningAndrew Bartlett1-3/+3
2001-11-26Fix debugAndrew Bartlett1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett7-53/+110
2001-11-26add SEC_ADS auth methodAndrew Tridgell1-0/+12
2001-11-26updated server_role for ADSAndrew Tridgell1-0/+1
2001-11-26prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett1-1/+1
2001-11-26More compiler warnings fixed. Some minor reformatting.Tim Potter2-94/+143
2001-11-26we can safely give NO_SUCH_USER if the ticket decodes but the localAndrew Tridgell1-1/+1
2001-11-26Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter3-71/+97