summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-2/+25
| | | | Jeremy.
* Moved definition of winbind username/password secrets into secrets.hTim Potter2002-04-101-2/+8
|
* Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-091-0/+1
|
* More spelling.Tim Potter2002-04-041-1/+1
|
* If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-041-0/+12
| | | | | | | | | | | | | POLICY_HND structure when passing new handles back from the appropriate cli_* functions. When closing the policy handle free the memory. Insure (and indeed other memory checkers) should detect handles that have not been closed properly as memory leaks. Unfortunately this can only be done when the program terminates (set insure++.summarize leaks in your .psrc file) rather than when the policy handle falls out of scope. Looks like Jeremy has squished all the policy handle leaks at the moment but more are bound to crop up later.
* added a shutdown command to smbcontrol.Jean-François Micouleau2002-03-291-0/+2
| | | | | | have to add the server side now. J.F.
* Added sys_adminlog() system for info the appliance admins reallyJeremy Allison2002-03-271-0/+33
| | | | | need to know about. Different from the DEBUG system. Jeremy.
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-271-0/+12
| | | | | | dlopen & friends into configure.in. This should help building on *BSD where dl*** calls are in libc. Jeremy
* OpenPrinter() merge from 2.2Gerald Carter2002-03-261-1/+18
|
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-6/+3
| | | | | cases for rename and unlink. Had to add desired_access into the share mode record. Jeremy.
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-223-6/+3
|
* Compile fix for --with-profiling-dataTim Potter2002-03-211-0/+2
|
* Print queue entries *must* have queue names, not numbers - numbers areJeremy Allison2002-03-201-2/+2
| | | | | | not identical between different smbds (mr potter, come here and take your medicine.... :-). Jeremy.
* John's patch changed the size of a structure stored in the tdb - weJeremy Allison2002-03-201-1/+1
| | | | | must thus update the versionid of the tdb. Jeremy.
* BUFFER_SIZE Should be 128k if large read write tests are to work.Jeremy Allison2002-03-201-0/+5
| | | | Jeremy.
* resetprinter merge from SAMBA_2_2Gerald Carter2002-03-201-1/+2
|
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-1/+0
| | | | | | | | bugs with opening and renaming mp3 files, also the word rename problems that people have had for a while. Needs a make clean :-) make. Also added JohnR's printing fix. Jeremy.
* second step to gain free uid<->rid mappingSimo Sorce2002-03-192-8/+15
| | | | we still need to free gid<->rid mapping and few other stuff
* Merge in JohnR's page count fixes.Jeremy Allison2002-03-192-0/+2
| | | | Jeremy.
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-193-2/+8
| | | | Jeremy.
* ops forgot this :-)Simo Sorce2002-03-191-0/+8
|
* preparing for release of 3.0-alpha17Samba Release Account2002-03-181-1/+1
|
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-153-15/+116
| | | | | | | | | | | | | in the reverse). * add in new printer change notify code from SAMBA_2_2 * add in se_map_standard() from 2.2 in _spoolss_open_printer_ex() * sync up the _print_queue_struct in smb.h (why did someone change the user/file names in fs_user/fs_file (or vice-versa) ? ) * sync up some cli_spoolss_XXX functions
* include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2002-03-131-1/+1
| | | | | | | | | | | | | | "One of these locks is not like the others... One of these locks is not quite the same" :-). When is a zero timeout lock not zero ? When it's being processed by Windows 2000 of course.. This code change, ugly though it is - completely fixes the foxpro/access multi-user file system database problems that people have been having. I used a *wonderful* test program donated by "Gerald Drouillard" <gerald@drouillard.ca> which allowed me to completely reproduce this problem, and to finally determine the correct fix. This also explains why Windows 2000 is *so slow* when responding to the smbtorture lock tests. I *love* it when all these things come together and finally make sense :-). Jeremy.
* Added POSIX ACL layer into the vfs.Jeremy Allison2002-03-122-3/+26
| | | | Jeremy.
* preparing for release of 3.0-alpha16Samba Release Account2002-03-101-1/+1
|
* yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-102-46/+73
| | | | | | | | <a.kotovich@sam-solutions.net> that adds the security decsriptor code for ADS workstation accounts thanks for your patience Cat, and thanks to Andrew Bartlett for extensive reviews and suggestions about this code.
* Fix for machines that have their time changed forward, then back. EnsureJeremy Allison2002-03-071-0/+7
| | | | | | that any cached lpq information gathered during that time doesn't stay around for longer than 1 hour. Jeremy.
* Change xcopy test to use defined constants rather than magic hexJeremy Allison2002-03-071-6/+6
| | | | | values so we can see what's going on. Jeremy.
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-052-16/+18
| | | | Jeremy.
* Spelling fixes.Tim Potter2002-03-051-1/+1
|
* Matching header files for the last netlogon cleanup.Andrew Bartlett2002-03-031-0/+7
| | | | Andrew Bartlett
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-2/+8
| | | | | | | | | | | | | | | | | | | | | The main change here is to move ldap into the new pluggable passdb subsystem and to take the LDAP location as a 'location' paramter on the 'passdb backend' line in the smb.conf. This is an LDAP URL, parsed by OpenLDAP where supported, and by hand where it isn't. It also adds the ldap user suffix and ldap machine suffix smb.conf options, so that machines added to the LDAP dir don't get mixed in with people. Non-unix account support is also added. This means that machines don't need to be in /etc/passwd or in nss_ldap's scope. This code has stood up well under my production environment, so it relitivly well tested. I'm commiting this now becouse others have shown interest in using it, and there is no point 'hording' the code :-). Andrew Bartlett
* Remove util_list.h, as its matching .c file has already gone, and nobody isAndrew Bartlett2002-03-023-61/+3
| | | | | | | using it anymore. This also removes an early #include of smb.h, making it slightly easier to track whats being included where. Andrew Bartlett
* Missing include file update for the secrets.c trustdom changesAndrew Bartlett2002-03-021-1/+1
|
* Added requested cast for splint.Jeremy Allison2002-03-011-1/+1
| | | | Jeremy.
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-012-2/+17
| | | | | | | | Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> This adds the 'net' tools to manipulate the trusted domains. Andrew Bartlett
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-271-0/+1
| | | | Jeremy.
* fix a few definesGerald Carter2002-02-271-0/+1
|
* bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-261-0/+5
| | | | | (and yes I know who you are..... :-). Jeremy.
* Merge of printing performance fixes from appliance.Tim Potter2002-02-251-1/+1
|
* Added error for invalid form size.Tim Potter2002-02-251-0/+1
|
* Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett2002-02-221-1/+4
| | | | | | | | | | | | | This allow the user to select 'passdb backend = plugin : /path/to/plugin.so : pluging args' And load any arbitary plugin. Apparently Jelmer has a mysql plugin in the works - hence this patch. We probably need to rework the interface a bit before 3.0 (add versioning of some kind) but this is a good start. Andrew Bartlett
* Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explictAndrew Bartlett2002-02-191-2/+2
| | | | | | | character set for conversion. To be used in Winbind and the 'net ads' commands. Andrew Bartlett
* Added some splint annotations from andreas.Tim Potter2002-02-162-0/+14
|
* Removed some random crap that isn't used anymore.Tim Potter2002-02-162-48/+0
|
* Add ability to extend ads modification list on the fly. Added ADS_MODLIST type.Jim McDonough2002-02-111-0/+6
|
* Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison2002-02-091-2/+3
| | | | Jeremy.
* preparing for release of 3.0-alpha15Samba Release Account2002-02-091-1/+1
|
* Change ADS_ERROR family of macros - removed semicolon from the end, since ↵Jim McDonough2002-02-021-4/+4
| | | | they were only being used correctly in one location, and all other assumed the semicolon wasn't there. Amazing that none of them mattered syntactically, until today.