summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Merge from 2.2Herb Lewis2001-12-041-0/+6
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-1/+1
* Stop using getgrgid() - a very expensive call with winbindd, to look upJeremy Allison2001-12-041-13/+10
* Moved name_is_local to the correct place. Ooops.Jeremy Allison2001-12-041-10/+0
* Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison2001-12-041-0/+10
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-4/+9
* XFS quota patch for Linux.Jeremy Allison2001-11-301-2/+33
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-23/+23
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-292-16/+25
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-2/+2
* space -> tab.Jeremy Allison2001-11-281-24/+20
* Spelling pedents strike again :-).Jeremy Allison2001-11-281-1/+1
* Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison2001-11-282-2/+11
* Re-added "Share modes" meaning don't allow deny mode conflict. Due toJeremy Allison2001-11-281-2/+10
* always send an OID list until we handle raw (unwrapped) NTLMSSPAndrew Tridgell2001-11-271-6/+15
* Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison2001-11-271-5/+2
* nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2001-11-271-1/+1
* fixed another memory leakAndrew Tridgell2001-11-271-1/+1
* more memory leak fixesAndrew Tridgell2001-11-271-1/+6
* don't try to auto-change the trust password unless we are in domainAndrew Tridgell2001-11-271-1/+4
* 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-261-14/+30
* challange -> challengeTim Potter2001-11-263-9/+9
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+0
* This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett2001-11-2610-2715/+0
* fixed spnego, non-kerberos negprotAndrew Tridgell2001-11-261-2/+2
* added 'security=ADS'Andrew Tridgell2001-11-251-0/+7
* #ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison2001-11-251-22/+39
* Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett2001-11-252-0/+36
* I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison2001-11-251-49/+58
* added "net join" commandAndrew Tridgell2001-11-241-38/+5
* removed unused functionAndrew Tridgell2001-11-241-18/+0
* And add the winbind module I missed in the last run.Andrew Bartlett2001-11-241-0/+111
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-2413-408/+942
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-233-80/+125
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* WITH_MSDFS is not define anywhere. It's built by default.Gerald Carter2001-11-221-3/+0
* More spelling fixes, comment reformatting.Tim Potter2001-11-211-8/+11
* Spelling fix, reformatted comment.Tim Potter2001-11-211-4/+6
* Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter2001-11-201-2/+2
* add a hook to save the krb5 PACAndrew Tridgell2001-11-201-0/+8
* Move all other paths into dynconfigMartin Pool2001-11-191-9/+1
* Cosmetic fix for debug statement.Tim Potter2001-11-191-2/+1
* Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter2001-11-191-3/+6
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-3/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-193-20/+13
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-172-12/+17
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-151-0/+5
* Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison2001-11-141-1/+1
* Formatting fixes only.Jeremy Allison2001-11-132-58/+57