summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-03-23s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.Andreas Schneider2-4/+1
2011-03-23s3-rpc_server: Rename system_user to ncalrpc_as_system.Andreas Schneider3-4/+4
2011-03-23s3: Fix a shadowed declaration warningVolker Lendecke1-3/+3
2011-03-23s3: Include prctl where it is actually usedVolker Lendecke1-0/+4
2011-03-23s3: Attempt to fix the build on FreeBSDVolker Lendecke1-0/+4
2011-03-23s3: Fix Coverity ID 2201, NULL_RETURNSVolker Lendecke1-0/+3
2011-03-23s3: Fix Coverity ID 2202, NULL_RETURNSVolker Lendecke1-0/+3
2011-03-23s3: Fix Coverity ID 2203, NULL_RETURNSVolker Lendecke1-0/+4
2011-03-23s3: Fix a (invalid) uninitialized variable warningVolker Lendecke1-1/+1
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett2-293/+1
2011-03-23s3-lib prepare Samba3 to use common codepoint based string functionsAndrew Bartlett1-108/+82
2011-03-23s3-safe_string: Add checked_strlcpy()Andrew Bartlett2-1/+13
2011-03-23s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett4-71/+41
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett12-316/+87
2011-03-23s3-config: say which config file we failed to openAndrew Tridgell3-3/+3
2011-03-23fault: fixed smb_panic() prototypesAndrew Tridgell1-1/+0
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell9-11/+342
2011-03-23fault: moved s3 fault.c to top levelAndrew Tridgell3-383/+2
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