summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-041-5/+2
| | | | | | | byte boolean flags, not a 16 bit bitmask. Andrew Bartlett (This used to be commit a4f7777ca08c732ace2ba60bc0ecffbea1239fc3)
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-031-0/+1
| | | | | Jeremy. (This used to be commit 62038a0abf193d4dc4f37c31ac77216a10f6f326)
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-038-29/+29
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett2003-01-032-0/+11
| | | | (This used to be commit 9e5297131cc53d7161aa74566f147b98e1c27aaa)
* Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-301-0/+8
| | | | | | Check return in ldap. Jeremy. (This used to be commit 66eff26fc930e37035bba8672f5fd3aeae71078d)
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
| | | | | | named. Ensure we can query them. Jeremy. (This used to be commit 09a218a9f6fb0bd922940467bf8500eb4f1bcf84)
* Ensure talloc pool query messages are reserved.Jeremy Allison2002-12-141-0/+4
| | | | | Jeremy. (This used to be commit 10328a417f070dd0f7e7f2e34501b8402c5c478a)
* 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. (This used to be commit d57bddc9b22e809c79294c7eacbd5d0f115fe990)
* merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter2002-12-131-0/+8
| | | | | | server = DC1 * (This used to be commit f49de4c5176bf635ac080e082fda412066b466c8)
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-0/+4
| | | | | Jeremy. (This used to be commit ec4ed45563f9d8e25fcfd88840944a90b3139c3e)
* Fix client reporting of 64 bit files.Jeremy Allison2002-12-102-1/+5
| | | | | Jeremy. (This used to be commit 8dcbfa4e770d74d4ce6faaf1a0597d07d0a5cc81)
* Merge from HEAD:Tim Potter2002-12-052-14/+5
| | | | | >Remove FILE_MACRO as __FILE__ is ANSI C. (This used to be commit 21eb4b5a2dd2f9a6a0d3cd94408bb52359d2e926)
* More printer data to publishJim McDonough2002-12-051-0/+4
| | | | (This used to be commit 6e2f0c4e304a09313f933a3c9c2a7b3a0219006d)
* 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. (This used to be commit 6c23d2030ab8dddff4c849903c529f0012b94027)
* 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. (This used to be commit ca6360e8db30fc9be3fe3718c8b49c92dba5ecac)
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-042-947/+1269
| | | | | Jeremy. (This used to be commit 379e719e983fb71f94cd2b691f8b194c109496c3)
* Support printer info 7, used for publishingJim McDonough2002-12-031-0/+16
| | | | (This used to be commit 60502d9d4274ddb3756b79593125544683c45908)
* Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough2002-12-031-0/+54
| | | | (This used to be commit dbbf1747534300fd5f8641822428dd45f956327f)
* 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..... (This used to be commit 2d14c442bc601a277458b69f05a763aa2a1ab3b7)
* 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 (This used to be commit d3998307adc50ba50defe610cb656c73799ae3b9)
* dumping up version numberGerald Carter2002-11-271-1/+1
| | | | (This used to be commit d19e86d3831072761a15d2811129cbe7ae225f52)
* preparing for release of 3.0alpha21Samba Release Account2002-11-271-1/+1
| | | | (This used to be commit 49166d8879ab80a92217e63bec671e8ad4def74b)
* [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 (This used to be commit f1062e79de8a3046c6e3f22b3d1a4819afe6809b)
* Revert changes to ADS_ERR_OK() as in head. Broke some compilers.Jim McDonough2002-11-181-1/+1
| | | | (This used to be commit a3ca6d5a191ee9d3c7022ec2dfcaf41533ee1244)
* 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 (This used to be commit 8f047a4492f7bd66ac2afd2a2f6194d5dad4a434)
* Merge from HEAD: Remove assumption that all solaris has -lsendfileAndrew Bartlett2002-11-161-0/+3
| | | | (This used to be commit 6520592453582c908e4bb5b7c9f9012153df60d2)
* 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 (This used to be commit aa41fb8703db4a4ecd3b353874c99a994e8ed630)
* 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) (This used to be commit da8794afe8ca8f454937f06d1c43cc5d844b6037)
* Back out some of my sync changesJelmer Vernooij2002-11-091-3/+0
| | | | (This used to be commit b1ad91101d10d1fa635cfbb1684f8b598280cee0)
* Last sync with HEADJelmer Vernooij2002-11-091-0/+6
| | | | (This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
* Sync with HEADJelmer Vernooij2002-11-092-0/+11
| | | | (This used to be commit 1a25dc776ddc36de9a214e023becff1ceb10290c)
* deldriver fixGerald Carter2002-11-091-0/+1
| | | | (This used to be commit 78ff2cc34aedaf82d965a71e0c9dfdeb86a90fdd)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-071-0/+67
|\ | | | | | | used to be commit aafa32d6809e1bc60a8186140f2f3cf2bf6bff16)
| * Add smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
| | | | | | | | (This used to be commit 759bcd881dd259d5ad43715f6979c5282b094d52)
| * Missed extern declaration.Jeremy Allison2002-11-051-0/+1
| | | | | | | | | | Jeremy. (This used to be commit e39e2b4c3488fbd9e9a08dd5629a672d1459e64e)
| * Remove DRIVERFILE constant. It was removed with the old win95Tim Potter2002-11-051-1/+0
| | | | | | | | | | printer driver stuff. (This used to be commit cf6d2d9d9e2adbbb7a547784cb11d05ed624e410)
| * The fixes from Tom plus a minor update from me.Richard Sharpe2002-11-042-97/+227
| | | | | | | | (This used to be commit 6db6a48711f51ee6add32953506cd5db33939a1b)
| * 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 (This used to be commit 1602d5894947b59fd36c161053a66c0afe2c959c)
| * Add popt_common_socket_optionsJelmer Vernooij2002-11-021-0/+1
| | | | | | | | (This used to be commit a15434314fd8cd88eab40e7cbc8f06a7d0d0169e)
| * Rerun autoconfJelmer Vernooij2002-10-301-0/+3
| | | | | | | | (This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)
| * - Remove RTLD_GLOBALJelmer Vernooij2002-10-301-1/+1
| | | | | | | | | | - make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0)
| * added a timegm() function for systems that don't have itAndrew Tridgell2002-10-301-0/+4
| | | | | | | | (This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d)
| * Add init_module_function typedef for new module systemJelmer Vernooij2002-10-301-0/+3
| | | | | | | | (This used to be commit 4d1206be5275a8af7dfb612f1747fba484a7d017)
| * Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-221-0/+3
| | | | | | | | | | Jeremy. (This used to be commit ff537f10a0c0b6b1d9055eb776d1e8a9864e8363)
| * 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 used to be commit cae9074405dec5baf6bd34d48f36e2c81b24d2ea)
| * 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 (This used to be commit f30095852fea19421ac8e25dfe9c5cd4b2206f84)
| * Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij2002-10-211-239/+507
| | | | | | | | (This used to be commit dc4fcb71edc22f36cd1f6d78a211d09c418f3309)
| * Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij2002-10-212-615/+644
| | | | | | | | (This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3)
| * Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-7/+40
| | | | | | | | | | | | that app-head does. Jeremy. (This used to be commit b521abd86b10573ca8f9116907c81e6deb55f049)
| * Tidyup of file specific access mask bits.Tim Potter2002-10-141-14/+19
| | | | | | | | | | Added directory specific access mask bits. (This used to be commit edbd942a8d0edcb5e7cc3086c3d98c6ff1d6cd80)