summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-23s3: Fix a (invalid) uninitialized variable warningVolker Lendecke1-1/+1
2011-03-23async_rec/async_sock.c - add an additional "const"Matthias Dieter Wallnöfer1-1/+2
2011-03-23ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer1-2/+2
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett7-636/+428
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-23charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell1-5/+0
2011-03-23waf: prevent an error in the symbol checking codeAndrew Tridgell1-1/+2
2011-03-23s3-config: say which config file we failed to openAndrew Tridgell3-3/+3
2011-03-23fault: fixed smb_panic() prototypesAndrew Tridgell2-3/+0
2011-03-23fault: fixed call to fault_setup() to use new syntaxAndrew Tridgell1-1/+1
2011-03-23fault: moved fault.c into common libraryAndrew Tridgell1-2/+2
2011-03-23fault: switch s4 to use the common fault.cAndrew Tridgell2-237/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell11-310/+416
2011-03-23fault: moved s3 fault.c to top levelAndrew Tridgell3-8/+7
2011-03-23fault: rename fault.c to fault_s4.cAndrew Tridgell2-11/+11
2011-03-22s3:WHATSNEW: document changes of the id mapping systemMichael Adam1-0/+43
2011-03-22s3:selftest: fix Samba3.pm deprecated idmap configBjörn Baumbach1-2/+1
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:WHATSNEW: remove mention of "idmap read only" as new parameterMichael Adam1-1/+0
2011-03-22s3:docs: remove documentation of "idmap read only" which was removed.Michael Adam1-21/+0
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-22s4:python bindings - handle NULL returns from "loadparm_init_global"Matthias Dieter Wallnöfer3-0/+17
2011-03-22s4:param/loadparm.c - check for OOMMatthias Dieter Wallnöfer1-0/+3
2011-03-22s4:auth/system_session.c - check for OOMMatthias Dieter Wallnöfer1-0/+2
2011-03-22s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create()Stefan Metzmacher1-1/+1
2011-03-22s3:docs: fix xml of "printnotifybackchannel" parameter (missing closing tag)Michael Adam1-0/+1
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell8-46/+8
2011-03-21libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher1-28/+30
2011-03-21s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher1-1/+0
2011-03-21s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILDStefan Metzmacher1-10/+58
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-21idmap.idl: Fix whitespaceVolker Lendecke1-1/+1
2011-03-20pyldb: minor fixup, fix a memory leakMatthieu Patou1-2/+3
2011-03-20pyldb: add more tests for control manipulationMatthieu Patou1-0/+4
2011-03-20dsdb: read acl, sd can be null and ret == LDB_SUCCESSMatthieu Patou1-1/+1
2011-03-20dsdb: acl_read fix a missed talloc_stealMatthieu Patou1-0/+1
2011-03-20upgradeprovision: Fix typoMatthieu Patou1-1/+1