Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add double include protection, add IRIX defines | Herb Lewis | 2001-12-07 | 1 | -0/+29 |
| | |||||
* | fix typo | Gerald Carter | 2001-12-06 | 2 | -2/+2 |
| | |||||
* | merge from 2.2 | Gerald Carter | 2001-12-06 | 28 | -15987/+0 |
| | |||||
* | lareg autogen and cleanup of old files. Preparing for | Gerald Carter | 2001-12-06 | 37 | -4222/+586 |
| | | | | merge into HEAD. | ||||
* | Don't leak memory. Set pointers to null when assigning somewhere else. | Jeremy Allison | 2001-12-06 | 1 | -1/+3 |
| | | | | Jeremy. | ||||
* | Don't do lookups with NULL policy handles... | Jeremy Allison | 2001-12-06 | 1 | -17/+21 |
| | | | | Jeremy. | ||||
* | Fixed the problem enumerating 65000 users with wbinfo -u on a W2K DC. | Jeremy Allison | 2001-12-06 | 7 | -82/+131 |
| | | | | | | Cache the POLICY_HND in the state struct.... This will be hard to move to HEAD but I'll take a look. Jeremy. | ||||
* | Formatting tidyup. | Jeremy Allison | 2001-12-06 | 1 | -295/+295 |
| | | | | Jeremy. | ||||
* | Fix for breakage that got introduced when cleaning rpc_XXX stuff out. | Jeremy Allison | 2001-12-05 | 3 | -60/+167 |
| | | | | | Added fetch_domain_sid() call. Jeremy. | ||||
* | fix up build script | Herb Lewis | 2001-12-05 | 1 | -8/+9 |
| | |||||
* | sort names properly | Herb Lewis | 2001-12-05 | 1 | -3/+3 |
| | |||||
* | ignore *.po and *.po32 files | Herb Lewis | 2001-12-05 | 4 | -1/+8 |
| | |||||
* | fixed error check which caused domain logons to fail | Gerald Carter | 2001-12-05 | 1 | -2/+2 |
| | |||||
* | Tidyup of parse_domain_user(). | Jeremy Allison | 2001-12-05 | 2 | -9/+4 |
| | | | | Jeremy. | ||||
* | parse_domain_user() should return a BOOL as we always fail | Jeremy Allison | 2001-12-05 | 7 | -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 do | Jeremy Allison | 2001-12-05 | 2 | -21/+4 |
| | | | | | a traversal of the tdb. Jeremy. | ||||
* | update packaging to create printer download directories and add share to | Herb Lewis | 2001-12-05 | 2 | -23/+19 |
| | | | | smb.conf | ||||
* | Improved efficiency of enumerating print queue's under a particular | Jeremy Allison | 2001-12-05 | 3 | -20/+26 |
| | | | | | extreme condition... Jeremy. | ||||
* | check return value and return false on eror | Herb Lewis | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | If you do not have one more expect than issue when talking to the passwd | Herb Lewis | 2001-12-04 | 1 | -0/+6 |
| | | | | program you will not send the last issue. | ||||
* | Correct message on wbinfo fail to open config file. | Jeremy Allison | 2001-12-04 | 1 | -1/+2 |
| | | | | Jeremy. | ||||
* | Fixed the winbindd_auth_crap() call in 2.2. | Jeremy Allison | 2001-12-04 | 3 | -5/+58 |
| | | | | Jeremy. | ||||
* | Sync tdb source changes. We need to keep these consistent... | Jeremy Allison | 2001-12-04 | 6 | -77/+188 |
| | | | | Jeremy. | ||||
* | name change. | Jeremy Allison | 2001-12-04 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | Merge Martin's tdb fixes. | Jeremy Allison | 2001-12-04 | 2 | -12/+35 |
| | | | | Jeremy. | ||||
* | lib/username.c: winbindd friendly user_in_list code. Works in domain with ↵ | Jeremy Allison | 2001-12-04 | 4 | -206/+221 |
| | | | | | | 65k users. Jeremy. | ||||
* | Added prototypes. Thanks Elrond. | Jeremy Allison | 2001-12-03 | 2 | -5/+10 |
| | | | | Jeremy. | ||||
* | Added nsstest util. | Jeremy Allison | 2001-12-03 | 2 | -0/+309 |
| | | | | Jeremy. | ||||
* | Merge in initgroups fix. Need to add tester... | Jeremy Allison | 2001-12-03 | 1 | -8/+10 |
| | | | | Jeremy. | ||||
* | Merged in JF's lookup_name fixes. | Jeremy Allison | 2001-12-03 | 1 | -34/+54 |
| | | | | Jeremy. | ||||
* | Merge change for octal constants. | Martin Pool | 2001-12-03 | 2 | -4/+4 |
| | |||||
* | XFS on linux quota patch. | Jeremy Allison | 2001-11-30 | 4 | -615/+691 |
| | | | | Jeremy. | ||||
* | make proto | Gerald Carter | 2001-11-30 | 1 | -662/+662 |
| | |||||
* | merge from APPLIANCE_HEAD | Gerald Carter | 2001-11-30 | 1 | -16/+20 |
| | |||||
* | Check error returns... | Jeremy Allison | 2001-11-30 | 1 | -4/+12 |
| | | | | Jeremy. | ||||
* | sid -> trustee... grrr. | Jeremy Allison | 2001-11-30 | 8 | -28/+24 |
| | | | | | Gerald's fix. Jeremy. | ||||
* | After conversations with Andrew, improved the robustness of the | Jeremy Allison | 2001-11-30 | 1 | -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 Allison | 2001-11-30 | 1 | -1/+2 |
| | | | | Jeremy. | ||||
* | Ignore *.po | Tim Potter | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | Added close-share message docs. | Jeremy Allison | 2001-11-29 | 1 | -1/+10 |
| | | | | Jeremy. | ||||
* | Move Tim's lookup_pdc_name -> lookup_dc_name changes. | Jeremy Allison | 2001-11-29 | 6 | -31/+42 |
| | | | | Jeremy | ||||
* | A couple of updates to the testsuite | Andrew Bartlett | 2001-11-28 | 2 | -3/+3 |
| | |||||
* | fixed bad link noticed by Martin Schwenke | Gerald Carter | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | arggh! stupid cut-paste error from HEAD. I'll get it right | Gerald Carter | 2001-11-28 | 1 | -3/+4 |
| | | | | now... | ||||
* | Ooops. Things change between apploiance_head and 2.2 | Gerald Carter | 2001-11-28 | 1 | -5/+3 |
| | |||||
* | merge from appliance_head. EnumPrinters should respond to | Gerald Carter | 2001-11-28 | 6 | -31/+58 |
| | | | | \\<ip addr> or \\<netbios alias> as well as \\servername. | ||||
* | Use correct NTSTATUS error code on login fail. | Jeremy Allison | 2001-11-28 | 1 | -4/+2 |
| | | | | Jeremy. | ||||
* | snprintf: NULL fix. | Jeremy Allison | 2001-11-28 | 2 | -24/+21 |
| | | | | | uid.c : space -> tab. Jeremy. | ||||
* | Spelling pedants strike again :-). | Jeremy Allison | 2001-11-28 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Check dbf not null before fflush. | Jeremy Allison | 2001-11-28 | 1 | -1/+2 |
| | | | | Jeremy. |