summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-091-1/+2
* Fixed up atomic update code.Jeremy Allison2002-01-092-4/+4
* Get this code back to where it belongs...Andrew Bartlett2002-01-061-7/+7
* Some more SPNEGO fixes.Andrew Bartlett2002-01-061-1/+1
* Fix up the SPNEGO segfault.Andrew Bartlett2002-01-051-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-054-76/+94
* Missed error return is can_rename fails.Jeremy Allison2002-01-041-0/+1
* Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-043-41/+102
* Ensure modtime is set correctly on destination files in copy command.Jeremy Allison2002-01-031-0/+4
* Fix talloc msg registrationMartin Pool2002-01-031-1/+1
* smbd children should also register for POOL_USAGEMartin Pool2002-01-031-0/+1
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-031-0/+1
* debug statement fixups.Jeremy Allison2002-01-021-5/+0
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* A farily large commit:Andrew Bartlett2002-01-011-0/+152
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-1/+1
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Fixup -i interactive modes.Jeremy Allison2001-12-291-6/+12
* passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce2001-12-291-1/+2
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-8/+8
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* check for a winbindd username when doing a kerberos authAndrew Tridgell2001-12-201-0/+11
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+7
* don't use server_info after its been freedAndrew Tridgell2001-12-201-2/+4
* support "map to guest" with spnegoAndrew Tridgell2001-12-201-21/+43
* fixed long filenames on win98Andrew Tridgell2001-12-201-1/+3
* Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter2001-12-201-7/+7
* Allow ACL set to fail gracefully on HP HFS filesystems.Jeremy Allison2001-12-191-0/+12
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-5/+10
* Tidyup utmp code to cope with hostname = NULL.Jeremy Allison2001-12-181-11/+13
* Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison2001-12-182-2/+2
* Fixed the bug with descending into mangled directories.Jeremy Allison2001-12-181-5/+8
* Made "hide unreadable" work much more reliably (just for Volker :-).Jeremy Allison2001-12-171-1/+37
* removed unused variableAndrew Tridgell2001-12-171-1/+0
* Moved fchown_acl change to the point where we *really* know if weJeremy Allison2001-12-161-10/+10
* Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison2001-12-162-16/+24
* Patch for string legths from TAKAHASHI, Motonobu(monyo).Jeremy Allison2001-12-131-17/+46
* add *.po32 to ignore listHerb Lewis2001-12-121-0/+1
* cleanup a little namespace pollutionAndrew Tridgell2001-12-101-1/+1
* Ensure that 'use spnego' restricts, rather than just advises our clients.Andrew Bartlett2001-12-081-1/+6
* added a "use spnego" optionAndrew Tridgell2001-12-071-0/+1
* again an intrusive patch:Jean-François Micouleau2001-12-061-1/+3
* Ensure we fill in the %U for NTLMSSP connectionsAndrew Bartlett2001-12-051-1/+3
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-052-2/+2
* 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