summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tidyup of parse_domain_user().Jeremy Allison2001-12-052-9/+4
| | | | Jeremy.
* parse_domain_user() should return a BOOL as we always failJeremy Allison2001-12-057-76/+48
| | | | | if we didn't get a domain name. Jeremy.
* Use get_queue_length() when we don't need a queue as it doesn't doJeremy Allison2001-12-052-21/+4
| | | | | a traversal of the tdb. Jeremy.
* update packaging to create printer download directories and add share toHerb Lewis2001-12-052-23/+19
| | | | smb.conf
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-053-20/+26
| | | | | extreme condition... Jeremy.
* check return value and return false on erorHerb Lewis2001-12-041-2/+2
|
* If you do not have one more expect than issue when talking to the passwdHerb Lewis2001-12-041-0/+6
| | | | program you will not send the last issue.
* Correct message on wbinfo fail to open config file.Jeremy Allison2001-12-041-1/+2
| | | | Jeremy.
* Fixed the winbindd_auth_crap() call in 2.2.Jeremy Allison2001-12-043-5/+58
| | | | Jeremy.
* Sync tdb source changes. We need to keep these consistent...Jeremy Allison2001-12-046-77/+188
| | | | Jeremy.
* name change.Jeremy Allison2001-12-041-2/+2
| | | | Jeremy.
* Merge Martin's tdb fixes.Jeremy Allison2001-12-042-12/+35
| | | | Jeremy.
* lib/username.c: winbindd friendly user_in_list code. Works in domain with ↵Jeremy Allison2001-12-044-206/+221
| | | | | | 65k users. Jeremy.
* Added prototypes. Thanks Elrond.Jeremy Allison2001-12-032-5/+10
| | | | Jeremy.
* Added nsstest util.Jeremy Allison2001-12-032-0/+309
| | | | Jeremy.
* Merge in initgroups fix. Need to add tester...Jeremy Allison2001-12-031-8/+10
| | | | Jeremy.
* Merged in JF's lookup_name fixes.Jeremy Allison2001-12-031-34/+54
| | | | Jeremy.
* Merge change for octal constants.Martin Pool2001-12-032-4/+4
|
* XFS on linux quota patch.Jeremy Allison2001-11-304-615/+691
| | | | Jeremy.
* make protoGerald Carter2001-11-301-662/+662
|
* merge from APPLIANCE_HEADGerald Carter2001-11-301-16/+20
|
* Check error returns...Jeremy Allison2001-11-301-4/+12
| | | | Jeremy.
* sid -> trustee... grrr.Jeremy Allison2001-11-308-28/+24
| | | | | Gerald's fix. Jeremy.
* After conversations with Andrew, improved the robustness of theJeremy Allison2001-11-301-26/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | sharemode db in the following way. Originally, on startup and shutdown, smbd would scan the share mode db to ensure it was correct. This lead to scalability issues as scans lock the db for quite a long time. Andrew had the brainstorm that we only care about the record we're about to read. This new code (small change really, but quite significant) causes get_share_modes() to do a process_exists() call against each pid in each record, and to delete any that don't and re-write the entry if any dead records were detected. This allowed me to remove the startup/shutdown scans of the db (they can be added into smbstatus if anyone really cares to have them back). This will please the vfs author who was worried about the time taken on open() calls, and will lead to much greater robustness and scalability in the share mode db. We need much testing of this, and also netbench tests to ensure the extra process_exists() calls don't hurt performance (they shouldn't it's a very simple system call). Jeremy.
* Ensured the %G substitution exactly matches what the man page states.Jeremy Allison2001-11-301-1/+2
| | | | Jeremy.
* Ignore *.poTim Potter2001-11-291-1/+1
|
* Added close-share message docs.Jeremy Allison2001-11-291-1/+10
| | | | Jeremy.
* Move Tim's lookup_pdc_name -> lookup_dc_name changes.Jeremy Allison2001-11-296-31/+42
| | | | Jeremy
* A couple of updates to the testsuiteAndrew Bartlett2001-11-282-3/+3
|
* fixed bad link noticed by Martin SchwenkeGerald Carter2001-11-281-1/+1
|
* arggh! stupid cut-paste error from HEAD. I'll get it rightGerald Carter2001-11-281-3/+4
| | | | now...
* Ooops. Things change between apploiance_head and 2.2Gerald Carter2001-11-281-5/+3
|
* merge from appliance_head. EnumPrinters should respond toGerald Carter2001-11-286-31/+58
| | | | \\<ip addr> or \\<netbios alias> as well as \\servername.
* Use correct NTSTATUS error code on login fail.Jeremy Allison2001-11-281-4/+2
| | | | Jeremy.
* snprintf: NULL fix.Jeremy Allison2001-11-282-24/+21
| | | | | uid.c : space -> tab. Jeremy.
* Spelling pedants strike again :-).Jeremy Allison2001-11-281-1/+1
| | | | Jeremy.
* Check dbf not null before fflush.Jeremy Allison2001-11-281-1/+2
| | | | Jeremy.
* Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison2001-11-282-2/+11
| | | | | | being set. Also prevent an open on a file on a readonly share from setting delete on close. Jeremy.
* Re-added "Share modes" meaning don't allow deny mode conflict. Due toJeremy Allison2001-11-283-2/+15
| | | | | user demand (don't talk to me about removing parameters.... :-). Jeremy.
* Sync of tdbtools.Jeremy Allison2001-11-281-21/+80
| | | | Jeremy.
* Missed other double shutdown free's.Jeremy Allison2001-11-281-4/+0
| | | | Jeremy.
* Only place double free code needed I think.Jeremy Allison2001-11-281-5/+0
| | | | Jeremy.
* Fixup merge that was causing wbinfo -u/-g to fail.Jeremy Allison2001-11-288-6/+84
| | | | Jeremy.
* Ensure we get JF's samr parsing code, even if we don't have the exactJeremy Allison2001-11-284-267/+532
| | | | | server backend stuff yet.. Jeremy.
* Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison2001-11-271-5/+2
| | | | | in samba-technical for explaination. Jeremy.
* Added negative caching to group lookups.Jeremy Allison2001-11-272-48/+87
| | | | Jeremy.
* Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2001-11-272-136/+159
| | | | Jeremy.
* Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison2001-11-272-3/+18
| | | | Jeremy.
* missing semicolonGerald Carter2001-11-271-1/+1
|
* Fix another memory leak noticed by Tom Jansen.Richard Sharpe2001-11-271-0/+1
|