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