summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Disable "installcheck" -- it's still too likely to clobber somebody'sMartin Pool2001-11-191-1/+1
| | | | | | | | installation.
| * Store some path names in global variables initialized to configureMartin Pool2001-11-1941-773/+825
| | | | | | | | default, rather than in preprocessor macros.
| * Fix const warning. Doxyfy comment.Martin Pool2001-11-191-5/+8
| |
| * Ignore *.po objects, test tmpdirs, and ID files.Martin Pool2001-11-192-0/+6
| |
| * Source file defining global variables for configuration paths. ThisMartin Pool2001-11-191-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | has two purposes: - If ./configure is re-run to configure Samba for a new set of path or prefix, then when Samba is re-built it really will use the new paths. - This is a step towards making sure all programs can be consistently told to use a different configuration file or prefix directory, which is required for testing. Possibly not true at the moment.
| * fixed some bugs.Simo Sorce2001-11-182-18/+19
| |
| * Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe2001-11-171-24/+44
| | | | | | | | it and fix smb://<IP-addr>.
| * Tidyups when I was doing the big merge...Jeremy Allison2001-11-176-21/+35
| | | | | | | | Jeremy.
| * Fixed detection of RedHat headers. Removed another file !Jeremy Allison2001-11-164-225/+12
| | | | | | | | Jeremy.
| * Removed SMBD_RPC_CLIENT_OBJ temporary I was using.Jeremy Allison2001-11-161-8/+3
| | | | | | | | Jeremy.
| * I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-169-2098/+23
| | | | | | | | | | | | All this stuff was being pulled in due to *one* unneeded call to fetch a domain SID which smbpasswd already puts in the database... Jeremy.
| * Make CodingSuggestions show up in the Doxygen pages.Martin Pool2001-11-163-8/+30
| |
| * Ignore generated HTML and mkid output.Martin Pool2001-11-161-2/+4
| |
| * Tidyups in the merge process.Jeremy Allison2001-11-152-34/+37
| | | | | | | | Jeremy.
| * Tidyups and things I discovered during the merge...Jeremy Allison2001-11-152-5/+5
| | | | | | | | Jeremy.
| * more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())Gerald Carter2001-11-151-0/+2
| |
| * No longer used.Jeremy Allison2001-11-151-622/+0
| | | | | | | | Jeremy.
| * SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.Gerald Carter2001-11-151-1/+1
| |
* | Sync up LDSHFLAGS stuff for Solaris/SunOS with HEAD.Jeremy Allison2001-12-073-289/+313
| | | | | | | | Jeremy.
* | Added Mandrake supplied packaging patches.Jeremy Allison2001-12-072-11/+16
| | | | | | | | Jeremy.
* | add double include protection, add IRIX definesHerb Lewis2001-12-071-0/+29
| |
* | fix typoGerald Carter2001-12-062-2/+2
| |
* | merge from 2.2Gerald Carter2001-12-0628-15987/+0
| |
* | lareg autogen and cleanup of old files. Preparing forGerald Carter2001-12-0637-4222/+586
| | | | | | | | merge into HEAD.
* | Don't leak memory. Set pointers to null when assigning somewhere else.Jeremy Allison2001-12-061-1/+3
| | | | | | | | Jeremy.
* | Don't do lookups with NULL policy handles...Jeremy Allison2001-12-061-17/+21
| | | | | | | | Jeremy.
* | Fixed the problem enumerating 65000 users with wbinfo -u on a W2K DC.Jeremy Allison2001-12-067-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 Allison2001-12-061-295/+295
| | | | | | | | Jeremy.
* | Fix for breakage that got introduced when cleaning rpc_XXX stuff out.Jeremy Allison2001-12-053-60/+167
| | | | | | | | | | Added fetch_domain_sid() call. Jeremy.
* | fix up build scriptHerb Lewis2001-12-051-8/+9
| |
* | sort names properlyHerb Lewis2001-12-051-3/+3
| |
* | ignore *.po and *.po32 filesHerb Lewis2001-12-054-1/+8
| |
* | fixed error check which caused domain logons to failGerald Carter2001-12-051-2/+2
| |
* | 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.