summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-01-03Ensure modtime is set correctly on destination files in copy command.Jeremy Allison1-0/+4
2002-01-03Fix talloc msg registrationMartin Pool1-1/+1
2002-01-03smbd children should also register for POOL_USAGEMartin Pool1-0/+1
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-0/+1
2002-01-02debug statement fixups.Jeremy Allison1-5/+0
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2002-01-01A farily large commit:Andrew Bartlett1-0/+152
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell1-1/+1
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-0/+9
2001-12-29Fixup -i interactive modes.Jeremy Allison1-6/+12
2001-12-29passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce1-1/+2
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-8/+8
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