summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove pstring from service.c.Jeremy Allison2007-11-101-71/+109
| | | | | Jeremy. (This used to be commit cdd9e5cc8366cf0be4dc31f793fc0e5be6f63c3e)
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-094-123/+212
| | | | | | set on wrong fd (-1). Jeremy. (This used to be commit 52fe04df8e8c08126afe61d509fc1d3cb676e327)
* ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher2007-11-094-30/+40
| | | | | | | | | | lib/messages_local.c rpc_client/ndr.c smbd/notify_internal.c utils/net_rpc_registry.c metze (This used to be commit c2645d2164c05976a98bafed980b6029baf89977)
* ndr: change NTSTAUS into enum ndr_err_code (ndrdump)metze2007-11-091-8/+14
| | | | | | | | | librpc/tools/ndrdump.c metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25919 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 95530073de6d5b112391312bed373229af1824b0)
* rerun make idlStefan Metzmacher2007-11-0940-4946/+4946
| | | | | metze (This used to be commit 53a636828d2ba01603401086f4a5f72f9b5ea214)
* ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff)Stefan Metzmacher2007-11-094-94/+94
| | | | | | | | | | ndr_misc.c ndr_sec.h ndr_sec_helper.c librpc/ndr/sid.c metze (This used to be commit 42590e917af464f894bf4eb1490f0d1075b2c10e)
* ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze2007-11-094-193/+206
| | | | | | | | | librpc/ndr/ metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25916 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit b1b8088cafa3ebbc94d700c7a029a2b74b7652ed)
* prepare changes in ndr codeStefan Metzmacher2007-11-091-3/+2
| | | | | metze (This used to be commit 9ba00e7c167fb871a3d9acbd9fc5ce4e935d92c2)
* Sanitize smbcacls slightlyVolker Lendecke2007-11-091-94/+144
| | | | (This used to be commit 9c57628dbd79d3d28f20d5d1ab62a68ae683d46e)
* Fix some warningsVolker Lendecke2007-11-091-9/+18
| | | | (This used to be commit df42038f8801ca65ed7d44f7ae26640e2d840dba)
* nss_wrapper: Fix some warningsVolker Lendecke2007-11-091-1/+1
| | | | (This used to be commit b401450e8409c19d12d944c61e5553ed3334bc11)
* Fix some warningsVolker Lendecke2007-11-092-2/+3
| | | | (This used to be commit 0a1f524e8cce9bbe4fd10467c1f64f7a8862d298)
* Add some commentsVolker Lendecke2007-11-091-3/+3
| | | | (This used to be commit fc58f2f45ab93ecea855e1dc07b6fdccce041c8d)
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-095-20/+21
| | | | (This used to be commit 5f205ab48d8ac3b7af573ea0be1ce095ab835448)
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-098-25/+18
| | | | | This is better done with a 'lp_do_parameter(-1, "socket options", ..); (This used to be commit 814bed029efa391e664ac432d0d68dfeab26381f)
* pstring removalVolker Lendecke2007-11-091-4/+5
| | | | (This used to be commit 0ee896827215a24e70a4ac6bde5ded13f9497296)
* Fix dbwrap debug outputVolker Lendecke2007-11-092-5/+6
| | | | (This used to be commit 9f9c933c16abacb2d0aa7bc7faa5b1ddac61b0e5)
* make test: try to get a more portable way to get UID and GIDStefan Metzmacher2007-11-091-2/+2
| | | | | metze (This used to be commit 0dc2d7ec010610c4bdab8eb6d488295a0259fbc9)
* Fix typoKarolin Seeger2007-11-091-1/+1
| | | | (This used to be commit e811b9f3bbf614f76e628755dafd358769b8a58b)
* use samba4's librpc/ndr/uuid.cStefan Metzmacher2007-11-093-127/+229
| | | | | metze (This used to be commit c148e91fdedd20cfb737465dffc86ed6fa7d7c02)
* The FSF has moved around a lot. This fixes their Mass Ave address.Michael Adam2007-11-092-4/+2
| | | | | | | This adapts r23801 / 87c91e4362c51819032bfbebbb273c52e203b227 to files just added by cherry-pick. Michael (This used to be commit a0d595c2277d2f754cdb0c85119fdc130d86f7ea)
* Find and fix more GPL2 -> GPL3.Michael Adam2007-11-092-2/+2
| | | | | | | | Jeremy. This adapts r23780 / c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f for files added by cherry-pick. (This used to be commit 1b6cf93992fbe338dff83a9f904ec9dfc422e242)
* r23714: This script allows for adding lists of users (or other objects)Michael Adam2007-11-091-0/+167
| | | | | | | | | to lists of groups (or aliases). Useful for creating large test scenarios. Michael (cherry picked from commit b3e5082e105f6eaeed51e9a42d525d811e7155ee) (This used to be commit 78a2344fe7ed53e9927e189fa4d465652731deab)
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-11-091-7/+10
| | | | | | Michael (cherry picked from commit 26349c0b173e8baf6fa43deb39cb2bfdb31bf18e) (This used to be commit 852570059c974bc6c06f893e4bf5e76674e4ec00)
* r23706: Add a script to create domainusers,-groups and -aliases.Michael Adam2007-11-091-0/+155
| | | | | | | | | | | | | | | | This is done via rpc client. The main purpose is to be able to fill a domain controller with a large number of users / groups easily. A the object names are built as <prefix><num> where number ranges from a given start number counting up until a given number of objects has been created. In a next step, I will submit scripts to add (many) users to a group and to add a user to (many) groups. Michael (cherry picked from commit 8b81fbb7d998eda65978a772f2194b4a3de467f9) (This used to be commit 79414f8bfa9cce1b4543b3cf5d6ea65651fc0769)
* make test: start winbinddStefan Metzmacher2007-11-093-1/+71
| | | | | metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
* we don't have build-farm specific tests anymoreStefan Metzmacher2007-11-091-4/+1
| | | | | metze (This used to be commit bb125f3e084a99125e92cc6c3aceb7f2b66db678)
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-092-85/+0
| | | | | metze (This used to be commit fc98c1904865608509a01911afa46de74873ef41)
* make test: activate nss_wrapper for make testStefan Metzmacher2007-11-092-5/+30
| | | | | metze (This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
* nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsmetze2007-11-091-0/+28
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25873 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit e0c8c01650b2aa0a1ab491c9800b8aa575bf4185)
* nss_wrapper: revert solaris get*ent_r() functionsmetze2007-11-091-62/+0
| | | | | | | | | | This was the wrong approach, as in future lib/replace should hide this special solaris stuff. metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25872 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 350d6c19e3e933804ce7234f21ef008c74894e2e)
* nss_wrapper: set the destination pointer in the get*_r functionsmetze2007-11-091-2/+10
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25871 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 17b449212a2f68262a95b0ebaabb377cc9a8dcc9)
* libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in ↵metze2007-11-091-2/+2
| | | | | | | | | confdefs.h metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25870 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 95dfbd3a6c22ff6381c8b220b06ec3a5cf59c06b)
* nss_wrapper: add solaris versions of getpwent_r and getgrent_rmetze2007-11-091-0/+62
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25868 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 70ea441fe46d75162adc6c4b055a9fd5fab00342)
* libreplace: solaris has different prototypes for getpwent_r and getgrent_rmetze2007-11-091-0/+32
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25867 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 77900d2ba03455412ad645e757ba468ca90453fb)
* nss_wrapper: not all systems have get*_r callsmetze2007-11-091-0/+20
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25866 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 2451399acb9dbba6b02935f6a1d02e2b56b499ef)
* libreplace: check for nss passwd|group get*_r functionsmetze2007-11-091-0/+2
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25865 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 8e81dd7356eb8422284a93bfc9b55ed1523c8208)
* use nss_wrapper code in samba3 when --enable-nss-wrapper is givenStefan Metzmacher2007-11-093-1/+4
| | | | | metze (This used to be commit 96827929626a528bb3e1ec8366aef58c174d67e1)
* nss_wrapper: add nss_wrapper.plmetze2007-11-091-0/+265
| | | | | | | | | This script will be used to add|delete passwd|group entries metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25837 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 28789e60cc59a3e7a42500ebb78c472093be6b12)
* nss_wrapper: add support for groups and return EPERM in initgroups()metze2007-11-091-15/+356
| | | | | | | | | | | | | | The NSS_WRAPPER_GROUP envvar should point to the /etc/group style file. Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both need non-empty values to enable NSS Wrapper support. metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25836 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 6abc84a564682f2b3dda314b5a08816ef99ac517)
* nss_wrapper: add support for passwd accountsmetze2007-11-091-14/+567
| | | | | | | | | | The NSS_WRAPPER_PASSWD envvar should point to the /etc/passwd style file. metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25835 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 36af3e864c2698b2f4ffd1bc3c873f1e4f8b718b)
* nss_wrapper: add lib/nss_wrapper skeletonmetze2007-11-094-0/+374
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25834 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 0924b0c8de70c0b84785cf6885f6aab325fc9b8e)
* Try to fix building dso's on hpux with gccjelmer2007-11-091-1/+5
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25886 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 4642af8026f086488672a51a0ecce2603e65f4ce)
* Try to get some more flags right.jelmer2007-11-091-4/+4
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25880 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit ccb39b18448376b094680fa927c60159cc5ec566)
* Add libreplace macro for soname flags.jelmer2007-11-091-0/+41
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25877 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 81167d8f38e11423bcde5305f9e77ec268b0cf2e)
* Try to fix the build on some HPUX machines.jelmer2007-11-091-3/+1
| | | | | git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25875 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 8d1f54f45d9b8278e5e031d016b1e7b44d3b1a22)
* More pstring/fstring removal.Jeremy Allison2007-11-081-11/+16
| | | | | Jeremy. (This used to be commit 7646f4b284403c18b22ca5cc7de4a57ba571183e)
* Remove more pstring/fstrings.Jeremy Allison2007-11-086-76/+81
| | | | | Jeremy. (This used to be commit 7a1de5b44e84a7474e78518c6ba33b3fedc42b5f)
* Remove unneeded variable.Jeremy Allison2007-11-081-6/+3
| | | | | Jeremy. (This used to be commit c21bc756e36581d3adc770bc2b773b5cf9bf11d0)
* Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison2007-11-083-2/+4
| | | | | Jeremy. (This used to be commit ab8934844a8ae08657769ce1787c32f14a7eb745)