summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the ability to view/set the current local domain SIDs.Volker Lendecke2002-09-231-0/+45
| | | | | Volker (This used to be commit f6ed429838cc0140c0d033875012c7a999891549)
* * fix getpass checkGerald Carter2002-09-232-389/+390
| | | | | * merge in AIX fixes from SAMBA_2_2 (This used to be commit 50752f84f24b36332ec4f1ade92dc5a095ac077b)
* Small, long overdue, fix for libsmbclient.Richard Sharpe2002-09-221-0/+19
| | | | (This used to be commit 40aea3fe94b68ce284e2f21e57f086212936c049)
* Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke2002-09-223-129/+104
| | | | | Volker (This used to be commit 8c41b5cd1b8b0c2639def9552bd20b8aca39785c)
* Sorry for the new parameter, but I think to really reflect what's comingVolker Lendecke2002-09-212-3/+24
| | | | | | | in via deltas, we need a way to set a user's primary group. Volker (This used to be commit 9f7a16acf1b1f3b100b85339aad8268254512e68)
* Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-213-388/+390
| | | | | Jeremy. (This used to be commit f4845b0213aec58e0f489eba5653aa7b3855610f)
* "@" is valid in NetBIOS domain names.Jeremy Allison2002-09-201-1/+1
| | | | | Jeremy. (This used to be commit 5c4857d8e00162fc43a0f2e3a335b441bad743bd)
* Add framework for samtest commandsJelmer Vernooij2002-09-202-880/+117
| | | | (This used to be commit f1021cbc557bfa0078e932a8268c5c9adcae0ae8)
* reran autoconfGerald Carter2002-09-201-371/+387
| | | | (This used to be commit 29be94110415c87c7030f0d2d87b612220397eae)
* CUPS merge from SAMBA_2_2Gerald Carter2002-09-201-0/+4
| | | | (This used to be commit cbb16eac0e79649f4383763439c7e745f27fd0cb)
* change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell2002-09-201-5/+3
| | | | | affects the principal used and the order of SPNEGO OIDs (This used to be commit e8ff1c0819e02a1fc7234ad0a07d5415936dfbd2)
* allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell2002-09-201-12/+18
| | | | | redhat (This used to be commit 56b194e83538bcb6006a5ab1e00cdb493dd9ad7f)
* remove proto headers on realcleanTim Potter2002-09-191-1/+1
| | | | (This used to be commit 1bd2c6e1441ea8e54284c72dc07de741f88dbe90)
* Use sendfile in readbraw.Jeremy Allison2002-09-191-11/+56
| | | | | Jeremy. (This used to be commit a77966645a976d6ae08581c2e92465c48a8e961d)
* Move functionality to check whether entries for lp_workgroup() and "BUILTIN"Jelmer Vernooij2002-09-192-69/+98
| | | | | | | | | | | | exist and add them if necessary from check_correct_backend_entries into sam_context_check_default_backends. The reason for this is that we don't always want to have BUILTIN and lp_workgroup() in a sam_context, for example when doing sam2sam. check_correct_backend_entries has been renamed to 'check_duplicate_backend_entries' since that's what it currently does. The sam_context_check_default_backends() function is only called by sam_get_static_context(BOOL reload) currently currently. (This used to be commit 2fe72652ee468bf5e1f8f151215f45b10f4c8a28)
* tdb tools need #include <signal.h>Jeremy Allison2002-09-193-0/+3
| | | | | Jeremy. (This used to be commit 7e19a6b7ade1e70aafa9be8a86665a49f592b6f4)
* Merge in first command for 'samtest'Jelmer Vernooij2002-09-196-29/+1056
| | | | | | Fix small bug in sam/interface.c Make sam backend to default to a define (This used to be commit 60ab55fedf03a0b505b0b73527e031124a46304e)
* trivial comment fixVolker Lendecke2002-09-191-2/+2
| | | | (This used to be commit 9d6331524089d76c5832b9ba001fb0e8a05f39d7)
* Remove hardcoded -I stuff. Hooray!Tim Potter2002-09-191-9/+9
| | | | (This used to be commit 105ff7c5400a6b79613b6a3b72808124b17ddc60)
* Clean up python extensions in clean target.Tim Potter2002-09-191-3/+6
| | | | | | Pass more flags down to setup.py so we don't have to hard code any -I directives. (This used to be commit a36882175ae546859fa4a5ba02a22d711a04cedf)
* Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter2002-09-191-2/+8
| | | | (This used to be commit 3ce8f8c50c0adcedc38bf2812b7e9fae78942458)
* Fixed bug in keyword args for enumprinterdataexTim Potter2002-09-191-1/+1
| | | | (This used to be commit c7845b3c43f7167f2c695722bc9923ff666ade76)
* Moving to subdirectory.Tim Potter2002-09-191-59/+0
| | | | (This used to be commit 154c59c8f92b9f735f4e1e7c8c42692c959996f1)
* Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2002-09-192-22/+64
| | | | (This used to be commit 739ea89eb3ab49e5dccddfa767812811b413e67d)
* Added "use sendfile" per share option.Jeremy Allison2002-09-182-2/+13
| | | | | Jeremy. (This used to be commit 28466ff42c3328e49d46f7cddfc4bb2fe462d871)
* HPUX sendfile is now detected correctly.Jeremy Allison2002-09-185-846/+1042
| | | | | Jeremy. (This used to be commit 91e41ebe97c143f413e2a5614b20f3db4642490f)
* printjob merge from APP_HEAD regarding device modesGerald Carter2002-09-186-92/+232
| | | | (This used to be commit aa52351384abace54a89c9fbfa5e4c31a8464c91)
* samtest and vfstest binaries shouldn't go into CVS...Jelmer Vernooij2002-09-181-0/+2
| | | | (This used to be commit 53f7af9c41633877757c85182660c0826275ff2d)
* Display the repr() of non-string dictionary values.Tim Potter2002-09-181-7/+18
| | | | (This used to be commit 3c6975c711d87755f0532147f9aaecb224159f43)
* First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke2002-09-183-2/+280
| | | | | | | positive name for this. It creates users and global groups. More to come. Volker (This used to be commit 0c1fadd9e024ef886542d362a7f119968552852d)
* Add a synonym for samdump ...Richard Sharpe2002-09-181-0/+1
| | | | (This used to be commit a8dc1464ea2d05eb2a26afdd433cdb6b69002259)
* Fixed compiler error when HAVE_KRB5 not defined.Tim Potter2002-09-181-1/+1
| | | | (This used to be commit 66c2e25079b348188abd48868300771b1e49fff3)
* We had a race condition when changing a machine acount password as weJeremy Allison2002-09-182-1/+30
| | | | | | were no longer locking the secrets entry. I saw this on a live system. Jeremy. (This used to be commit 660dafcbb2d1029831212a32d995891626a0344c)
* Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-177-74/+87
| | | | | | | | be traversals being attempted. Yes, this was from bitter experience (and an out of control server :-). Also allow callers to break out of a tdb_chainlock with sigalarm if desired. Jeremy. (This used to be commit a7781f91d8c1177210bffc199cd2f3b7ff993eaf)
* Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison2002-09-171-5/+4
| | | | | | pidfile before doing secrets_init(). Jeremy. (This used to be commit f8a0e6ad8b25d405ff2bcb492974d2f0bef81036)
* Only create the pidfile once we're ready to receive requests.Jeremy Allison2002-09-171-3/+5
| | | | | | This allows external programs to correctly synchronise with us. Jeremy. (This used to be commit ffb7632d05191342ecfc5f78fbfd7beacfe257ad)
* Actually use sendfile if selected.Jeremy Allison2002-09-175-9/+14
| | | | | Jeremy. (This used to be commit 5881f0a22633ed9fb73e6cd788d0751c4db6cd32)
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-1712-43/+113
| | | | | the DC being out of sync with the local machine. (This used to be commit 0d28d769472ea3b98ae4c8757093dfd4499f6dd1)
* disable stat cache when case sensitiveAndrew Tridgell2002-09-171-1/+1
| | | | (This used to be commit 3401c3616b3dcb99053f89d88f8e351c986c9096)
* more const cleanupsAndrew Tridgell2002-09-171-3/+3
| | | | (This used to be commit dfa85f9c48aa3c8d93775df6b6ad2dec9a1692d7)
* another const cleanupAndrew Tridgell2002-09-171-1/+1
| | | | (This used to be commit 443d5ebafad46a9a62527642628aff8e5d9dc10c)
* Added --with-ldap (default=yes) option. We should now be able toTim Potter2002-09-171-8/+27
| | | | | | | | | compile a non-ADS, non-LDAP version of Samba on a machine with Kerberos and LDAP libraries installed. This shouldn't break anything - let's keep an eye on the build farm just in case. (This used to be commit b9460e79a13ab74a5fc05a9db1b5cf4d402fb197)
* Rerun configure.Tim Potter2002-09-171-862/+893
| | | | (This used to be commit c7d4bfde737c5aeda14b72e48197bb2a9a02bbd8)
* Added --with-ads option, defaults to yes. If you run ./configureTim Potter2002-09-174-49/+74
| | | | | | --with-ads=no or ./configure --without-ads Samba will build without linking to the various kerberos libraries. (This used to be commit edb6172abf0f07fead8ed3aaaebe0411d757aa64)
* Rerun autoconf.Tim Potter2002-09-171-708/+718
| | | | (This used to be commit 041f47230b865294e657f47e6aba2fa83a15bf31)
* Default to "python" for --with-python option. This saves having to runTim Potter2002-09-171-1/+8
| | | | | --with-python=python which looks a bit silly. (This used to be commit 130e05de073268cbabed0e2f80f0011e5f72dc02)
* Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison2002-09-174-20/+112
| | | | | Jeremy. (This used to be commit 6425f169779ce65509b77cf6d5634de24894a965)
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-176-26/+48
| | | | | Jeremy. (This used to be commit f956a4d29d0d88cd92fac0f0c9f636fc152afe0a)
* Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison2002-09-174-819/+1062
| | | | | | still needs more work. Don't add --with-sendfile-support yet... Jeremy. (This used to be commit c6ece53ac2a7a6115ca1160cf02247d7cc0bbb95)
* Update to add DEVELOPER option to more parameters.John Terpstra2002-09-161-182/+182
| | | | (This used to be commit bd9dbf5c79bf2bfecdf008fe93eba87ea9993a3c)