summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-072-4/+4
| | | | Michael
* Fix typoKarolin Seeger2007-11-091-1/+1
|
* 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
* Find and fix more GPL2 -> GPL3.Michael Adam2007-11-092-2/+2
| | | | | | | Jeremy. This adapts r23780 / c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f for files added by cherry-pick.
* 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)
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-11-091-7/+10
| | | | | Michael (cherry picked from commit 26349c0b173e8baf6fa43deb39cb2bfdb31bf18e)
* 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)
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-292-0/+25
| | | | | implementation. Needed for the zero-copy write code. Jeremy.
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-9/+9
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-1040-5901/+0
|
* r25127: Add ol-schema-migrate.pl to the repo.Simo Sorce2007-10-102-8/+402
| | | | | | | | | This script is useful for migrating OpenLDAP schema files to FDS/RHDS lidf schema files. License kindly updated to GPLv3+ at our request. Simo.
* r25090: Fix a syntax error just introduced into the LDAP schema.Michael Adam2007-10-101-2/+2
| | | | Michael
* r25088: Change the objectclass sambaTrustedDomainPassword toMichael Adam2007-10-101-1/+13
| | | | | | | | have the current and possibly the previous trust password stored as clear text passwords. (Previous use of NTPassword was a mistake - this is a hash value.) Michael
* r25057: Add a schema file ready to be used in Fedora/RedHat Directory ServerSimo Sorce2007-10-101-0/+156
|
* r24388: - ACL retrieval provided incomplete information because the buffer ↵Derrell Lipman2007-10-101-4/+6
| | | | | | | | | | | | | | | | | | | | | | | pointer was incremented too far in some circumstances. In these cases, only the first of multiple concatenated strings would be seen. - Working on bug 4649 pertaining to delete an ACL, this fixes the reported crash. It appears to have been an incomplete switchover from malloc to talloc, as the memory was still being freed with SAFE_FREE. Deleting ACLs still doesn't work. Although a valid request is sent to the server and a SUCCESS response is returned, the method that's used in libsmbclient for deleting ACLs seems to be incorrect. In looking at the samba4 torture tests, it appears that we should be turning on the INHERIT flag if we want to delete the ACL. (I could use some assistance on the proper flags to send, from anyone familiar with this stuff.) - Apply patch from SATOH Fumiyasu to fix bug 4750. smbc_telldir_ctx() was not returning a value useful to smbc_lseekdir_ctx(). Derrell
* r24123: add file_id_create() to some vfs modulesStefan Metzmacher2007-10-102-2/+17
| | | | metze
* r23827: Fix schema dump.Günther Deschner2007-10-101-5/+6
| | | | Guenther
* r23818: support LDAP_SERVER_SEARCH_OPTIONS_OID in adssearch.Günther Deschner2007-10-101-0/+22
| | | | Guenther
* r23817: Dump some more guids in adssearch.pl.Günther Deschner2007-10-101-0/+2
| | | | Guenther
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-1052-108/+53
|
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-102-6/+2
|
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
|
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-10-101-289/+624
|
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-102-2/+2
|
* r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1011-22/+11
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-1036-37/+37
| | | | Jeremy.
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1028-28/+28
| | | | Jeremy.
* r23767: Add GTYPE_SECURITY_UNIVERSAL_GROUP to adsearch.pl as well.Günther Deschner2007-10-101-0/+1
| | | | Guenther
* r23714: but now:Michael Adam2007-10-101-0/+167
| | | | | | | | This script allows for adding lists of users (or other objects) to lists of groups (or aliases). Useful for creating large test scenarios. Michael
* r23713: Oops accidentially checked in the wrong file - sorry!Michael Adam2007-10-101-17/+0
| | | | Michael
* r23712: This script allows for adding lists of users (or other objects)Michael Adam2007-10-101-0/+17
| | | | | | | to lists of groups (or aliases). Useful for creating large test scenarios. Michael
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-10-101-7/+10
| | | | Michael
* r23706: Add a script to create domainusers,-groups and -aliases.Michael Adam2007-10-101-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
* r23704: Add pam_pwd_expire feature as discussed on samba-technical.Lars Müller2007-10-101-0/+3
| | | | | | | | | This is a slightly modified version to set warn_pwd_expire to the default value if 0, no, or a broken value is set. This version also has one if statement less in get_config_item_int(). Thanks a lot to Andreas 'GlaDiaC' Schneider for this feature!
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-102-6/+6
| | | | | | | | | return to correctly return NT_STATUS_INVALID_OWNER if it should be disallowed. Matches better what W2K3R3 does. NFSv4 ACL module owners, please examine these changes. Jeremy.
* r23484: When chasing AD referrals make sure to honor the base returned from ↵Günther Deschner2007-10-101-1/+2
| | | | | | the server. Guenther
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-102-0/+12
| | | | Jeremy.
* r22914: - Fixes bug 4599. A missing <code>if</code> statement forced ↵Derrell Lipman2007-10-102-0/+83
| | | | | | | | | | | | subseqeuent attempts to set attributes to fail. - I also noticed that missing attributes were setting an invalid return string by getxattr(), e.g. if there was not group, the return string had "GROUP:;" instead of excluding the GROUP attribute entirely as it should. The big problem with the way it was, is that the string could not then be passed to setxattr() and parsed.
* r22805: Inform in examples/pdb about the location of the external support forLars Müller2007-10-101-0/+4
| | | | the SQL backends.
* r22794: Add "debug_state" and "silent" to pam_winbind.conf template. Honor ↵Günther Deschner2007-10-101-0/+6
| | | | | | | | the silent argument when parsing pam configuration file options. Guenther
* r22591: Fix up the examples also.Jeremy Allison2007-10-101-1/+5
| | | | Jeremy.
* r22341: Fix build of examples/VFS: adapt include for new place of tdb...Michael Adam2007-10-101-1/+1
|
* r22130: - Ensure that the libsmbclient example programs link with the ↵Derrell Lipman2007-10-101-10/+11
| | | | | | | libsmbclient library that's part of the current tree, not with whatever happens to have been previously installed.
* r21762: Fix the build by enabling shared modules and adding the config.*James Peach2007-10-106-10/+3106
| | | | | files. Add norify_watch and chflags operations. Fix a bunch of warnings.
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-102-6/+6
| | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy.
* r21345: Smaller fixes for adssearch:Günther Deschner2007-10-101-49/+74
| | | | | | | | * get rid of horrible ads.h parsing * add LDAP_SERVER_SHUTDOWN_NOTIFY_OID * display hex bitmasks Guenther
* r21105: Quick fix for CLDAP reply without NetLogon attribute.Günther Deschner2007-10-101-2/+27
| | | | Guenther
* r20979: Fix description, thanks to Michael Adam <ma@sernet.de>Volker Lendecke2007-10-101-1/+1
|
* r20884: patch from Michael Adam <ma@sernet.de> to add new ↵Gerald Carter2007-10-101-0/+9
| | | | sambaTrustedDomainPassword object class
* r20585: - allocate an OID range for LDB/LDAP extended operationsStefan Metzmacher2007-10-101-0/+1
| | | | metze