summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
* Ensure talloc pool query messages are reserved.Jeremy Allison2002-12-141-0/+4
| | | | Jeremy.
* More printer publishing code.Jim McDonough2002-12-131-2/+3
| | | | | | | | - Add published attribute to info2, needed for win clients to work properly - Return proper info on getprinter 7 This means you can now look at the sharing tab of a printer and get correct info about whether it is published or not, and change it.
* merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter2002-12-131-0/+8
| | | | server = DC1 *
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-0/+4
| | | | Jeremy.
* Fix client reporting of 64 bit files.Jeremy Allison2002-12-102-1/+5
| | | | Jeremy.
* Merge from HEAD:Tim Potter2002-12-052-14/+5
| | | | >Remove FILE_MACRO as __FILE__ is ANSI C.
* More printer data to publishJim McDonough2002-12-051-0/+4
|
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-051-1/+1
| | | | | | jobid. This was causing Win9x client "set name" calls to fail. Still need one cleanup fix to finish. Jeremy.
* Automatic printer publishing when using APW or choosing 'list in the ↵Jim McDonough2002-12-041-0/+5
| | | | directory' in printer settings. Currently very little is published, and you cannot unpublish because of a bug in win2k clients.
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-042-947/+1269
| | | | Jeremy.
* Support printer info 7, used for publishingJim McDonough2002-12-031-0/+16
|
* Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough2002-12-031-0/+54
|
* Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-031-0/+2
| | | | | | | | | | 0x80000000 -> 0xFFFFFFFF would fail as they were being cast from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types). The sign extension would cause the offset to be treated as negative. Thanks to Herb for helping me track this one down (IRIX is good for large file tests :-). Jeremy. PS. That horrid EXEXIST thing has broken configure.....
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-292-2/+1
| | | | | | | | | should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code
* dumping up version numberGerald Carter2002-11-271-1/+1
|
* preparing for release of 3.0alpha21Samba Release Account2002-11-271-1/+1
|
* [print notify fixes from APP_HEAD]Gerald Carter2002-11-261-0/+16
| | | | | | | | * fixing change notify on print server handle * adding change notify support into smbcontrol for sending comment changes, etc... All part of CR 1159/1160
* Revert changes to ADS_ERR_OK() as in head. Broke some compilers.Jim McDonough2002-11-181-1/+1
|
* Next step of printer publishing.Jim McDonough2002-11-181-56/+1
| | | | | | | | net ads printer publish <printername> [servername] Will retreive the DsSpooler and DsDriver info by rpc for a remote server then publish it. Next comes doing it within smbd
* Merge from HEAD: Remove assumption that all solaris has -lsendfileAndrew Bartlett2002-11-161-0/+3
|
* Merge from HEAD:Andrew Bartlett2002-11-151-3/+3
| | | | | | | | | | | | - heimdal updates to configure - make DEBUG() const - add testsuite for: - preexec - preexec close - valid users - fix testsuite for 'invalid users' Andrew Bartlett
* small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij2002-11-131-0/+3
| | | | exist (e.g. in SuSE 8.1) (by Metze)
* Back out some of my sync changesJelmer Vernooij2002-11-091-3/+0
|
* Last sync with HEADJelmer Vernooij2002-11-091-0/+6
|
* Sync with HEADJelmer Vernooij2002-11-092-0/+11
|
* deldriver fixGerald Carter2002-11-091-0/+1
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-11-071-0/+67
|\
| * Add smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
| |
| * Missed extern declaration.Jeremy Allison2002-11-051-0/+1
| | | | | | | | Jeremy.
| * Remove DRIVERFILE constant. It was removed with the old win95Tim Potter2002-11-051-1/+0
| | | | | | | | printer driver stuff.
| * The fixes from Tom plus a minor update from me.Richard Sharpe2002-11-042-97/+227
| |
| * Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-021-0/+3
| | | | | | | | | | | | | | | | | | -V Version information -n Set netbios name -l Set directory to store log files in -d Set debuglevel -s Load specified configuration file -O Set socket options
| * Add popt_common_socket_optionsJelmer Vernooij2002-11-021-0/+1
| |
| * Rerun autoconfJelmer Vernooij2002-10-301-0/+3
| |
| * - Remove RTLD_GLOBALJelmer Vernooij2002-10-301-1/+1
| | | | | | | | - make smb_load_module() return the return value of init_module()
| * added a timegm() function for systems that don't have itAndrew Tridgell2002-10-301-0/+4
| |
| * Add init_module_function typedef for new module systemJelmer Vernooij2002-10-301-0/+3
| |
| * Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-221-0/+3
| | | | | | | | Jeremy.
| * Some was asking to look at this code, so better it stay there until we ↵Simo Sorce2002-10-221-0/+224
| | | | | | | | | | | | | | | | decide what to do with it. Last updates are support for the right way to support privileges. Simo.
| * This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-212-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | Currently this calls back to mapping.c, but we have the framework to get the information into LDAP and the passdb.tdb (should we? I think so..). This has received moderate testing with net rpc vampire and usrmgr. I found the add_groupmem segfault in add_aliasmem as well, but that will be another checkin. Volker
| * Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij2002-10-211-239/+507
| |
| * Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij2002-10-212-615/+644
| |
| * Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-7/+40
| | | | | | | | | | that app-head does. Jeremy.
| * Tidyup of file specific access mask bits.Tim Potter2002-10-141-14/+19
| | | | | | | | Added directory specific access mask bits.
| * Nice *big* patch from metze.Andrew Bartlett2002-10-122-19/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The actual design change is relitivly small however: It all goes back to jerry's 'BOOL store', added to many of the elements in a SAM_ACCOUNT. This ensured that smb.conf defaults did not get 'fixed' into ldap. This was a great win for admins, and this patch follows in the same way. This patch extends the concept - we don't store values back into LDAP unless they have been changed. So if we read a value, but don't update it, or we read a value, find it's not there and use a default, we will not update ldap with that value. This reduced clutter in our LDAP DB, and makes it easier to change defaults later on. Metze's particular problem was that when we 'write back' an unchanged value, we would clear any muliple values in that feild. Now he can still have his mulitivalued 'uid' feild, without Samba changing it for *every* other operation. This also applies to many other attributes, and helps to eliminate a nasty race condition. (Time between get and set) This patch is big, and needs more testing, but metze has tested usrmgr, and I've fixed some pdbedit bugs, and tested domain joins, so it isn't compleatly flawed ;-). The same system will be introduced into the SAM code shortly, but this fixes bugs that people were coming across in production uses of Samba 3.0/HEAD, hence it's inclusion here. Andrew Bartlett
| * forgot some bits from previous rpc_secdesc.h rework patchSimo Sorce2002-10-071-2/+0
| |
| * try to put every security descriptors related definitions in the same file.Simo Sorce2002-10-063-175/+249
| | | | | | | | | | | | also try to uniform names to a clean scheme. first part.
| * Add more common options to popt_common - and start usingJelmer Vernooij2002-10-051-0/+1
| | | | | | | | the ones for debuglevel and configuration file in pdbedit
| * Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-042-1/+4
| | | | | | | | | | MAX_PRINT_JOBS in a queue. Jeremy.
* | Define smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
| |