summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix maxfd test to start deleting at right fileAndrew Tridgell2001-11-201-0/+1
|
* fix locktest default parametersAndrew Tridgell2001-11-201-2/+3
|
* add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell2001-11-201-0/+26
|
* - make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell2001-11-201-8/+4
| | | | | | | | open to w2k - fix the string handling in the device name to match NT and smbd - don't pull the domain from negprot if CAP_EXTENDED_SECURITY is set
* We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison2001-11-202-188/+1
| | | | | More deleted code - hurrah ! Jeremy.
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-203-26/+27
| | | | versions defined by libreadline on SCO (!).
* Back out the change in 1.11 that set the poorly-named $pwd variable --Martin Pool2001-11-201-2/+1
| | | | | for the build farm this is actually the root directory for building, or something like that. Thanks a.b.
* Also show $tree in diagnostics.Martin Pool2001-11-191-0/+1
|
* Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool2001-11-191-22/+20
| | | | | shows all the available options, but explains that you must be root to use them. Surely this is less confusing?
* Do satyr work against a copy of the build farm scripts so as not toMartin Pool2001-11-191-2/+2
| | | | | | break them. installcheck has to find smbd in SBINDIR, not BINDIR.
* Fix typo.Martin Pool2001-11-191-1/+1
|
* Move all other paths into dynconfigMartin Pool2001-11-195-22/+26
|
* Merge from 2.2.Tim Potter2001-11-191-1/+1
|
* Cosmetic fix for debug statement.Tim Potter2001-11-191-2/+1
|
* Fix obvious typo.Martin Pool2001-11-191-1/+1
|
* Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter2001-11-191-3/+6
| | | | | waiting for DNS timeouts to occur. The correct place to do this is in the code that displays the session information.
* Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool2001-11-194-495/+559
| | | | | this is only to get the cast right, but it might help with other parts of the API that changed later.
* Ignore .po files.Martin Pool2001-11-191-0/+1
|
* dyn_LOCKDIR should be const because it's never modified directly --Martin Pool2001-11-192-2/+3
| | | | | it's just copied in to the parameter table and optionally overridden there.
* Added comment about why not to cast the assignment ofTim Potter2001-11-191-3/+6
| | | | rl_attempted_completion_function to rl_completion_function_t.
* oopsum.Martin Pool2001-11-191-1/+1
|
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-197-18/+36
|
* Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool2001-11-191-7/+5
| | | | readline.
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-195-16/+11
|
* Quieten compiler warnings about a callback function prototype that hasMartin Pool2001-11-191-1/+7
| | | | changed in recent versions of Readline.
* 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
|
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-153-266/+236
| | | | | connection caching. Getting ready for back-merge to 2.2.3. Jeremy.
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-154-103/+177
| | | | Now we just keep a record of the open pipes.
* Jeremy, I'm not sure what you were trying to do with the process activityTim Potter2001-11-151-3/+1
| | | | loop in winbindd but it didn't work.
* Don't include the treeview -- for Samba it is too big and can lock upMartin Pool2001-11-151-1/+1
| | | | browsers.
* Doxygen demo for Tim.Martin Pool2001-11-152-12/+32
|
* Leave doc comments in code listings for the web.Martin Pool2001-11-151-1/+1
|
* Configuration file to run the Doxygen API documentation tool. A fewMartin Pool2001-11-151-0/+167
| | | | | | files already have Doxygen markup. Instructions on inserting tags into new code can be found at http://doxygen.org/. Output is (currently) at http://samba.org/~mbp/samba-dox/