summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Implement vfs_ea_tdbVolker Lendecke2008-01-159-3/+905
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker
| * | | | | | libwbclient: add wbclient.pc.inStefan Metzmacher2008-01-152-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | metze
| * | | | | | libwbclient: install wbclient.h into the same path as smbclient.hStefan Metzmacher2008-01-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | metze
| * | | | | | libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2008-01-152-52/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the installed wbclient.h header usable. metze
| * | | | | | Add True/False bool cleanup script.Günther Deschner2008-01-151-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison2008-01-141-3/+6
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Jeremy.
* | | | | | Add First draf of release notes.Gerald (Jerry) Carter2008-01-151-21/+115
| | | | | |
* | | | | | Merge commit 'samba/v3-2-test' into v3-2-stableGerald (Jerry) Carter2008-01-1419-230/+340
|\| | | | |
| * | | | | Fix crash in winbind clients: instead of talloc-based pointer we passed ↵Alexander Bokovoy2008-01-141-1/+1
| | |/ / / | |/| | | | | | | | | | | | | address of a local variable.
| * | | | Add detection for need of update to the registry db.Michael Adam2008-01-147-6/+72
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | This only detects if the tdb sequence number has changed since the data has last been read. Michael
| * | | Some more minor cleanup for "net rpc audit".Günther Deschner2008-01-141-58/+54
| | | | | | | | | | | | | | | | Guenther
| * | | Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner2008-01-141-1/+2
| | | | | | | | | | | | | | | | Guenther
| * | | Re-run make idl to update lsa idl.Günther Deschner2008-01-145-26/+62
| | | | | | | | | | | | | | | | Guenther
| * | | Use lsa_PolicyInfo enum in lsa policy info calls.Günther Deschner2008-01-141-5/+5
| | | | | | | | | | | | | | | | Guenther
| * | | Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner2008-01-141-39/+45
| | | | | | | | | | | | | | | | Guenther
| * | | Fix prototypes for lsa set info policy calls.Günther Deschner2008-01-141-2/+8
| | | | | | | | | | | | | | | | Guenther
| * | | Remove old lsa set info policy call.Günther Deschner2008-01-143-109/+0
| | | | | | | | | | | | | | | | Guenther
| * | | Re-run make idl for new lsa calls.Günther Deschner2008-01-143-2/+102
| | | | | | | | | | | | | | | | Guenther
| * | | Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner2008-01-141-2/+10
| | | | | | | | | | | | | | | | Guenther
* | | | Merge commit 'samba/v3-2-test' into v3-2-stableGerald (Jerry) Carter2008-01-1492-1743/+1667
|\| | |
| * | | Remove more redundant lsa parsing functions.Günther Deschner2008-01-142-372/+0
| | | | | | | | | | | | | | | | Guenther
| * | | Fix bug #5171 (perl syntax error) found by Jason Filley <jason@snakelegs.org>Michael Adam2008-01-141-1/+1
| | | | | | | | | | | | | | | | Michael
| * | | Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
| | | | | | | | | | | | | | | | Guenther
| * | | Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner2008-01-141-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | domain secrets. Guenther
| * | | Remove some more hand written LSA rpc.Günther Deschner2008-01-142-111/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (rpccli_lsa_open_trusted_domain, rpccli_lsa_query_trusted_domain_info, cli_lsa_query_domain_info_policy). Guenther
| * | | Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-143-307/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpccli_lsa_open_trusted_domain_by_name, rpccli_lsa_query_trusted_domain_info_by_sid and rpccli_lsa_query_trusted_domain_info_by_name). Guenther
| * | | Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
| | | | | | | | | | | | | | | | Guenther
| * | | Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.Michael Adam2008-01-141-4/+7
| | | | | | | | | | | | | | | | Michael
| * | | Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."Günther Deschner2008-01-141-2/+1
| | | | | | | | | | | | | | | | This reverts commit 0093f618e91f7dcc69d57dbd09d23acc614999aa.
| * | | "make test_shlibs" shows unresolved symbols for -lwbclient.Günther Deschner2008-01-141-1/+2
| | | | | | | | | | | | | | | | Guenther
| * | | samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
| | | |
| * | | merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
| | | |
| * | | Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| | | | | | | | | | | | | | | | Michael
| * | | Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This will reveal the currently breaking tdbtorture to the build farm... Michael
| * | | Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
| | | | | | | | | | | | | | | | Michael
| * | | Add explicit creation of shares to net conf import function.Michael Adam2008-01-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | It has been removed from libnet_conf_set_parameter(). Michael
| * | | Make use of the new libnet_conf_delete_global_parameter() function.Michael Adam2008-01-131-1/+1
| | | | | | | | | | | | | | | | Michael
| * | | Add a function libnet_conf_delete_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Create the [global] section if it does not yet exist. Michael
| * | | Add a function libnet_conf_get_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | It creates the [global] section if it does not yet exist. Michael
| * | | Move libnet_conf_set_global_parameter() inside libnet_conf.cMichael Adam2008-01-131-30/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the "convenience function" section comment. The set_global_parameter function now has a right to exist in the api. Michael
| * | | Add a comment header to libnet_conf_set_global_parameter().Michael Adam2008-01-131-0/+6
| | | | | | | | | | | | | | | | Michael
| * | | Add auto-adding of [global] to libnet_conf_set_global_parameter().Michael Adam2008-01-131-1/+12
| | | | | | | | | | | | | | | | Michael
| * | | Remove auto-generation of missing share from libnet_conf_set_parameter().Michael Adam2008-01-131-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Günther, I wanted to have this as atomic as possible. I will add this behaviour to libnet_conf_set_global_parameter() next with the justification that [global] should exist transparently. Michael
| * | | Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
| | | |
| * | | Fix Compiler warnings by including the proper header.Michael Adam2008-01-131-2/+1
| | | | | | | | | | | | | | | | Michael
| * | | Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-136-128/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libnet_conf_ctx stores the information necessary to interoperate with the configuration. It is created by calling libnet_conf_open() and destroyed by calling libnet_conf_close(). The context is passed to all the libnet_conf functions. It currently stores the token to access the registry. Later, it could store more data, e.g. the server to connect to, credentials, and so on. For support of other backends than registry or support of remote configuration, only the open function will have to be changed. In net_conf, the calls to the actual net_conf functions is wrapped into a function that calls libnet_conf_open()/_close(). Thus an individual variant of net_conf_runfunction2() and functable2 is used to cope with functions being called by the wrapper with the additional libnet_conf_ctx argument. Michael
| * | | idl: Replace non-standard "declare" keyword with typedef and regenerate.Jelmer Vernooij2008-01-1317-58/+97
| | | |
| * | | Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0
| | | | | | | | | | | | | | | | We now refer directly to the file name in the tdb data, so don't delete it.
| * | | Trivial simplificationVolker Lendecke2008-01-121-5/+1
| | | |
| * | | Remove an unused variableVolker Lendecke2008-01-121-1/+0
| | | |