summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * the change in the way %U is handled to use current_user has brokenAndrew Tridgell2002-11-181-0/+3
| | | | | | | | | | | | | | | | some basic usages like 'include = smb.conf.%U' This changes fixes things again, by checking for reload after we setup current_user in tconx. (This used to be commit d664e6b4d20d545b31910666d9cea7384fd40a73)
| * Renamed uuid_to_string() to guid_to_string() to avoid conflict with OSF DECTim Potter2002-11-171-1/+1
| | | | | | | | | | headers. (This used to be commit d813997c5a66f786b191459de0dd030f4a1c539e)
| * Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett2002-11-153-2/+69
| | | | | | | | | | Andrew Bartlett (This used to be commit efa639c5cef51f2ca903c08d2ad19db70ab7206c)
| * Add samdump and vampire to 'net rpc help'Andrew Bartlett2002-11-151-0/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit cc7566ca508f8705a95cdd546553a018731d5f5f)
| * Add const to PACKS()Andrew Bartlett2002-11-151-2/+2
| | | | | | | | (This used to be commit 0e87408eb0e2786589e23cf4435a0d3223cf55cc)
| * Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett2002-11-151-1/+1
| | | | | | | | (This used to be commit f5d8afc626b8f7792aa7dd7fa7082f55725b539c)
| * Small auth updates:Andrew Bartlett2002-11-154-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | - add static remove unnneded prototype - move become_root() to just around pdb calls, so as to make it easier to remove when we kill off this silly idea - Change auth_sam to do 'account before password' rather than 'password before account'. This means that we match Win2k in giving 'account disabled' instead of 'wrong password' if the wrong password to a disabled account is used. Andrew Bartlett (This used to be commit e6d2debaf6064c3229f41c06545a1ccb83695a77)
| * patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett2002-11-152-475/+1625
| | | | | | | | | | | | | | to build shared libs (but not with .po suffix). Andrew Bartlett (This used to be commit 2fd47d0c25bdf1d5351f79164c6cb35b83a9cc5f)
| * Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison2002-11-151-0/+16
| | | | | | | | | | | | release. Jeremy. (This used to be commit 507ff510e7e7d63e02be5b11d974fc05839e6eaf)
| * fix segfaultGerald Carter2002-11-151-1/+3
| | | | | | | | (This used to be commit 32ca3afa5486b1b04118e9f144bfdf4b3702d118)
| * enable enumeration of domain local groups using LDAP (and in a native mode ↵Gerald Carter2002-11-151-5/+30
| | | | | | | | | | | | domain) (This used to be commit 3ac98b59632fd771b8819f88a479ef4c0daade68)
| * Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij2002-11-152-1615/+479
| | | | | | | | (This used to be commit 7b860414b11ec3b2ecb34c515536c598322f06ee)
| * Use smb_register_passdb() - plus some small fixesJelmer Vernooij2002-11-155-24/+32
| | | | | | | | (This used to be commit 2addbaff358993923a58ad3845c63168678c2c21)
| * Add smb_register_passdb()Jelmer Vernooij2002-11-153-86/+60
| | | | | | | | (This used to be commit b5b3b2e6bef431c9c30dc8f2899dc22328801c0e)
| * Rerun autoconfAndrew Bartlett2002-11-151-471/+1607
| | | | | | | | (This used to be commit 32684e133fa5d33d2478c0270af09a6fa9f0e57a)
| * When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett2002-11-151-2/+2
| | | | | | | | | | instead :-) (This used to be commit 9d8aa4bd51736709a9295791f54c9481b876699f)
| * Add const to DEBUG() macro.Andrew Bartlett2002-11-152-6/+6
| | | | | | | | (This used to be commit 43020bb4e61e3b44c2637e49f9e98222262f09b1)
* | [print notify fixes from APP_HEAD]Gerald Carter2002-11-265-286/+191
| | | | | | | | | | | | | | | | | | * 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)
* | [merge from APP_HEAD]Gerald Carter2002-11-235-29/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 90% fix for CR 1076. The password server parameter will no take things like password server = DC1 * which means to contact DC1 first and the go to auto lookup if it fails. jerry (This used to be commit 016ef8b36b30846311a5321803298f8e28719244)
* | Please compile with :Jeremy Allison2002-11-231-20/+26
| | | | | | | | | | | | | | -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual if you're using gcc. It really does help ! Jeremy. (This used to be commit 7daa880503f9ad6ae24a26f708c03ff1d119b7c0)
* | Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-2314-58/+112
| | | | | | | | | | | | Found via a post from Arcady Chernyak <Arcady.Chernyak@efi.com>. Jeremy. (This used to be commit 5d5762d1787db4392d2dff16024097c638b2d494)
* | jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison2002-11-231-1/+1
| | | | | | | | | | Jeremy. (This used to be commit e93bd375b9e03d9d7038e2be66dd624f91118214)
* | Added install-everything option.John Terpstra2002-11-221-2/+4
| | | | | | | | (This used to be commit 0b342b8e90b8e0395a1a3046e9e3f70a168fdb1f)
* | Restrict anonymous=2 support merged from HEADAndrew Bartlett2002-11-221-1/+3
| | | | | | | | (This used to be commit 8b156ed0db3e54aa3265a2579e72c50c39b5beef)
* | get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This ↵Jim McDonough2002-11-211-1/+1
| | | | | | | | | | | | should fix the build. (This used to be commit a89187ccc95cc54e39518413bd4fff92c7223108)
* | merge get_friendly_nt_err_msg() from app_headGerald Carter2002-11-211-0/+50
| | | | | | | | (This used to be commit af21e7738404f073fe2e22b282322e3facdfeb82)
* | merged the %U changes to 3.0Andrew Tridgell2002-11-205-8/+37
| | | | | | | | (This used to be commit 58fa6bfee8ba35cc182c18c980e0a4040ddd7d09)
* | Very curious. It turns out attribute matching on truncate only mattersJeremy Allison2002-11-191-2/+2
| | | | | | | | | | | | | | when opening truncate with current SYSTEM|HIDDEN -> NONE. It's fine to truncate on open with current NONE -> SYSTEM | HIDDEN. Jeremy. (This used to be commit 3bf21ca936973efcd74b826bc750131c6ab2c701)
* | Merge from appliance:Tim Potter2002-11-191-6/+16
| | | | | | | | | | >Fix memory leak in cli_ds_getprimarydominfo() (This used to be commit ca689916da200f2d772b007a913665a6b7df5bd7)
* | Merge from HEAD:Tim Potter2002-11-191-3/+1
| | | | | | | | | | | | | | >Fix typo in docstring. >Remove non-integer Pointer values, which are no longer supported. (This used to be commit dcef3ae5caaa4461a279a4463a7b467e75efa6d7)
* | Merge from HEAD:Tim Potter2002-11-191-187/+56
| | | | | | | | | | | | | | | | | | >Rename unpack_* functions to be consistent > >Decode CP850 strings when unpacking > >Add variable giving default encoding name (This used to be commit de26084f0d6cac2caf43976f18f0b56deee53167)
* | Added OPEN test with HIDDEN/NORMAL attributes.Jeremy Allison2002-11-181-1/+49
| | | | | | | | | | Jeremy. (This used to be commit fc5774b075f435dfbf3253e5e6af8afc9ee4ca22)
* | Bug fix from appliance - we must initialise the winbindd server stateTim Potter2002-11-181-2/+2
| | | | | | | | | | before reading smb.conf parameters, not after. (This used to be commit 7bdaa03f2fc7ea6ef0f56f7c73b951c177d64a2e)
* | Merge from HEAD:Tim Potter2002-11-181-1/+2
| | | | | | | | | | | | | | >must add one to the extra_data size to transfer the 0 string terminator. >This was causing "wbinfo --sequence" to access past the end of malloced >memory. (This used to be commit a3c4f013d679c97dd56779c927884deae0c1027a)
* | Don't pass a function to ADS_ERR_OK().Jim McDonough2002-11-181-6/+13
| | | | | | | | (This used to be commit dff4c93d85717ba29799a0ebaaba8b8539c8d68d)
* | 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-31/+34
| | | | | | | | | | | | | | | | | | 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 efeaa8f4f4104f3a4a4b12bd1d30e8efd5e3ec67)
* | Next step of printer publishing.Jim McDonough2002-11-182-162/+243
| | | | | | | | | | | | | | | | | | 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 in modules system from HEAD:Jelmer Vernooij2002-11-183-1621/+511
| | | | | | | | | | | | | | - Detect MySQL and XML libraries - Add modules rules to Makefile - Move working VFS modules to source/ (This used to be commit fadada3555a1f3db724789a7fcfa7ed5404c4324)
* | Samba janitor... Merging tridge's change to 3.0. Original commitJeremy Allison2002-11-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | message : the change in the way %U is handled to use current_user has broken some basic usages like 'include = smb.conf.%U' This changes fixes things again, by checking for reload after we setup current_user in tconx. (This used to be commit 64b2243ccd984e0d69d8bb7421d43f1f1f84b017)
* | Merge from HEAD: Remove assumption that all solaris has -lsendfileAndrew Bartlett2002-11-163-2/+69
| | | | | | | | (This used to be commit 6520592453582c908e4bb5b7c9f9012153df60d2)
* | Updates from HEAD:Andrew Bartlett2002-11-158-18/+31
| | | | | | | | | | | | | | | | | | | | | | - const for PACKS() in lanman.c - change auth to 'account before password' - add help to net rpc {vampire,samsync} - configure updates for sun workshop cc - become_root() around pdb_ calls in auth_util for guest login. Andrew Bartlett (This used to be commit 43e90eb6e331d478013a9c038292f245edc51bd0)
* | Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison2002-11-151-0/+16
| | | | | | | | | | | | release. Jeremy. (This used to be commit 7d9552e9c58e533f451a720c9c9c54b8abf3a454)
* | fix segfaultGerald Carter2002-11-151-1/+3
| | | | | | | | (This used to be commit 36bcb312e95f46d196575ed3535679deeddd89b0)
* | enable enumeration of domain local groups using LDAP (and in a native mode ↵Gerald Carter2002-11-151-5/+30
| | | | | | | | | | | | domain) (This used to be commit ff4b2411d146b72f5f578b2e78701f125fec8f08)
* | Merge from HEAD:Andrew Bartlett2002-11-154-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-155-0/+1320
|\| | | | | | | used to be commit 2662e351f2f8802a3bf13df3e7e3f0c1497fdb1c)
| * A cool idea from mbp: create a big shared library of all Samba objectsTim Potter2002-11-151-1/+17
| | | | | | | | | | | | | | | | | | | | which we can use to link against Samba unit test programs. Now we can compile and link unit tests without having to create 4MB executables for each program It's called libbigballofmud.so both to discourage casual usage and also to reflect what the dependencies within Samba have become. (This used to be commit a59f731256f3a1c09f32452de9483b44088c942b)
| * A cool idea from mbp: create a big shared library of all Samba objectsTim Potter2002-11-151-4/+3
| | | | | | | | | | | | | | | | | | | | which we can use to link against Samba unit test programs. Now we can compile and link unit tests without having to create 4MB executables for each program It's called libbigballofmud.so both to discourage casual usage and also to reflect what the dependencies within Samba have become. (This used to be commit fdce4be719d7a81f25a4bae05934a5590038ec47)
| * Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions ↵Jelmer Vernooij2002-11-141-4/+0
| | | | | | | | | | | | anymore (This used to be commit f6ef18df11cc48f25adeee464e79e63ee209b08c)