summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix Coverity ID 2202, NULL_RETURNSVolker Lendecke2011-03-231-0/+3
* s3: Fix Coverity ID 2203, NULL_RETURNSVolker Lendecke2011-03-231-0/+4
* s3: Fix a (invalid) uninitialized variable warningVolker Lendecke2011-03-231-1/+1
* async_rec/async_sock.c - add an additional "const"Matthias Dieter Wallnöfer2011-03-231-1/+2
* ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer2011-03-231-2/+2
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-237-636/+428
* s3-lib prepare Samba3 to use common codepoint based string functionsAndrew Bartlett2011-03-231-108/+82
* s3-safe_string: Add checked_strlcpy()Andrew Bartlett2011-03-232-1/+13
* s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett2011-03-234-71/+41
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-2312-316/+87
* charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell2011-03-231-5/+0
* waf: prevent an error in the symbol checking codeAndrew Tridgell2011-03-231-1/+2
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-233-3/+3
* fault: fixed smb_panic() prototypesAndrew Tridgell2011-03-232-3/+0
* fault: fixed call to fault_setup() to use new syntaxAndrew Tridgell2011-03-231-1/+1
* fault: moved fault.c into common libraryAndrew Tridgell2011-03-231-2/+2
* fault: switch s4 to use the common fault.cAndrew Tridgell2011-03-232-237/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-2311-310/+416
* fault: moved s3 fault.c to top levelAndrew Tridgell2011-03-233-8/+7
* fault: rename fault.c to fault_s4.cAndrew Tridgell2011-03-232-11/+11
* s3:WHATSNEW: document changes of the id mapping systemMichael Adam2011-03-221-0/+43
* s3:selftest: fix Samba3.pm deprecated idmap configBjörn Baumbach2011-03-221-2/+1
* 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:WHATSNEW: remove mention of "idmap read only" as new parameterMichael Adam2011-03-221-1/+0
* s3:docs: remove documentation of "idmap read only" which was removed.Michael Adam2011-03-221-21/+0
* 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
* s4:python bindings - handle NULL returns from "loadparm_init_global"Matthias Dieter Wallnöfer2011-03-223-0/+17
* s4:param/loadparm.c - check for OOMMatthias Dieter Wallnöfer2011-03-221-0/+3
* s4:auth/system_session.c - check for OOMMatthias Dieter Wallnöfer2011-03-221-0/+2
* s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create()Stefan Metzmacher2011-03-221-1/+1
* s3:docs: fix xml of "printnotifybackchannel" parameter (missing closing tag)Michael Adam2011-03-221-0/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-228-46/+8
* libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher2011-03-211-28/+30
* s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher2011-03-211-1/+0
* s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILDStefan Metzmacher2011-03-211-10/+58
* s3: Fix Coverity ID 1048, CHECKED_RETURNVolker Lendecke2011-03-211-6/+1
* s3: Fix Coverity ID 770, REVERSE_INULLVolker Lendecke2011-03-211-15/+7
* idmap.idl: Fix whitespaceVolker Lendecke2011-03-211-1/+1
* pyldb: minor fixup, fix a memory leakMatthieu Patou2011-03-201-2/+3
* pyldb: add more tests for control manipulationMatthieu Patou2011-03-201-0/+4
* dsdb: read acl, sd can be null and ret == LDB_SUCCESSMatthieu Patou2011-03-201-1/+1