summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-12-20check for a winbindd username when doing a kerberos authAndrew Tridgell1-0/+11
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-5/+7
2001-12-20don't use server_info after its been freedAndrew Tridgell1-2/+4
2001-12-20support "map to guest" with spnegoAndrew Tridgell1-21/+43
2001-12-20fixed long filenames on win98Andrew Tridgell1-1/+3
2001-12-20Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter1-7/+7
2001-12-19Allow ACL set to fail gracefully on HP HFS filesystems.Jeremy Allison1-0/+12
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-5/+10
2001-12-18Tidyup utmp code to cope with hostname = NULL.Jeremy Allison1-11/+13
2001-12-18Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison2-2/+2
2001-12-18Fixed the bug with descending into mangled directories.Jeremy Allison1-5/+8
2001-12-17Made "hide unreadable" work much more reliably (just for Volker :-).Jeremy Allison1-1/+37
2001-12-17removed unused variableAndrew Tridgell1-1/+0
2001-12-16Moved fchown_acl change to the point where we *really* know if weJeremy Allison1-10/+10
2001-12-16Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison2-16/+24
2001-12-13Patch for string legths from TAKAHASHI, Motonobu(monyo).Jeremy Allison1-17/+46
2001-12-12add *.po32 to ignore listHerb Lewis1-0/+1
2001-12-10cleanup a little namespace pollutionAndrew Tridgell1-1/+1
2001-12-08Ensure that 'use spnego' restricts, rather than just advises our clients.Andrew Bartlett1-1/+6
2001-12-07added a "use spnego" optionAndrew Tridgell1-0/+1
2001-12-06again an intrusive patch:Jean-François Micouleau1-1/+3
2001-12-05Ensure we fill in the %U for NTLMSSP connectionsAndrew Bartlett1-1/+3
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2-2/+2
2001-12-04Merge from 2.2Herb Lewis1-0/+6
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-1/+1
2001-12-04Stop using getgrgid() - a very expensive call with winbindd, to look upJeremy Allison1-13/+10
2001-12-04Moved name_is_local to the correct place. Ooops.Jeremy Allison1-10/+0
2001-12-04Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison1-0/+10
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-4/+9
2001-11-30XFS quota patch for Linux.Jeremy Allison1-2/+33
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-23/+23
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2-16/+25
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-2/+2
2001-11-28space -> tab.Jeremy Allison1-24/+20
2001-11-28Spelling pedents strike again :-).Jeremy Allison1-1/+1
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-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-27nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison1-1/+1
2001-11-27fixed another memory leakAndrew Tridgell1-1/+1
2001-11-27more memory leak fixesAndrew Tridgell1-1/+6
2001-11-27don't try to auto-change the trust password unless we are in domainAndrew Tridgell1-1/+4
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 Potter1-14/+30
2001-11-26challange -> challengeTim Potter3-9/+9
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+0
2001-11-26This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett10-2715/+0
2001-11-26fixed spnego, non-kerberos negprotAndrew Tridgell1-2/+2