summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug #5083 (and duplicate bug #5084).Michael Adam2007-11-151-1/+1
| | | | | | | | | | Make solarisacl_sys_acl_get_fd() return a result when there is one (thereby fixing a memleak). Thanks to Markus Zell for reporting this. Michael (This used to be commit 242fc0099cc81877d8e9630b46dfb8d4a3265d94)
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-144-474/+825
| | | | | | | from pdb_ldap.c. I don't have an LDAP passdb setup here, so I'm going to need some help on testing this. Jeremy. (This used to be commit 00760451b6c2b65f3a8a9187789ca4f270b622a2)
* Remove pstring from auth/*Jeremy Allison2007-11-142-16/+43
| | | | | Jeremy. (This used to be commit 72c19d114b40ee307bbe45d9828667165a26d7a3)
* Remove pstring from param/Jeremy Allison2007-11-132-98/+156
| | | | | | | This was a little tricky..... I'll watch the build farm. Jeremy. (This used to be commit d6e2519c67fd015e1089021769de04085fd90894)
* Remove all pstring from groupdb/Jeremy Allison2007-11-133-86/+189
| | | | | Jeremy. (This used to be commit 6959c5c7e3e95604c66788b86d5789757e18cc36)
* Fix potential orphaned open files.Michael Adam2007-11-131-2/+4
| | | | | | | | Calling can_access_file could lead to orphaned open files when SMB_VFS_GET_NT_ACL returned ENOSYS (not implemented). Michael (This used to be commit f4f700cf0c1657c36e801fab20fe7b1a4efcb714)
* Remove last pstring from smbd/*.cJeremy Allison2007-11-135-241/+311
| | | | | Jeremy. (This used to be commit f1680bada913af4eaf5c0d686983018d6c8b3e5f)
* Fix build of the zfs_acl module.Michael Adam2007-11-131-1/+3
| | | | | | | | There was one caller of smb_get_nt_acl_nfs4() forgotten in the change of return value. Michael (This used to be commit 4d3e84a3b3a39d3d2c9b86affa16c8124b1496e5)
* Fix the build: correct prototype.Michael Adam2007-11-131-1/+1
| | | | | | | Adapt prototype of smb_get_nt_acl_nfs4() in the header file, too. Michael (This used to be commit a2949fd7a567ba3357024c9e4a8429733009dde4)
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-1314-87/+112
| | | | (This used to be commit dcbe1bf942d017a3cd5084c6ef605a13912f795b)
* More pstring removal from smbd/*.cJeremy Allison2007-11-121-11/+17
| | | | | Jeremy. (This used to be commit 01663c2312467ceebeb2e2fb1aa432ad96c626e5)
* Remove pstrings from lanman.cJeremy Allison2007-11-121-54/+148
| | | | | Jeremy. (This used to be commit 7bfd25c75602e25da73710261a54da8e0feea133)
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-124-124/+191
| | | | | Jeremy. (This used to be commit eaf14c701b08e9eff5b94bf57af68cb29142d7fc)
* Fix bug #5073. Allow "delete readonly = yes" to correctlyJeremy Allison2007-11-121-1/+2
| | | | | | override deletion of a file. Fix from David Shaw <dshaw@jabberwocky.com> Jeremy. (This used to be commit 5d1d650d192d4782421b5c3c2be1b632d4318279)
* Three more pstring removals.Jeremy Allison2007-11-113-8/+17
| | | | | Jeremy. (This used to be commit c15819b75751a1e15cfed2ef94dae10ee72d769c)
* Remove a pstring.Jeremy Allison2007-11-111-4/+11
| | | | | Jeremy. (This used to be commit c0412b5d13546f388b615a073e82e7730e01d731)
* Some pstring removalVolker Lendecke2007-11-114-40/+61
| | | | | | | | | | | | | | Hi! Feel free to push :-) Volker From 7fae6b3709a973bd0a5a13d3f5c880c61d5e35de Mon Sep 17 00:00:00 2001 From: Volker Lendecke <vl@sernet.de> Date: Sun, 11 Nov 2007 15:28:59 +0100 Subject: [PATCH] Remove some static pstrings (This used to be commit c3a66b4ee97a902c5cf43c3bb145541849a029ed)
* Cosmetic fixVolker Lendecke2007-11-111-3/+5
| | | | | Do directory vs file open before entering open_file_stat (This used to be commit cd62122916defbfb57468c3b82a60b766fc4652e)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-11-112-12/+79
|\ | | | | | | | | | | v3-2-test (This used to be commit b9d79fb509a6c59fdd73b016be5f4da3435c7789)
| * Convert ctdb_conn.c to enum ndr_error_codeVolker Lendecke2007-11-111-12/+13
| | | | | | | | | | Fix the build (This used to be commit 432d0e9cb2370e52f7d4cb58d2da747e526403e8)
| * Add ndr_errstrVolker Lendecke2007-11-111-0/+66
| | | | | | | | (This used to be commit e3b36073f1fc994b102a5bdf321b9dd519288420)
* | Remove a static fstringVolker Lendecke2007-11-111-11/+12
| | | | | | | | | | | | | | Feel free to push :-) Volker (This used to be commit f213556f50de4a28b5c5d2e1e762013837feb722)
* | Remove a static fstringVolker Lendecke2007-11-111-1/+1
|/ | | | | | | | | | | | I'm not sure why this used to be static, to me it seems that every time this variable is overwritten. I just don't see how name_status_find() could return true and not overwrite name. Can someone please review this and potentially check it in? Thanks, Volker (This used to be commit 329c688e4a9e69b71996fd1b0eee2202a849f3f5)
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-106-42/+55
| | | | | | a bunch of #defines). Remove pstring from msdfs.c. Jeremy. (This used to be commit e203ba22275320808bc11b17361ad1f2d5b0b897)
* Remove last pstring from sesssetup.cJeremy Allison2007-11-101-19/+21
| | | | | Jeremy. (This used to be commit 9ed12bfc48fe7f9b1863a9dd88e881974083053c)
* Fix the build when realpath doesn't take nullJeremy Allison2007-11-101-1/+1
| | | | | | as a last arg. Jeremy. (This used to be commit 63125225383f512f43002b9a92569d4b8f1b63bd)
* 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)