summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:idmap: make sure that the id mapping system is initialized for first accessMichael Adam2011-03-221-0/+4
* s3:loadparm: set the default "idmap config * : backend" in initialize_globals().Michael Adam2011-03-221-0/+2
* s3:loadparm: deprecate "idmap uid/gid/backend" and have them set "idmap confi...Michael Adam2011-03-221-26/+14
* s3:loadparm: remove unused parameter "idmap read only".Michael Adam2011-03-222-11/+0
* s3:idmap: remove (now) unneeded function parse_idmap_module()Michael Adam2011-03-221-38/+0
* s3:idmap: simply call idmap_init_named_domain for "*" in idmap_init_default_d...Michael Adam2011-03-221-41/+14
* s3:idmap: remove passdb argument from idmap_init_domain()Michael Adam2011-03-221-5/+3
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-2212-29/+21
* s3:idmap: remove special treatment of domain "*" from idmap_ldap_init.Michael Adam2011-03-221-9/+5
* s3:idmap: remove use of params from idmap_ldap_init - it is not used any moreMichael Adam2011-03-221-13/+7
* s3:idmap: remove the special treatment of the default domain "*" from idmap_i...Michael Adam2011-03-221-65/+23
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-228-46/+8
* s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher2011-03-211-1/+0
* s3: Fix Coverity ID 1048, CHECKED_RETURNVolker Lendecke2011-03-211-6/+1
* s3: Fix Coverity ID 770, REVERSE_INULLVolker Lendecke2011-03-211-15/+7
* s3: Fix early tldap_search cancelsVolker Lendecke2011-03-201-1/+1
* s3:smbd: remove uses of "./" in unlink_internals()Stefan Metzmacher2011-03-191-4/+0
* s3: use getgrset() when it is availableChristian Ambach2011-03-193-3/+59
* s3-waf: use HAVE_ADS env to decide whether to build libads.soGünther Deschner2011-03-192-2/+5
* s3-build: use HAVE_ADS define in some more places.Günther Deschner2011-03-192-2/+2
* SMB2 renames return SHARING_VIOLATION if there is any existing oplock on a file.Jeremy Allison2011-03-181-0/+6
* s3: Add "print notify backchannel" parameter to prevent us doing the reverse ...Volker Lendecke2011-03-183-0/+19
* s3:autorid make sure we set the mapping status correct on early exitChristian Ambach2011-03-181-0/+1
* idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke2011-03-181-8/+3
* idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke2011-03-181-2/+1
* idmap-autorid: Remove an unused variableVolker Lendecke2011-03-181-11/+0
* idmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sidVolker Lendecke2011-03-181-5/+6
* idmap-autorid: Remove an else branchVolker Lendecke2011-03-181-10/+11
* idmap-autorid: Remove an unused variableVolker Lendecke2011-03-181-11/+0
* idmap-autorid: Remove an unused parameterVolker Lendecke2011-03-181-3/+2
* idmap-autorid: Use talloc_tos() in idmap_autorid_sids_to_unixidsVolker Lendecke2011-03-181-8/+12
* idmap-autorid: Not necessary to talloc domaincfgVolker Lendecke2011-03-181-14/+8
* idmap-autorid: Not necessary to talloc domainsidVolker Lendecke2011-03-181-9/+8
* s3: Cope with 192.168.1.1/24 in smbcontrol ip-droppedVolker Lendecke2011-03-181-4/+32
* s3-waf: enable nss_winbind in make test for nss_wrapper.Günther Deschner2011-03-181-0/+1
* s3-registry: remove some unused headers.Günther Deschner2011-03-185-7/+0
* s3:locking: simplify the non cluster case of brl_get_locks_readonly()Stefan Metzmacher2011-03-181-21/+2
* s3:locking: brl_get_locks_internal() should not expose a write lock if the ca...Stefan Metzmacher2011-03-181-7/+24
* s4-smbtorture: add netsessiongetinfo() test.Günther Deschner2011-03-181-0/+1
* s4-smbtorture: add test for rap_NetUserDelete().Günther Deschner2011-03-181-0/+1
* s3-net: make sure we set correct default user flags in rap_user_add().Günther Deschner2011-03-181-1/+1
* s4-smbtorture: add test for rap_NetUserAdd().Günther Deschner2011-03-181-0/+1
* s3-utils: run minimal_includes.pl over utils/*.cGünther Deschner2011-03-183-4/+0
* The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison2011-03-182-31/+33
* Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.Jeremy Allison2011-03-171-1/+13
* s3: Expose num_opens via api_RNetSessionEnumVolker Lendecke2011-03-171-1/+1
* Nulling out the op_mid is never the right thing to do. We depend onJeremy Allison2011-03-171-1/+0
* Fix compiler warning in debug message.Jeremy Allison2011-03-171-1/+1
* s3:Makefile.in: make sure we rebuild bin/smbtorture4 if there where changesStefan Metzmacher2011-03-171-0/+2
* lib-util: put data_blob back in the public librarySimo Sorce2011-03-171-1/+1